CoolFace
Apppublic

kamalranjith/stackOverflow

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
7450_stack.csv21349 linesDownload Raw Back to root
1Tags,Excerpt
2"c#,microsoft-graph-api,webview2","Environment: C#, .NET8, MS Graph API, Webview2, Windows Forms3I created an email with Graph, got its ""WebLink"" URL, now showing it embedded in WebView2. User edits the email and has changed ..."
4"reactjs,next.js,routes,browser-history,client-side-rendering","I'm building an eCommerce website using Next.js. Everything loads and navigates correctly when browsing categories or product pages using links. However, I'm running into an issue when using the ..."
5log4j2,"The docs contain the following warning, with the emphasizes taken from the official docs:6 7Lookups in the children of the Route component are not evaluated at configuration time. The substitution is ..."
8"excel,vba","This code (changing units T -> Kg and price according to unit) runs very fast only when calculation is set to manual. But when another WB is opened, it runs slow like calculation is on automatic!? ..."
9"c#,audio,ffmpeg,pcm,webm","I have been trying to convert 16bit PCM (s16le) audio data to webm using ffmpeg in C#.10But the process ends right after the writing the first buffer data to standard input.11I has exited with the ..."
12"sockets,rabbitmq,connection,timeoutexception","I have created separate applications: one runs on the main server, and the other runs on a networked machine connected to the main server. The IP address of the main server is 192.168.0.15, and the IP ..."
13"python-3.x,user-interface,freesimplegui","FreeSimpleGui how to place a button on top of image with transparence14hi ,it that possible to keep transparent image when it placed on image ? and also i need to keep some space beetween ""Chrome&..."
15"java,spring-boot,elasticsearch,opensearch","I have a java microservice that consumes messages from Kafka topic. After performing business logic, I am persisting the messages in aws open search.In the code flow, I process the incoming batch of ..."
16"c++,operating-system","I want to retrieve list of files recently accessed by user for windows and mac os. The list should return recent files across all apps and OS, not app or type specific. I am using cpp for native code."
17"java,spring,spring-boot,apache-kafka,spring-kafka","I'm currently working on a project using Java Spring Boot and Apache Kafka, where multiple microservices communicate via Kafka. Our goal is to handle 100,000 transactions per second (TPS) (or log ..."
18"python,css,django,django-staticfiles","I'm experiencing an issue with my Django application deployed on Railway where CSS changes are not being reflected on the live site, even after successful deployments and clearing browser caches.19..."
20"ios,swift,ocr,vision","I am creating iPAD app where user can write something using Apple Pencil. As PKCanvasView returns image of that handwritten text. Please find that image as below:21 22Now I want to convert that ..."
23"android,flutter,android-studio,google-maps,mobile","I'm making a google maps application, and I have the markers set outside of the google map scafold, because I have multiple markers and they need to be combined in this manner, I also have custom ..."
24"windows,visual-studio-code,rendering,antialiasing,cleartype","I am accessing a Windows VM on a real Windows 10 machine via Horizon VMWare.25Inside the VM most windows  and other elements render nice and smooth (I guess) due to antialiasing.26However VS Code (..."
27"dashboard,apache-superset","I want to know if onclick is available/possible for big number charts  as it is available for table charts.28For eg -> We have 2 tables29Table 1-> Cols-> Subscription ID, Count(subs id)->305 ..."
31artificial-intelligence,I've developed an article on applying Graph Representation Learning to residential electricity consumption patterns. I'm particularly interested in how to capture temporal dependencies in a graph-...
32"php,laravel,laravel-passport","I encountered the following error while trying to install laravel/passport. I've already added extension=sodium to my php.ini file and attempted to install the package using the command:33composer ..."
34"google-chrome,selenium-chromedriver,google-chrome-devtools","I'm frequently encountering CORS (Cross-Origin Resource Sharing) issues in Chrome when accessing various applications. The error typically looks like this:35Access to fetch at 'https://rr1--=sn-..."
36"dos,disassembly,ida,16-bit","im disassembling the old 1989 Borland tool TDSTRIP.EXE that can extract Turbo Debugger information from executables and stumpled over this path-normalizing function37this is the signature im using ..."
38"python,altair","I want to make a chart in altair with the following properties:39 40It shows multiple time series41I can select which time series are displayed by clicking on the legend42If a series is unselected in the ..."
43"logging,qemu,kvm,libvirt,virsh","I'm running Cisco IOS-XRv-9000 sw on a qemu/kvm VM using Virsh on my linux Ubuntu system44root@eve-ng62:/tmp# virsh list45 Id   Name                 State46------------------------------------47 17   IOS-..."
48"c#,sdk,hardware,barcode-scanner,cardreader","I work with RFID tags, and I’m using a reader to scan the RFID cards. When I scan a tag with the reader, I get a 10-digit Card ID (e.g., 0002146552). However, the system I’m integrating with expects ..."
49postman,"With the latest update of Postman, in the Authorization tab if I choose ""Bearer Token"" as Auth Type, the token value is hidden.50I can show it by clicking on the eye icon.51Is it possible to ..."
52"firebase,firebase-studio","I created a small web app directly in Firebase Studio (via the App Hosting interface, not Firebase CLI or local deployment). The app is currently live at a *.hosted.app domain and is working fine, but ..."
53"c#,asp.net-core,authentication","Logging in directly from a blazor page apparently isn't allowed as I get a warning that the headers have already been modified when it tries to set the cookies.54Supposedly, the work around is to add a ..."
55eslint,"I'm experiencing an issue specifically with Cursor where ESLint doesn't show any errors in the editor UI across all of my projects, despite working correctly in the terminal.56The Problem57 58ESLint ..."
59"next.js,build,vercel","Let's get started with the logs:60[23:12:29.760] Running build in Washington, D.C., USA (East) – iad161 62[23:12:29.961] Skipping build cache, deployment was triggered without cache.63[23:12:30.308] ..."
64python-3.x,i have problem if anyone can help please i have script.py this script download pdf file from website before it download it need to confirm the date and the time the problem is print different date and ...
65python,"I tried the Factorial of number program and the answer came out correct. But where is the value stored using the recursive approach? I don't understand how that method works.66if n==0 or n==1:67return 168..."
69"python,list","I really don't like that in Python the list numbering starts from 0. This is very confusing and is a gross violation of logic.70Is it possible to go into the settings and change this principle so that ..."
71"javascript,svg,gasp","I generated the SVG using Illustrator and am trying to add animation using the gasp lib.  I want to move the circle along the path, but it’s not aligning properly. I’m not sure where I’m going wrong.72..."
73"angular,shepherdjs","import Step from 'shepherd.js/src/types/step';74 75This path is no longer valid76Which is the correct path to import Step?"
77"python,linux,selenium-webdriver,selenium-chromedriver","I'm running a Selenium Python script that opens YouTube in headless mode, waits 5 seconds, and then quits.78The script works perfectly on my local machine. However, when I deploy it on a VPS (Linux, ..."
79"vb.net,winforms","Since VB.NET does not include shape controls like VB6, I want to design a registration form in Windows Forms and print it.80Which method would be better: using code or ReportViewer?81I would appreciate ..."
82"html,css,tailwind-css,z-index,tailwind-ui","Hello I have 3 elements:831- a rectangle div (a)842- a full rounded image (b) in the center of (a)853- a text (c) that transition in the center of screen from left to right86My question is it possible to ..."
87"loops,for-loop,button,click","I have a GUILayout.Button(""..."") with two ""For loop"" statements, but only the first statement is executed at First click the second statement is executed at an second click.88I ..."
89"wordpress,elementor,flatsome","On my website https://barsh.shop/ I use the features of Elementor Pro to create a store. The product card in the Off Canvas menu is displayed incorrectly for each product.90I tried changing the layout ..."
91"react-native,android-intent,oauth-2.0,intentfilter","Problem92I'm facing a deep linking conflict in my React Native app due to handling two different authentication providers, each using a different intent URL:93 94Microsoft Login → appname://react-native-..."
95"blockchain,solana","I built the code for market making on Solana Raydium.96But it is not working to add more than 5 transactions in one jito bundle.97When I am adding more keypairs to the Keypair[] it is not working.98    ..."
99"python,simulation,fmi","Using FMPY 0.3.23 and Python 10 or later.100Can an example of how to do a continuing simulation (like continuing example ) be provided for an ME type model, not CS?101I'm trying to deep dive the code to ..."
102"ui-automation,android-uiautomator,uiautomator2","I'm using Uiautomator2 in Python to test an app.103I have an app function, which I want to test, which detects when the user makes a screenshot. So I'd like to simulate making a screenshot within ..."
104"javascript,php,server-sent-events","I’m trying a simple notification in PHP and JavaScript. The idea is when data the server is updated the client page is updated.105On the server I have the following test PHP script:106<?php107    header('..."
108"asp.net-core,azure-web-app-service","I have a reactjs, ASP.NET Core app. In the appsettings.json file, I have the following connection string settings:109""ConnectionStrings"": {110      ""redis1"": ""<redis ..."
111"oracle-database,blob,charset","I'm looking at Oracle Database Sample Schemas, and found there is a column of a charset for a column of Blob.112https://github.com/oracle-samples/db-sample-schemas/blob/main/customer_orders/co_create...."
113"amazon-web-services,aws-chime-sdk","I'm planning to use Amazon Chime SDK media pipelines to capture meeting content and store it in Amazon S3.114According to the documentation:115Chime SDK Quotas – Media Pipelines116 117The maximum number of ..."
118magento2.4.4,"My custom php file is under pub directory so I want to run that file in specific time similar to default magento cron.119Can you please share the answer if anyone work on similar kind of feature?"
120"java,kubernetes,apache-kafka,migration,kraft",We are manually trying out Zookeeper to Kafka KRaft migration in our K8s environment. For that the initial step is to deploy Kraft controller in migration mode. We used configmaps to provide the ...
121guidewire,"Scenario : An on-prem PC V10 requests some data from a webservice hosted in Cloud. The response received is a JSON response.122 123Can Integration Views be used to deserialize a JSON response?124Is it ..."
125"url,google-search-console","I recently discovered that thousands of unwanted URLs have been automatically generated on my website - [https://cloudcogroup.com/]. These URLs are not part of my original site structure or content, ..."
126"azure,azure-defender,endpoint-for-defender","I'm currently running the Azure IoT Defender Micro Agent on a Yocto-based image (STM32MP1), and although the logs suggest the agent is working and sending data, no Defender metrics are visible in the ..."
127"javascript,reactjs,form-submit","This is test code. When I click update button, it calls the updateItem function and then handleSubmit function, but when I click delete button, it calls only removeItem function. Both buttons are type=..."
128"powershell,token,enumerate,group,intune","as part of a move to Intune, we still have some legacy applications that are accessed via group memberships.129Is there a way to use powershell to enumerate Intune/AAD group memberships without calling ..."
130"javascript,dependencies,updates,renovate","Recently, we've integrated renovate bot into our github, and it definitely keeps on updating the dependencies at a good pace. One thing I noticed is that it updates the yarn.lock file directly and ..."
131"ruby,csrf,rack,cuba","Can someone explain me how to use in form and how to pass data to route with simple example...132<form>133{{ csrf.form_tag }}134</form>"
135visual-studio-code,"when I'm trying to open index.js and app.js they don't open beside each other. one opens over another, not separately. how to fix this?"
136"exceljs,fast-csv","import exceljs from ""exceljs"";137import { log } from ""node:console"";138 139const { Workbook } = exceljs;140const workbook = new Workbook();141 142const file = 'files/simpleNameValues.csv';143const ..."
144"linux,debian,mozilla,apt","I'm currently setting up a fresh install of Debian. I was trying to install Firefox following the instructions from their website. So importing signing key, setting up the source list and then trying ..."
145"azure-devops,odata","I need to write an OData query to retrieve all test cases in Azure Devops that are associated with Tests.146 147I tried the OData query below and looked for a common field to establish a link, but I wasn’t ..."
148open-policy-agent,"Consider the json below149{150  ""name"": ""jack"",151  ""age"": 21,152  ""ssn"": ""2365"",153  ""license"": ""xyz""154}155 156This is a rego policy file that ..."
157"java,spring-boot,jakarta-validation,functional-endpoints","I'm trying to move from traditional Spring MVC controllers to a functional routing approach using RouterFunctions (not reactive)158However, I cannot figure out how/where to apply bean validation.159In my ..."
160"linux,oracle-database,ulimit,oraclelinux","I am trying to prepare the server running Oracle linux 8.8 for Oracle database 19c installation.161I installed oracle-database-preinstall-19c.rpm and ulimit -l value started showing unexpected to me ..."
162"raspberry-pi,fmi,pyfmi",I'm running into an error in the project I'm trying to debug where I want to run simulations using an FMU (generated by Plecs if that matters) on a Raspberry Pi 5. I already have it working on a ...
163"php,session,laravel-12","i'm using laravel 12 and try to use middleware to check the user is login or not.164I set the session value in api Controller, but, when I call this value in middleware, it will be null.165and my log only ..."
166"r,plot,assign,significance","I want the re order my tukeyHSD results comparison table, so that  rcompanion::cldList() [@SalMangiafico] assigns letters in a specific order.167I am Looking at spicule (Sponge skeleton) variation ..."
168"frontend,tabulator,tabulator-py",I am using tabulator for my tables and I am getting the data from backend. So I have written the backend in such a way that it takes a comma separated string for filters and filter based on the ...
169"apache,tomcat,tomcat7,tomcat9","we are trying to upgrade tomcat version, currently i am using tomcat7 and i am trying to upgrade it to tomcat9 , my server is hosted to client side. i have done all the required configuration and we ..."
170"javascript,dom-events","This is my HTML code.171<div class=""buttons-div"">172<button class=""modulo-button"" id=""btn"" value=""%"">%</button>173<button class=""division&..."
174"r,rep","I ran into an issue with the rep function in R 4.3.1.175If I use this code then I get the expected output no issue.176p <- 0.85177a <- 100178length(rep(0,p*a))179> 85180 181But when I do something like this,..."
182"visual-studio-code,flask,vscode-liveshare","How do i make a guest be able to run the program. I turned on guest command control, but the button didn't appear for him. i also tried to enable that for him but the button didn't appear Does anyone ..."
183"android-studio,android-emulator","enter image description here184I am facing an issue where the Android emulator is unable to connect to the internet. After some research and development, I managed to resolve the internet connectivity ..."
185apache-kafka,"If I'm using an idempotent producer and carrying out asynchronous writes with a callback for when the write fails, should I expect the failure callback method to be called in order?"
186"plc,serial-communication,rs485,codesys","I am currently having issues with serial communications on my CODESYS PLC program.187My RS-485 bus has slaves that expect unique message structures in order to carry out queries and control commands. In ..."
188"ros,yolo,lidar,slam","I need to implement real-time object detection and robot navigation using RGB-D and LiDAR data on a Deep Robotics Lite3 quad robot without simulation.189I have ROS Melodic installed on its system.190The ..."
191"flutter,widget","I pass data from textcontroller via getter to text widget and I don't understand why text on widget pronounce doesn't appear. It seems to me that there is some logic in my code, but I'm new to flutter ..."
192c,"Here is a fragment of code shared between N threads:1931.   #include1942.   sem_t s;1953.   sem_init(&s, 0, 1);196       ......1978.      1989.   while (bucket_size > 0) {19910.20011.20112.      printf(“I am ..."
202"c++,bash,cmake,vagrant,ld","I'm willing to built from sources gdal project. It conveniently offers a Vagrant box with all the packages needed set for that (and it has plenty).203(I haven't tagged this question with a gdal tag, ..."
204reactjs,"const el = document.elementFromPoint(e.clientX, e.clientY);205        206if (el) {207  const bg = window.getComputedStyle(el).backgroundColor208  const color = window.getComputedStyle(el).color209 210  console.log(..."
211"reactjs,next.js,react-hooks","import { ChessClock, ChessClockData, ChessClockMode } from ""@/types/ChessClock"";212import { useTimer } from ""./useTimer"";213import { Player } from ""@/types"";214import { ..."
215"nestjs,typeorm,crud,nestjs-typeorm","I'm building a RestAPI with NestJS and using the dataui/crud (nestjsx/crud) framework for crud operations and need help implementing a ManyToMany relation.216When creating a ManyToOne or OneToMany ..."
217"php,ubuntu,ms-access,pdo,odbc","I have Ubuntu 24.04 and php 8.3. I'm trying to connect to an Access DB through PDO ODBC running on the command line. Here is what I have enabled:218$ php -i | grep PDO219PDO220PDO support => enabled221PDO ..."
222"python,optimization,genetic-algorithm,particle-swarm,hill-climbing","I'm currently working on a project where I need to compare the performance of different optimization algorithms — specifically Genetic Algorithm (GA), Particle Swarm Optimization (PSO), and Hill ..."
223"c#,maui",I'm developing a MAUI application and encountering an issue with the CarouselView control. The indicators in the CarouselView appear correctly according to the number of items in my ...
224"facebook,google-chrome,ads,crm","I’m managing Google Ads campaigns for multiple clients and need a way to automate lead generation by integrating CRM data (e.g., Salesforce, HubSpot) with Google Ads. I’ve explored Google Ads scripts, ..."
225"c,utf-8,c99,surrogate-pairs","I am experimenting with wctomb in order to convert a wchar_t into its UTF-8 equivalent stored in a char[]. It works nicely, but not for surrogate characters ranging U+D800 to U+DFFF.226int ret;227// null-..."
228"python,matplotlib,seaborn","I'm relatively new to python and trying align error bars for cancer data.229I have a cancer dataset with the following code:230plt.figure(figsize=(16, 6))231 232# Using the barplot method with error bars233g = ..."
234"c,scope,identifier,goto,c17","In C17's final draft N2176 document,235 236at 6.2.1.1, it defines a label name as a type of identifier,237at 6.2.1.3, it says238A label name is the only kind of identifier that has function scope. It can be ..."
239"asp.net-core,razor-pages,asp.net-core-8","Inside a razor page, I must know whether a model property is decorated by [Required].240The conventional answer is:241@{242  var isNameRequired = 243    Context244    .RequestServices.GetRequiredService<..."
245"vue.js,webpack,sass,css-loader,sass-loader","css file246error message247The picture is on the server. I want to access it in this way but got an error.How to prevent webpack from checking absolute path images in SCSS files?The document states that ..."
248"logging,pipeline,targets-r-package","In the targets package in R, does anyone know if it's possible to remove the progress when running tar_make(). I plan to save the logs as a text file but since the progress bar is being printed every ..."
249"date,google-sheets,max,maxifs","I am looking for a Google Sheet formula to help me find and return the date from another column, depending on variables from other multiple columns.250Here's a spreadsheet with my issue.251I would like ..."
252"javascript,firebase-genkit","How do I combine tool-calling and multimodal inputs in GenKit? I have tried the following:253ai.generate([254  { media: { url: ""https://www.example.com/image1.jpg"" } },255  { text: ""Do ..."
256"string,padding,dolphindb","Does DolphinDB have a built-in function equivalent to Python's str.ljust() for string left-justification?257I have a DolphinDB table tmpCode with a string column Code containing values of varying ..."
258cuda,"When using the H100, I noticed that with the same code, the NCU report shows a Tensor Core utilization section under Pipe Utilization, but this doesn't appear on the A6000. Additionally, my code doesn’..."
259"laravel,filamentphp","I am using https://filamentphp.com/plugins/bezhansalleh-shield for roles and permissions.260I have 3 panels (admin, home and app)261In the Roles table, it shows 114 permissions from all panels and ..."
262"c,asynchronous,process,ipc","I've searched around and couldn't quite find and answer to this.263I'm trying to get C to open a bash program called L.264The I want to be able to run the program using something close to system or popen.265..."
266"openai-api,langchain,large-language-model,agent","I have the following code block that uses langchain.create_react_agent to create an agent:267movie_chat = prompt | llm | StrOutputParser()268tools = [269    Tool.from_function(270        name=""Movie Chat&..."
271"javascript,firebase-authentication,google-cloud-functions","Using react and firebase, it seems that even when the user is logged in, my cloud function still throws unauthenticated error. After checking context, it turns out to only have {""signal"": {}}..."
272rust,"Consider these two types:273pub struct InnerA {274    pub x: i32,275}276 277#[repr(transparent)]278pub struct InnerB {279    pub a: InnerA,280}281 282As far as I understood, repr(transparent) ensures it is safe to do std::..."
283"python,uv",Say I have a script MYSCRIPT.py that imports REQUIRED_PACKAGE. REQUIRED_PACKAGE itself could have other dependencies. How can I save the details of the packages downloaded (e.g. into a lock file) when ...
284"javascript,ag-grid","I'm using AG Grid in a plain JavaScript project. I tried adding rowNumbers: true in the grid options, but it doesn't show row numbers on each row.285How can I correctly display row numbers in AG Grid? ..."
286"flutter,provider,riverpod","In Flutter’s provider package, using Consumer widget, within its builder when we call any provider method which makes a call to notifyListeners() we get an exception because we can't request a rebuild ..."
287"android,android-jetpack-compose,compose-recomposition","I'm studying about android jetpack compose SideEffect. Here is the code for testing.288Column(289     modifier = Modifier.fillMaxSize(),290     verticalArrangement = Arrangement.Center,291     ..."
292"c++,qt,graphics2d","Here is the Qt QChart example: https://qthub.com/static/doc/qt5/qtcharts/qtcharts-chartthemes-example.html293 294We can see the x axis 6 is even longer than the y axis 7. How do I set the x axis and y axis ..."
295google-directions-api,"The image of the issue296[Image][1]297I used the direction API to create navigation guidance for users, it shows a weird error like the picture, it does not show the maneuver like turn left or turn right ..."
298"c++,macos,zsh,macos-sequoia","I recently upgraded to Sequoia 15.4.1 on my Macbook, and now I'm running into an issue where even trivial c++ binaries get automatically killed by the operating system. Here is the trivial c++ file:299#..."
300"c++,data-distribution-service","Context301I am running a publisher and a subscriber app running on the same machine. They work fine when on the same domain. The publisher pushes out some random numbers to one topic. THe subscriber ..."
302"c++,multithreading,crash,access-violation,game-maker-studio-1.4","I'm writing a GameMaker Studio 1.4 extension in C++, and, in an attempt to implement multithreading, I also introduced a crash.303The error, found with WinDbg:304(d388.271c): Access violation - code ..."
305"python,xcode,github","We needed to create a tag inside the GitHub. We needed to install the gitHub inside the computer. Also, the gitHub can provide some code."
306"c#,wpf,xaml,mvvm","I am trying to learn MVVM and do my data bindings from XAML rather than the code behind. When I attempt to change the text in the textbox, the setter is never called and I cannot figure out why. Is ..."
307"merge,clickhouse","Last month, there was an issue on our server where the ClickHouse merge process took an excessively long time. This process lasted for nearly three hours and kept the CPU load at a high level. Below ..."
308"deep-learning,pytorch,clip,lightning",During the training process of the CLIP-like model (the input is molecule-protein pairs). The model architecture is tansformer-based. The training loss suddenly and sharply increases and then no ...
309"ios,react-native,authentication,oauth-2.0,supabase","Problem Statement310I'm developing a React Native application using the Expo framework (Managed Workflow) and Supabase for authentication. I'm trying to implement both 'Sign in with Google' and 'Sign in ..."
311"javascript,html","Here's what I coded. I removed unnecessary parts.312login.html313<html>314  <head>315    <script src=""/pgScripts/login.js""></script>316  </head>317  <body>318    <h1&..."
319"excel,vba",I am looking for the correct syntax and/or example to use column names instead of row/column references within a For Each structure (to iterate thru an excel data table within a worksheet).  I need to ...
320"php,laravel,docker,docker-compose,dockerfile","I am working on an application which have 3 different laravel project, What I am trying to do is I will have one single nginx docker container that will serve those 3 laravel APIs.321The problem I am ..."
322"java,sql,triggers,mariadb","In my database I've 2 tables:323 324j_cars that stores a replica of car lists from JSON sessions dumps of Assetto Corsa (game) servers325drivers that uses the username / Steam GUID pairs from each cars ..."
326"python,tensorflow,keras,deep-learning",I am trying to train a GNN but am getting a NaN loss function immediately after the first training example. Below I have included all of the pertinent code. My input is 385 points in 3D space confined ...
327"python,jinja2","is there a way to render the variable b-c (456) by changing only template variable in the following code?328import jinja2329 330environment = jinja2.Environment()331 332data = {'a':123, 'b-c':456}333template = &..."
334"python,dataframe,group-by",I am calculating the First Time Resolution (FTR) percentage from call logs using the following Python code with pandas and numpy. When I run the code on one CSV file (calls_logs_cleaned_2025-05-02.csv)...
335"javascript,html","I'm relatively new to javascript, so apologies in advance. I'm modularizing a jsPsych experiment by moving large objects into separate files. When I move my all_breaks object into break_schemas.js and ..."
336flutter,"Sorry, I'm very new to Flutter. I'm so new that I don't know what I'm looking for. Please have patience with me.337I have this screen, when I click in the middle blue button on the screen, it navigates ..."
338"c++,templates,tuples,variadic-templates","I have several custom data structures which are essentially arrays of primitive types:339template <typename T>340class Vec3 {341  static constexpr size_t SIZE = 3;342  T v[SIZE] = ...; // some init ..."
343"swiftui,ios18","I'm using the adaptableSidebar tabViewStyle. How can I change the placement of the tabBar programmatically? I know its value can be read with @Environment(\.tabBarPlacement) var tabBarPlacement.344I'd ..."
345"wordpress,woocommerce","I'm currently using the WooCommerce Product Add-Ons Ultimate plugin by Plugin Republic to generate product variations.346I've run into an issue where I need to conditionally disable only specific ..."
347visual-studio-code,"In VSCode If you create a snippet containing $ spots, it will highlight the text.348I find the bright highlighting very annoying and want to disable it without pressing escape or clicking away.349This was ..."
350"python,time-series,survival-analysis,cox-regression,lifelines","I'm running a Cox PH Model to examine survival times among a population, and my model outputs fine, except I want to change the categories its using as the reference/baseline (i.e. right now it's ..."
351"java,sql,jdbc,mariadb,mysql-connector","This is my fairly simple SQL:352SELECT353    CONCAT(354    '{ ',355        '""test"": ',356        '{',357                '""a"": true,',   /* don't set to false  */358                '""b"":..."
359"angular,wordpress,woocommerce,seo,robots.txt","I’m building a headless WooCommerce website with WordPress as the backend and Angular as the frontend. I’m using Yoast SEO on WordPress to manage SEO metadata (e.g., titles, meta descriptions, schema ..."
360"c#,.net,certificate,x509certificate,azure-keyvault","Background:361I'm using the Azure Key Vault to create certificates. I need the the public and private key once the certificate is created. The public key is a available from the Azure.Security.KeyVault...."
362typescript,"type Res = {363    data: {364        x?: {365            value: string; 366        }367    }, 368    errors: null;369} | {370    errors: Array<string> 371    data: null;372}373function getResData(res: Res) {374 375    // ..."
376"python,anova",I'm trying to run a two-way RM ANOVA. I have two groups that received different treatments over the course of 6 days; n=10 in each group so 20 subjects total. I have a significant interaction effect. ...
377"sql,sql-server","The current SQL Server query below returns data in the Line_BusinessUnit column with duplicated words, as highlighted in red in the attached screenshot.378SELECT 379    i.[PO_Number] AS PO_Number, 380    i.[..."
381"c#,windows-services,network-drive",I have a C# Windows service app that writes text file to a certain network drive. The service runs with a local user account that has the permission to access and write to the directory. I have ...
382"split,for-xml-path,ssms-2014,stuff","I have data in a database that I cannot change which is stored like this:383DocId384Staff/Relationship3851278663861395/3003,1399/1388387where:3881395/3003 = Cat Stevens/Therapist389 390and3911399/1388 = Dog Stevens/..."
392"php,database,multi-tenant,credentials","I realize this has been asked before and we've read through the posts, but our scenario is a bit unique. We are building a multi-tenant application, using a main database for shared data and client ..."
393"node.js,ssl,hl7-fhir","I'm writing a FHIR request using Node.js FHIRKit Client module (aka fhir-kit-client) against a FHIR server that has a self signed certificate.394This is how I'm initializing the FHIR Client:395  // Define ..."
396"reactjs,node.js,next.js,i18next,next-intl","I have a problem in run build in the next project because i need to deploy it in server not have a node.js or Not supported node.js , so I'm trying to build it and take the file /out. The project it's ..."
397"javascript,html,jquery,django","My problem is the div element will not show even when using the show method and clicking on it.398console.log(""Profile JS loaded"");399document.addEventListener('DOMContentLoaded', function () {400 ..."
401"multithreading,rust,parallel-processing,simulation","I am tying to write my own threadpool, and I am using a fluid simulation to test its performance.402The current definition of the thread pool structure itself is very simple:403pub struct ThreadPool404{405    ..."
406"hl7-fhir,smart-on-fhir","we have the [Appointment][1], [Patient][2] and [Organization][3] resources as shown below. I'm trying to construct search queries for the usecase - find all appointments scheduled on a given day ..."
407texture-mapping,I'm following a tutorial showing how to UV Unwrap an object and 'paint' an image texture onto it. It's a knife handle and blade. I've successfully 'painted' the image texture on the wooden blade ...
408r,"I'm using (and appreciating!) the OpenRepGrid package for analyzing repertory grid data.  My data come from a study with 12 participants, and we're looking to make plots for each participant.  We're ..."
409"docker,docker-compose,docker-desktop","I have a web application (React and Laravel) Dockerized but it doesn't recognize code changes.410docker-compose.yml411services:412  mysql:413    image: mysql:5.7414    container_name: hoopcliq-mysql415    restart:..."
416"power-automate,power-platform,azure-sql-managed-instance",What is the recommended architecture for establishing a secure connection between Power Automate (cloud) and an Azure SQL Managed Instance that is configured with a private endpoint? I do not have ...
417"javascript,firebase",I'm a brand-newbie to firebase and cloud computing environments in general.  I don't know a lot of the jargon yet.  I'm trying to write my first index.html file using firebase and the syntax from an ...
418"typescript,rich-text-editor","Im now using TipTap but in a Free version only. Im just asking do you guys handled the auto capitalization manually? Do you have any guide on how am I gonna handle that?419Thanks,"
420"javascript,node.js,next.js","I have a next.js website with an app/ folder like so:421│   favicon.ico422423├───(main)424│   │   layout.js425│   │   layout.module.css426│   │   not-found.js427│   │   page.js428│   │   page.module.css429│   │430│   └──..."
431"c,language-lawyer,case-sensitive,case-insensitive","Note that locales are a part of C that has evolving support.432Following is about C23 and maybe back to C99.433This is about an minor corner case in strtod().434With locales like ""turkish"", should ..."
435"laravel,erp","i need to create an addon for UltimatePOS. the addon should do backup and restoration within UltimatePOS dashboard. it should be able to backup all records, data, settings and database of an ..."
436"amazon-web-services,esp32,ota,aws-iot-jobs",I'm trying to implement AWS Jobs OTA capability into my ESP32-C6. The provided ESP MQTT client is already in-use so I do not want to implement the entire AWS IoT SDK library. I tried to follow the ...
437"php,arrays,session,model-view-controller","I'm trying to authenticate a user and store the data in the session.438I expected that the session should contain the user's data after login, but the current behaviour is that var_dump($_SESSION) ..."
439"html,css,background-image",I am building my first HTML/CSS/JavaScript project for my Web Development class. I have been learning a lot and thoroughly enjoy the problem-solving aspect of figuring out why things don't work and ...
440qml,"Here is a QML Popup.  Works fine.  But if I un-comment the 2nd ""Text"" then it won't run.   What am I missing?  Is there something special about Columns and Texts?  Or something special about ..."
441"oauth-2.0,oauth,gmail,gcloud,thunderbird","I want to send gmails without browser and to use python, nodejs, c++ or so on.442Now needed oauth2 for gmail, I investigated gcloud and knew many many steps are required. project, clientid, secrets....443..."
444"reactjs,.net,postgresql,architecture,parquet","I'm building a forecasting dashboard with the following setup:445Frontend: ReactJS (visualizations, graphs, filters)446Backend: .NET 8 (C#)447Data Source: Parquet files generated by a forecasting model448— ..."
449"kdb+,q","I have a schema with several tables, usually they all contain data. I have eod function , which calls Q.hdpf to save tables from rt. Everything works as expected. However, when one of the tables is ..."
450google-sheets,"I have a cell formula like451={QUERY(...);QUERY(...)}452 453The first query always return results but the second may or may not return a result based on the underlying data and the filter conditions (in my ..."
454"dbus,gtk4","I'm writing a GTK4 application, and it consumes very high CPU load. Digging in a bit, it turned out that I have enormously high amount of this system call (strace snippet):455recvmsg(14, {msg_namelen=0},..."
456".net,azure-functions,azureservicebus,masstransit","I'm developing an Azure Service Bus trigger function with MassTransit, and I'm getting the following error messages when the bus is injected with about 10K messages in a short time (~5 mins).457The ..."
458"r,matching,nearest-neighbor,matchit","I have a sample of N units and their associated covariate values. For each n in N, I would like to find its closest match amongst the remaining N-1 units.459I'd like to use something similar to matchit ..."
460"aws-cloudformation,data-migration,aws-dms","I'm trying to run AWS DMS with specific table mapping where I have my source table, then I want to rename the table to a new name that matches the target table name as well as not migrate certain ..."
461liclipse,"I'm trying to upgrade my Liclipse license, but the website, https://www.brainwy.com seems to be down.  Is this still a valid company?  I note that www.liclipse.com is still active, just the brainwy ..."
462"python,c#,image,unity-game-engine,colors",I'm having a hard time infering an image from a camera in Unity to an ONNX using a render Texture. I realized that the output from the ONNX inferenced with Barracuda is significantly different from ...
463"python,server-sent-events,mcp","Is there a way to control which SSE port (not initial connection port) the sse session will land on?464I am running regular fastmcp sse in docker and without knowing which port SSE will land it's ..."
465swiftui,"I am creating an iOS app that uses PKCanvasView to interact with Apple Pencil and collect the strokes as UIBezierPath objects. Once collected, I need to save these paths as mask images in PNG format.466..."
467math,"Given two n-dimensional vectors468x = (x_1, ..., x_n) and y = (y_1, ..., y_n).469which both have non-negative components that add up to 1, i.e.470x_1 + ... + x_n = 1 and y_1 + ... + y_n = 1471Their Euclidean ..."
472"c++,opengl","I use a windows computer and my project partner uses MacOS, after updating my computer this morning the project will only generate a black window instead of the game we created. The project works fine ..."
473dpdk,"In DPDK-22.11, is the rte_kni_tx_burst() function safe to call on the same struct rte_kni * object from different threads?"
474flutter,"I would like to use Tabbar to create a header as shown in the screenshot below [![enter image description here][1]][1], with my site's logo on the left and the navigation menu in the center.475I would ..."
476"c#,winforms,richtextbox","I want to change the background of the entire line in a RichTextBox, irrespective it has text or not. The same question as asked here:477How to change background color of the certain line in the ..."
478"python,pytorch","Following examples show how you can get two different answers depending on whether you have list of lists, or lists of list of lists, or 2d pytorch tensor. What is the logic used to go from the ..."
479"c#,resharper,visual-studio-2022","Say I have a property implementing INotifyPropertyChanged:480public WhichHandle LastHandleFC481{482    get => _lastHandleFc;483    set => SetField(ref _lastHandleFc, value);484}485 486I can replace with regex: ..."
487visual-studio-code,"I coach a middle school robotics team. We use VS code for programming and github for sharing. I have a VS Code profile created that I have exported to our team repo, so I can grab that and very ..."
488"excel,vba,xlookup","Good evening, all,489I'm trying shorten names in a column by parsing the names and doing lookups on each word to return a possible abbreviation.  I was doing a loop through each row (~200 words) to find ..."
490livewire-powergrid,"I want to create a CRUD similar to editing and deleting with FluxUI modals, but I can't edit or delete any records because I do it in a separate file from the PowerGrid file, and it doesn't capture ..."
491"nginx,ssl,expo,tls1.3","I'm using nginx as a proxy server and expo web as a client hosted on eas;492EAS Hosting uses SNI (Server Name Indication) for TLS, which means the correct SSL certificate is served based on the hostname ..."
493"go,haproxy,haproxy-ingress","My opentrb servers listen on http/2 and receive protobuf messages, and for that, I have configured HAProxy SPOE for analytics purposes for requests/responses.494The problem is that when Agent receives ..."
495responsiveness,"my ECLASSIFY mobile web does not reflect the changes I do on the admin panel, I deployed it on a VPS on https://hanbay.top, but the desktop web does reflect the changes for example adding ads, ..."
496"c++,stdvector,gdi+","This is a continuation of a previous discussion here... I'm trying to convert an existing GDI+ practice program to use  for the various GDI+ objects...497So the existing (working) code is this:498   ..."
499"django,autocomplete,admin","I have two models500models.py501 502class Group(models.Model):503    name = models.CharField()504 505class Book(models.Model):506    name = models.CharField()507    group = models.ForeignKey(Group, on_delete=models...."
508"hibernate,jpa,spring-data-jpa","java 8509spring Boot 2.2.11.RELEASE510spring 5.2.10.RELEASE511hibernate 5.4.22.FINAL512mysql-connector-java 8.0.22513details:514@Entity515@Table( name=""phone_number"")516public class PhoneNumber implements ..."
517"javascript,html,reactjs,material-ui,jsx","When I click on a Material UI table row, I want the info of that row to appear in a dialog. I can't find a demo anywhere.518Here's a link to a sandbox I created showing what I mean.  Click on a row to ..."
519excel,"Both tables are on same tab.520I have the 1st table with columns as follows:521A522B523C524D525E526F527G528H529J530K531101532DK533not5341535dep5364537an538fam5398540Trip541102542cj543part5442545pre5467547bn548trp5499550DIGT551105552YJ553dio5545555pot5568557vn558rty5594560PRO561109562YJ563..."
564mysql,"I've scaled my Stored Procedure code to the bare minimum to exhibit this issue. I'm sure my crufty old eyes are missing the obvious...565The following works:566DELIMITER //567CREATE PROCEDURE ..."
568"java,collections,mapstruct","I have these PageAndData object as Target to the mapper in mapstruct569public class PageAndData {570    Page page;571    List<Data> data;572}573public class Page {574    private int size;575    private int ..."
576"c++,g++,language-lawyer,clang++","I recently encountered an interesting C++ code example that compiles with Clang (-std=c++20) but fails with GCC and MSVC. The code involves operator overloading and friend function declarations.577Code ..."
578jmeter,"I am seeking guidance on how to add the workbench in JMeter, as it is currently not visible in my interface. Any assistance in this matter would be greatly appreciated. Thank you.I am seeking guidance ..."
579"c++,ncurses",I'm trying to detect when the left mouse button is held down using ncurses in C++. I know that to check if the mouse button has been pressed we can use the bstate bitmap like so: event.bstate & ...
580"python,scipy,gradient,minimize,hessian","Dear stackoverflow users, I am having some troubles with linear assignment problems using the functions linear_sum_assignment and minimize, both from the scipy library. In order to compare more ..."
581rust,"Pointer types in Rust, such as Box<T>, Rc<T> and Arc<T>, implement their Eq and Hash instance in a deep way, i.e. they call to the respective instances of T. This is different from ..."
582"c++,linux,gcc,libraries","Am having a problem with external references of libraries.583I need to access the ogg libraries from xiph.org.584I have simplified it down to the following.585This works: in main.cpp586   #include ""..."
587"html,vba,email","My code has an extra line break in the email before my signature and588after strbody3. I have the code near perfect, except for deleting589this extra line.590I am using Ron de Bruin's RangetoHTML function ..."
591"firefox,mozilla,windows-11","This is strange behavior started randomly, (watch here) I have been using the same OS (Windows 11) and Firefox using same user login like from past 4 years on laptop, never had such issue! I am out of ..."
592"python,sympy,simplify","I'm trying to solve a cubic with a parameter r, for x. The cubic is the awful expression593poly = b*(-(10 + x)*b - 10*b) - ((8/3) + x)*((10+x)*(1+x) - 10)594 595where596b = sp.sqrt((8/3)*(1 - a))597 598which ..."
599c#,"public partial class _Default : System.Web.UI.Page600{601    protected void Page_Load(object sender, EventArgs e)602    {603        SqlConnection sqlConn = new SqlConnection(ConfigurationManager...."
604"math,glsl,directx-11,hlsl,graphics3d",Good evening! I want to implement volumetric fog in HLSL on DirectX 11. But I can't find a mathematical summary anywhere. Can someone provide the code in hlsl in what order and what variables I need ...
605"javascript,cookies","Mainly looking for 3rd party cookies. Cookie compliancy scripts typically have scanning tools or scan in real-time to show which cookies are active.606I'm looking to build my own scraper to log the ..."
607"docker,jenkins,ansible","**I'm working on a Jenkins pipeline that builds a Docker image on a remote Ansible server via SSH. The pipeline checks out code from GitHub, sends a Dockerfile to the remote server using scp, and then ..."
608"go,cryptography,tls1.3","I’m working on a research project using a fork of the bifurcation/mint TLS 1.3 library in Go. My goal is to analyze 0-RTT key exchange mechanisms, and I’m using a minimal server.go and client.go to ..."
609"ios,react-native,expo,keyboardavoidingview","I'm using KeyboardAvoidingView successfully on other screens in this mobile (iOS) app, but I suspect there is something about the overall layout of this screen that is causing it not to function as ..."
610typescript,"We have implemented excess-property checking for variables similarly to Forcing excess-property checking on variable passed to TypeScript function. This works, but it is very time-consuming to debug.611..."
612"vb.net,visual-studio-2022,microsoft365","Morning all I am trying to uninstall Microsoft 365 products using VB.NET with .NET Frameworks 9.0.613I have a list of M365 products that need to be unisntalled saved as a array614Dim officeProductIds As ..."
615"laravel-livewire,spatie-laravel-filepond","What happened?616I'd like to validate uploaded file type to be sure it's and image:617<x-filepond::upload618wire:model=""photo""619allowImagePreview620imagePreviewMaxHeight=""200""621..."
622"package,archlinux,naming,manjaro,linux-distro",I want to release packages of my software for arch and manjaro and I am packaging it using makepkg and I cannot find any official way to name packages for arch or manjaro differently as opposed to for ...
623"vaadin,vaadin-flow,vaadin-testbench","I am trying to create a Vaadin TestBench Page Object for Dialog:624@Element(""vaadin-dialog-overlay"")625// or626@Tag(""vaadin-dialog-overlay"")627public class TaskFormElement extends ..."
628"fastapi,profiling","Suppose I have a FastAPI endpoint function:629@router.get(""/{id}"")630def get_info(id: int, helper: helper_dependency, session=Depends(get_session)):631  # 1, run helper.helper_function1632  # 2, run ..."
633"nuget,freeze,.net-fiddle","When trying to add a reference to my NuGet package in DotNetFiddle.Net web app, I634enter my repo name in the ""NuGet package"" edit box. Package is found, but display gets stuck in the ""..."
635"java,spring-boot,visual-studio-code,gradle","`VS Code is not able load dependencies into project using my own gradle plugin called abc.gradle.myPlugin.636this plugin has groovy code to load all dependencies, It is not working VS Code. VS Code is ..."
637"angular,msal-angular","I'm having issues with the @azure/msal-angular v4 library. Currently I believe I have the MsalService and MsalBroadcastingService correctly configured and injected into my AppComponent.638The specific ..."
639"python-3.x,django,django-models,django-views","I have module that responsible for update insurance data640the module job :641 642takes data from csv643takes the values and validate it and then update644for empty columns within the sheet it will keeps the old ..."
645"google-maps,google-maps-api-3,geolocation,gps,android-gps",I am working on developing a mobile app that should be active only when the user is on a street or in an area accessible to vehicles. The biggest challenge I’m facing is determining the phone's exact ...
646"python,ssl,handshake,sslhandshakeexception,tls1.3",I am attempting to connect a client and server with sslContext.wrap_socket with the Python ssl library. I am getting some strange SSL errors including WRONG_VERSION_NUMBER and UNKNOWN_CA even though ...
647"html,css,flexbox","I have the following HTML and CSS:648.container {649  border: 2px solid black;650  width: 1500px;651  height: 700px;652  margin: 40px auto;653  display: flex;654  justify-content: center;655}656 657.sidebar {658  background-..."
659artificial-intelligence,"I'm working on a sentiment analysis project using a relatively small dataset (~10,000 examples) consisting of user reviews labeled as positive, negative, or neutral. I'm planning to fine-tune a pre-..."
660"c#,opengl,opentk","I'm using OpenTK and a Control (GlControl) render to OpenGL. I'm using a mix of Indexed (EBO objects) and vertex-only objects. All objects have their own VAO (Array buffer) and, if indexed, an EBO (..."
661"spring-boot,kubernetes,load-balancing,spring-cloud-gateway,service-discovery","Summary:662 663How can I use Spring Cloud Gateway to route requests to a given664service, without a discovery server in the Kubernetes environment?665 666We have our gateway implementation based on Zuul, running ..."
667"tensorflow,keras","I was digging through the tensorflow repo for understanding how backpropagation logic is implemented for the SeparableConv2D layer in keras. This layer has two sets of weights, called depthwise and ..."
668"aws-lambda,github-actions,aws-cloudformation,aws-sam","Even with the sample from the aws toolkit, each time I use github actions to build and publish a lambda function I am getting the error669Error: .NET binaries for Lambda function are not correctly ..."
670"button,hide,show","The question is how to make working Show/Hide button to selected lines ?671In my code i make two section with 5 title.672In one section i want hide Title 4 and 5673In two section i want hide Title 3,4,5674It ..."
675"network-programming,kernel,driver,ebpf,xdp-bpf","My Intel X710 NIC (driver i40e v2.28.5, firmware 11.1.7) fails to execute XDP_REDIRECT in native mode, while the same program works fine in skb mode. The system runs Ubuntu 6.8.0-58-generic with the ..."
676riscv,"I am learning RISC-V assembly language. The main reason why I am learning assembly at all is because I would like to create my own programming language someday. To do this, I know that I will need to ..."
677"python,tkinter,collision-detection","What I am trying to do is to make a Tkinter game that functions similar to Minecraft, but the left and right collision is not working. For playtesting purposes, I want to print 'Player collided with ..."
678".net-core,serilog","I'm looking for the easiest / most elegant way to force log output for startup and shutdown events, regardless of the current output log level. This is so that logging to file will always have startup ..."
679"python,pytorch,gradient,autograd","I’m currently using PyTorch’s torch.autograd.functional.jacobian to compute per-sample, elementwise gradients of a scalar-valued model output w.r.t. its inputs. I need to keep create_graph=True ..."
680"linux,docker,testcontainers","I want to spin up a Testcontainer for a microservice in order to perform an IT on another microservice I'm currently developing.681Now, when I'm launching the test, it fails because of a ""..."
682"r,dplyr","I am trying to study bird species richness within a restricted area, and am using a dataset from the GBIF website.683The dataset contains many informations so I am trying to clean it to remove any ..."
684"c++,algorithm,math,decimal","On a C++ project, I recently implemented a weighted least-squares curve fit algorithm to take a set of data with X & Y plot coordinates and do a curve fit, resulting in a y = mx + b equation that ..."
685"javascript,reactjs,node.js,next.js","I am starting my first Next.JS project. I understand that it uses the folder layout to determine different routes, such as if I have a ""settings"" folder containing a page.js file, and I go ..."
686"kotlin,gitlab,teamcity","we have tried to add a trigger and pull request feature in our building type. When a merge request in GitLab is opened, it will automatically trigger one building. We are using the Pull Request ..."
687"python,sqlalchemy,domain-driven-design,python-dataclasses,python-attrs",I am building a small python application to learn Domain-Driven-Design (DDD) approaches. Therefore I am using a dataclass/attrs class as my domain model and also use this class to imperatively model ...
688"android,android-auto","I’m developing an Android app that isn’t registered as an Android Auto media app, but I need to route several types of audio—such as notification sounds, Text-to-Speech prompts to the car’s speakers ..."
689"excel,dynamic,datamodel","I'm building a system to capture rebate contracts between commercial team and suppliers. These contracts vary a lot in structure and logic. To simplify operations, I want to allow users to import ..."
690"java,minecraft,apt,java-23","I recently tried to install openjdk-23-jre via apt on a debian server, in order to run a minecraft server in the latest version.691However, I got this error from apt :692~$ sudo apt install openjdk-23-jre ..."
693"javascript,typescript,ui-automation,testcafe","I am having an issue displaying a modal in my testcafe automation test unless I refresh the browser when I am on the page. I will explain the situation.694What I am trying to replicate is that if I log ..."
695"sql,mongodb,performance,indexing","My use-case is the following:696 697Need to save potentially tends of thousands of log messages / second (up to 100k perhaps)698I need to build a powerful UI for querying them699 700Mongo is great when it comes ..."
701flutter,"Step 1: Ensure Flutter is Set Up702In bash :flutter doctor703[!] Android toolchain - develop for Android devices (Android SDK version 35.0.1)704X cmdline-tools component is missing705Run path/to/sdkmanager --..."
706"visual-studio,user-interface,command-line-interface,c++-cli","I am using Visual Studio to program a GUI that has a button, I want this button to open a new page. I have create two .h files labelled MyForm1.h and MyForm2.h.707I want the button on Myform1.h to lead ..."
708"powerapps,powerapps-formula","I am trying to create a gallery that consolidates the rows in a dataverse table by the opportunity name. The groupby function appears to work as intended, but the collection is empty. I would like the ..."
709"r,dplyr,tidyverse,apache-arrow","I am attempting to create a barplot of the number of publications by year from a Parquet dataset containing a list of academic papers. I am trying to debug why I can use "">"" and "">..."
710"python,pandas,dataframe,group-by,aggregation","I have a DataFrame in pandas with multiple columns like ['category', 'sub_category', 'value'], and I want to group by both category and sub_category, and then apply a custom function to the value ..."
711"java,groovy,closures,static-compilation,type-extension","I have following classes712final class GroovyValidator {713 714    @Override715    public List<String> validate(String script) {716        final CompilerConfiguration config = new CompilerConfiguration();717 ..."
718"java,spring-boot,swagger-2.0,springdoc-openapi-ui","I would like to preserve the OpenAPI v3 documentation for the headers using Spring Boot RouterFunction, as well as preserving the readability if possible.719I used to have this simple example:720@..."
721r,"I want to merge the information from 18 different databases providing information on the status of many species in different locations of the world. However, I only want to merge the rows where ..."
722"2d,coordinates,blender,occlusion","I'm using Blender's Python API to get the 2D coordinates of all EMPTYS that are ""visible"" in a rendered 2D image (i.e., within the camera's view). I have a working script that retrieves the ..."
723"postgresql,jsonb","Consider the following table:724CREATE TABLE organization_data(data JSONB);725 726And it has the following data:727INSERT INTO organization_data (data) VALUES ('[{""department_name"": ""sales"",..."
728"logging,logstash","I'm trying to create logstash pipeline from syslog input but no matter what I change logstash throws the same error:729[2025-05-05T19:51:16,807][WARN ][logstash.filters.json    ][main][..."
730linux,"I'm using: Pop!_OS 24.04 LTS x86_64; DE: COSMIC731I wanted to change my shortcut for opening launcher to Alt+Space:732 733Each time I do that it erases and don't allow me to switch to this given combination ..."
734"python,selenium-webdriver","Is it possible to merge two array nodes into one? I'm trying to get everything under class container-ingredient_group, but each div block comes out as a separate block. When extracting data, it doesn'..."
735"unity-game-engine,game-development,game-physics,game-engine,godot","I want to write a 2.5d online game. I've never done this before, but I have some good experience in c++ development. Many websites say that it is worth using game engines like unity or unreal engine ..."
736"python,python-xarray,hvplot","Suppose I open an xarray dataset ds using xarray.open_dataset that contains a 3d array called cube with dimension coordinates x, y, and z. Usually just opening the dataset doesn't load all the data ..."
737"swift,swiftui,toolbar","I have some code that works fine, but when I navigate back from DetailView, the toolbar appears cropped. Do you know how to fix it properly?738struct ContentView: View {739    var body: some View {740       ..."
741"python,selenium-webdriver,selenium-chromedriver","I have several automation scripts that I need to access my chrome profile for it to work, but when I went to run today, all my scripts that I need chrome automated with my profile logged in this error ..."
742"typescript,github-actions,vscode-extensions",I'm building a VS Code extension called Namespacer to automatically fix namespaces in C# files based on the file’s project structure and conventions. It works well locally and I've written integration ...
743"powershell,ghostscript,postscript","I have an old script from a few years ago I've been trying to migrate over to the latest version of Ghostscript. Its main job is to print checks.744$AccountingScalingArgs = ""<</BeginPage{0...."
745google-sheets,I have a data set that tracks project bids across multiple people. Sometimes the people bid the same projects several times to different companies resulting in duplicates to show up in the bid amount. ...
746"c#,sql-server,blazor","When I fill in the following form located in Pages/AddCustomer.razor, the values are cleared when I click ""save"" and the above error messages are displayed from Customer.cs.747I have created a ..."
748"loops,variables,break,variable-length","Good day everyone.  I am writing a script which will parse a flat file with all the information I need, and if a certain variable is too long, or greater than some length, I need to break out of that ..."
749"java,prometheus,spring-boot-actuator,spring-micrometer","I would like to send metrics with exemplars using Spring Boot and Micrometer.750Part of the pom.xml:751<parent>752        <groupId>org.springframework.boot</groupId>753        <artifactId&..."
754"machine-learning,pyspark,apache-spark-mllib","I have trained a Spark MLlib GBT classification model on data of mine.  When I inspect the class probabilities predicted by the trained model for the training set, there's disturbingly little variety. ..."
755"azure,cloud,vmware,azure-local","Is it possible to create a VM using a custom ISO, IMG, or VHD file in Azure Stack HCI (Azure Local)?756Also, while the Azure VM is booting and Windows is being installed, is there a way to view the VM ..."
757python,"I'm building a calculator app and it includes a feature where the user can find the nth root of a base number.758Here's the relevant parts of my code for this question:759def numberEntry1():760    entry = ..."
761"visual-studio-code,vscode-extensions",What is the VSCode extension for C/C++ Linux for g++ and gcc?
762"google-workspace,google-meet",I want to be able to manually add participants from the waiting room.
763"python,pandas,oracle-database,sqlalchemy,python-oracledb","I am running an extraction of a table in Python using Pandas. I am getting this output:764PS: The extraction works with other tables, this is happening with a specific one, but it's not the first time I ..."
765"vulkan,gpgpu","In Vulkan compute shaders (GLSL), given a buffer with elements of a certain type, how do I create two buffers out of this, whereas the elements are distributed based on a property of each element.766..."
767"git,github,composer-php,git-branch","Is there a general / standard approach to installing a github branch when the ""parent"" is installed using composer?768To hopefully clarify: I would like to install this branch (PHP Dropbox SDK)..."
769"vite,sveltekit,vitest","I'm developing a SvelteKit application and I try to use Vitest to run some tests.770I want to test a simple API endpoint:771// src/routes/api/test/+server.ts772 773import { testService } from '$lib/server/..."
774"rust,lifetime","I am writing a code https://github.com/abriotde/openhems-rust which is an implementation in Rust of https://github.com/abriotde/openhems-sample (which is in Python).775struct NodesHeapIterator<'b, ..."
776"python,dataframe,apache-spark","I am attempting to dynamically cast various date formats that come across as a string column but are actually dates.  I've gotten pretty far, and this code can correctly identify the dates from the ..."
777"image-processing,computer-vision,ocr,video-processing","I want to to extract names of participants in Google meet from screen recording. So far I was able to crop each camera view. Then I tried using Easy OCR on bottom left corner to recognize names, but ..."
778"html,github-pages,quarto","I have a GitHub pages site set up from my username here from my repo. I have a secondary repository with another site set up here.779I am having issues with the secondary repository, specifically the ..."
780antlr4,In an input file there are blocks of different types of data. So I would like to handle them by entering a lexical mode for each block. The blocks are separated by empty lines. For some blocks I would ...
781"python,django,azure","A Django website works correctly both locally and on PROD. PROD is azure app service.782Since it's deployed to a temporary storage (container, I presume), which is overriden with each deploy, I don't ..."
783"flask,render,clerk,custom-domain","I am using clerk login on a small college project (with flask framework) that I am hosting using free Render hosting services.784The development mode api urls of Clerk worked beautifully locally so I ..."
785"apache-kafka,spring-kafka,kafka-producer-api,circuit-breaker,resilience4j","I would like to implement a circuit breaker pattern for the Kafka producer, not the consumer.786There is documentation that can be found online regarding implementing the circuit breaker pattern for ..."
787"linux,ubuntu,sudoers","Recently, my company revoked all the sudo access to all the Linux computers from all the Engineers(software and hardware). This made us basically unable to work because we need to contact IT to do ..."
788"java,generics","I am trying to create a class that extends a java.util.TreeMap with some specific parameter type values.  So I have this class definition:789public class Table extends TreeMap<String,Integer> {790   ..."
791"mysql,load-data-infile","I am trying to load a "".csv"" file into a MySQL table and this source file has some rows where there are nine sequential pipe characters (it is pipe-delimited). When I load it, only two ..."
792"visual-studio,user-interface,command-line-interface,c++-cli","I'm new to C++ programming and am only doing this for an assignment but I'm stuck. I have two .h forms, one contains a button and I want to make it so it opens the other tab when the button is clicked ..."
793"c#,.net,sql-server,entity-framework","I am running a query from EF, and I get an error. when running the same SQL in SSMS, it works.794The error I'm getting is795 796A severe error occurred on the current command. The results, if any, should be ..."
797"reactjs,react-redux,react-router-dom","HOC with routes and handle the Redux-Toolkit798import React from 'react'799import { Link, useNavigate } from 'react-router-dom'800import { useDispatch, useSelector } from 'react-redux'801import { logout } ..."
802datadog,"I've written a job that periodically checks if a service is up, and posts an event with either an OK or error status. I'd like to show a graph of how long it's been since the most recent OK event. Can ..."
803"javascript,firebase,npm,version-control,monorepo","I'm working on a large web application that utilizes several Firebase services (Authentication, Firestore, Cloud Functions, etc.). Over time, different parts of the application have been developed ..."
804"c#,asp.net-core,odata","I followed everything in the documentation but I still can't make this work. What might be the issue?805// For initializing OData:806private ODataQueryOptions InitializeODataQueryOptions<T>(..."
807"css,tailwind-css,tailwind-css-4","It used to be that in Tailwind v3, you could just reconfigure the screen queries to work desktop-first. Make something look good on your large computer screen, the downsize, make adjustments and ..."
808"excel,powerquery,powerpivot","I have my source data in Excel with sparse sale date and sale amount. I need to create a metric showing in a excel dashboard automatically populated, that is the running total of the month * a bonus % ..."
809"java,cassandra,liquibase","Some times ago there were shaded and unshaded jars, moving between repositories, etc. I'd like to use liquibase with cassandra, but I cannot get working set of cassandra driver jars.810I was able to ..."
811"rust,conventions","In my opinion T::builder() -> TBuilder seems better than TBuilder::new(), since users will only need to use a single symbol instead of (potentially) both T and TBuilder.812But my opinion is not all ..."
813"maven,jenkins,pom.xml","I am using azuresigntool.exe to sign all the executable files in the target/Release folder that gets generated when I run ""mvn package"". I am able to sign all the .exe successfully. When run ..."
814"javascript,encryption,cryptography,rsa","I want to protect a RSA private key stored in localStorage by wrapping it with a key derived from the user's password.815However when unwrapping the key the error DOMException: An invalid or illegal ..."
816"types,discord,size","Currently Discord has approximately 1.360.000.000.000.000.000 (1.36 * 10^18) IDs used up and a long can store integers up to 2^63 - 1, which is approximately 9.22 * 10^18.817My question now is if I ..."
818"django,django-rest-framework,vite,caddy,coolify","Hello I am trying to deploy two applications to a self hosted Coolify instance and I am unable to authenticate from my frontend. They are on different subdomains as you can see from the example below:819..."
820"android,flutter,dart,flutter-animation","I have a page with TextFormField. (autofocus:true).821When pressing the Continue button, the user is taken to the next screen, the keyboard should close before that822FocusManager.instance.primaryFocus?...."
823"quarkus,quarkus-qute","I am revisiting an old application I made for a customer of mine 2 years ago and although the version which is only is still working, I needed to make some changes in that version so I checked it out ..."
824"excel,vba,ms-office,ms-office-script","I have a macro for Excel that will separate subjects' information into two groups (control or exposed). There will eventually be 36 subjects, which is why I call for a count for RangeC2:C37.825The ..."
826"python,pip,setuptools,python-packaging,pyproject.toml","I'm working on a Python project that depends on several local .whl files, each built specifically for:827 828different Python versions (3.9, 3.10, 3.11, 3.12)829different platforms (win32, linux)830different ..."
831"ios,swift,avaudiosession,avaudiorecorder","I need a reliable way to handle phone call interruptions during audio recording in my iOS app.832After extensive testing, I've concluded that the most robust approach involves stopping the current ..."
833"typescript,react-native,expo,expo-router","// Stacks.tsx834import { Stack } from 'expo-router';835export default function Stacks() {836    <Stack>837        {true ? <Stack.Screen name=""(tabs)"" options={{ headerShown: false }} /> :..."
838"barcode,google-mlkit,vin","When scanning the VIN from my vehicle, it is not reading properly. It adds a leading ""I"" and cuts of the zero at the end. I suspect that the camera image is the problem (it's being distorted ..."
839"amazon-web-services,cloud,amazon-rds,database-migration,aws-dms","I am new to AWS and I am trying to simulate an on-premise oracle database migration to AWS RDS Postgres database using AWS Data migration service(DMS) service.840I am trying to do this migration from ..."
841"flutter,webrtc,cloudflare,rtcpeerconnection,flutter-webrtc","I'm building a Flutter group video call app using the flutter_webrtc package. I previously built a P2P version where I handled SDP manually using Durable Objects, and it worked fine.842Now I’m using ..."
843"langchain,py-langchain,langchain-agents","I have an agent with LangChain.844I have a database with these tables:845CREATE TABLE teams (846    team_id INT PRIMARY KEY,847    team_name VARCHAR(50) UNIQUE NOT NULL,848    coach VARCHAR(50) NOT NULL849);850 851..."
852"html,css,resolution","I am asking this question because I want to have a .PDF file with that resolution.853I prefer if it can be made in HTML but I can also use CSS!854Sorry if this question is really stupid, I'm new to coding...."
855"ios,git,unity-game-engine","What can i do to fix it ?856I already created an empty scene in the project which also does not work playing.857I also disabled firebase in my project and googlesignin858Here is the log after hitting play.859..."
860"java,user-interface,javafx,fxml","I am trying to create a pane containing a label and having various buttons on its border.861I am new to JavaFx and I do not know if the way I used is the best, however I doubt it since I encounter a ..."
862"python,tuples,python-dataclasses","I would like to create a class that looks something like ConfigAndPath:863import pathlib864from typing import TypeVar, Generic865from dataclasses import dataclass, astuple866 867class ConfigBase:868    pass869T = ..."
870"rocq-prover,coq-tactic","I have an inductive type871Inductive fin : nat -> Set :=872| First : forall n, fin (S n)873| Next : forall n, fin n -> fin (S n).874 875Coq cannot deduce that if something is of type fin 1 then it must be ..."
876"excel,vba","Trying to select rows based on a value in column A in order to repopulate userform. This works but is selecting row based on row number instead of number in column A (range name ""ID"").877I ..."
878"javascript,html,imagemap","I made an image map in HubSpot, and I got the image to show up properly. But none of the awards/badges take the user to the websites I'm trying to link each icon to.879I've linked the webpage in ..."
880"amazon-web-services,graphql,aws-appsync","I'm trying to add documentation to my GraphQL schema in AWS AppSync using the standard GraphQL documentation syntax with triple quotes (""""""). While this is standard GraphQL ..."
881"ionic-framework,capacitor","I am trying to do google login on ionic 7 but when i click on the account i want to log in, after, it appears a blank page wothout any error, after it if i refresh, it appears this error on the blank ..."
882"kotlin,bluetooth,bluetooth-lowenergy","I have two BLE devices. When I try to connect one device, it gets connected successfully:883Device 1: Logs (Successfully Connected):884isLeEnabled(): ON885clicked and886init887true888connect() - device: XX:XX:XX:..."
889payload-cms,"I'm working with Payload CMS integrated in a Next.js app.890Currently there is a field with the following structure:891{892  name: 'content',893  type: 'richText',894  editor: lexicalEditor({895    features: ({ ..."
896"python,azure,azure-keyvault,azure-python-sdk","I found 4 python libraries for working with key vaults:897 898admin899keys900certs901secrets902 903but I am missing an API in python to list all vaults. Samples and tests for the aforementioned libs always provide an ..."
904"r,ggplot2,opacity,alpha","I closed this as a dupe of https://stackoverflow.com/a/57446700/6851825, which also links to https://coolbutuseless.github.io/2020/02/14/my-mental-model-of-how-alpha-works-is-wrong/. The latter is ..."
905"ios,swift,swiftdata,widgetkit,appintents","I am trying to get the elements from my SwiftData databse in the configuration for my widget.906The SwiftData model is the following one:907@Model908class CountdownEvent {909    @Attribute(.unique) var id: ..."
910"python,python-3.x,pip,package","I've created my own package:911python_perso/912└── mypackage/913    ├── mypackage/914    │   ├── __init__.py915    │   ├── main.py916    │   ├── scrapper.py917    │   └── helpers.py918    └── setup.py919 920__init__.py is ..."
921"tensorflow,keras,pytorch,artificial-intelligence","We are planning to build a website where users can enter text into a textbox, and the system will analyze the text using AI to determine:922Whether the text contains bullying or not,923The type of ..."
924"python,openai-api,google-gemini,openrouter","I am using the openai Python library to stream chat completions from the google/gemini-2.5-flash-preview:thinking model via the OpenRouter API.925My goal is to get only the final assistant response, but ..."
926"ruby,irb,reline","$ irb927>> IRB::VERSION    #=> ""1.15.2""928>> Reline::VERSION #=> ""0.6.1""929 930# add a method931def test 932  ""test""933end934 935# then arrow up to edit the method, and try ..."
936open-policy-agent,"We have a use case for which I am trying to evaluate OPA.937We have an onboarding API where the users have to answer a series of questions in multiple pages. There are conditions like if real Id is ..."
938"replication,clickhouse,database-replication","we have clickhouse cluster 24.5.3.5939clickhouse cluster have 4 nodes940# cat /etc/clickhouse-server/config.d/cluster.xml941<clickhouse>942    <macros>943        <cluster>sgm</cluster>944  ..."
945"java,spring,spring-boot,swagger,swagger-ui","I have referred several text around the web around this issue but not sure why the swagger is not coming up locally the verification is working fine but UI is showing up below error946 947I have recently ..."
948"database,entity-relationship,notation","I have 2 tables: A and B.949A sees B and for each item in A we have N items in B (one-to-many).950B doesn't see A (no reference at all).951How do I represent this with (any) ER notation?952I have the nasty ..."
953"java,swing,animation,game-development","I'm building a 2D Java game (without any game engines), inspired by Pac-Man. In it, a cat character moves around and is animated using sprite frames for each direction (up, down, left, right).954Each ..."
955"go,logging,slog",I'm using Go's standard log/slog package and have created a custom handler middleware (ContextHandler) to automatically add request-scoped attributes (like session_id) from the context.Context to log ...
956office-addins,I'm brand new to Office Add In programming and would appreciate some help with HTML forms. I have created an Office Add-In that includes a Web App that implements the Task Pane and a number of other ...
957"java,apache-beam,google-cloud-bigtable,bigtable","Also, would like to understand why it is not specified in the javadoc.958https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/gcp/bigtable/BigtableIO.html959Is it because we can use ..."
960"typescript,routes,svelte,sveltekit","I have multiple routes that fetch data from different API endpoints, but the structure of the fetch logic is nearly identical. I want to avoid duplicating this logic across all +page.ts files.961I tried ..."
962numpy,"I use following code and get a cryptic error.963       r = rew_bootstrap[need_bootstrap.length-1, need_bootstrap_mask_B]964       b = q[need_bootstrap.length-1, np.arange(B_q)]965       integer_idx = np...."
966"email,kubernetes,cron","I want to find alternative way to achieve zero down time or a method to update my pod without destroy my cronJob process.967I'm currently managing multiple standalone Pods (using kind: Pod) defined in ..."
968"wordpress,search,widget,blogs,sidebar","My website, www.frankdeblasi.com, uses the Myself WordPress theme.969I have two sidebars set up in the widgets. One is called ""sidebar"" and the other is ""Optional Sidebar."" The ..."
970css-grid,"I'd like to have a feed in which each row has two columns of equal height:971Feed container: width is 100%972Column1 = an image of fixed width, say 300px wide973Column2 = some text, as wide as whatever is ..."
974sql-server,"I need to filter a table for rows that have [SNB] anywhere in the SomeField field.975When I execute:976select * from SomeTable where SomeField like '%[SNB]%'977 978...I get every row, including rows that do ..."
979"python,odoo","I've created a module in odoo18 and in that I created a xml called product_views. It has a list in it. I added a button in the header of the list but I can't see it.980Here is my xml file:981<?xml ..."
982"java,spring,oracle-database,tomcat,memory-leaks","I am using Java 8, Tomcat 8, Spring boot 1 and Oracle JDBC 11.983My application has memory leaks.984I can see leeks by reading the following errors in the application log:98505-May-2025 17:44:55.733 SEVERE [..."
986"android,flutter,gradle,apk","I run987flutter build appbundle --release988but I am getting this error989Running Gradle task 'bundleRelease'...                            139.7s990Gradle build failed to produce an .aab file. It's likely ..."
991"docker-compose,fiware,fiware-orion,fiware-cygnus","I'm running a FIWARE stack using Docker containers. Here's the setup:992 993Orion Context Broker with MongoDB994IoT Agent-UL995Cygnus for data persistence in MySQL996All components are running in Docker ..."
997"c#,.net,db2","I'm facing a strange issue where I'm unable to parse a TIMESTAMP column from DB2. This problem only occurs when the time part is set to exactly midnight, as in the value 2024-11-26-00.00.00.000000.998To ..."
999"vba,ms-access,ms-access-2007","I want to position a field (or image) to a fixed position based on screen size.  I collect the resolution.  I can change field positions in VBA by entering numbers, but I'd like to be able to set a ..."
1000"swift,firebase,firebase-storage",I want to rename a pdf file in Firebase Storage programmatically in swift. I can get the url of the pdf but don't know how to reupload it and change its filename.
1001"mysql,concatenation,binary-data,recursive-cte","I'm working on Nested Set Hierarchies. I'm using a recursive CTE to build the nested equivalent of adjacency list table. MySQL 8.4 is my platform.1002-- adjacency list table1003CREATE TABLE dct_node_adjc 1004(1005..."
1006"python,linux,kubernetes,out-of-memory","I have several applications that run inside a k8s pod, where the pod has a specific memory limit.1007I noticed that if i run a python script that deal with a large file, e.g: unzip a large file example...."
1008"javascript,nest","I send an image and some accompanying fields, and due to image presence need to send request as FormData. In nest.js controller I extract image and body like shown in their documentation:1009 @Post()1010  @..."
1011"windows,go,winapi,process,openprocess",I am programming winapi in golang. I want to ask if there is a way to Open process with pid as System process. I get an error message access denied even though I have enabled SeDebug and run the ...
1012"windows,google-chrome-extension,nativeapplication","On Windows, with Chrome 64 bits and native application 32 bits.1013My extension stops receiving messages after receiving the following message.1014I don't think it's a message length issue, as much longer ..."
1015"asp.net-core-mvc,nuget,.net-8.0,nuget-package-explorer","I have an ASP.NET Core 8.0 library with MVC views and controllers. It was converted from .NET Framework. In general it is working as expected. However, when I add it as a nuget reference to other ASP...."
1016"c#,avalonia","I am a relatively new developer and am more experienced in python than C#, but I want to learn C#. When I ran my code, it comes up as a transparent window. I cannot figure my issue out and I have ..."
1017typescript,"Description of problem: I have a React App written in TS where a GET endpoint will be called and return a JSON blob:1018{1019  someNumber: 22,1020  someBoolean: True,1021  duration: 6001022}1023 1024In this example, ..."
1025"sql,react-native,sqlite,mobile","https://github.com/rckbrcls/mommy-s-stock-hub/tree/main1026Here is the normal project files.1027I want to add this project SQL.I just want to add entering page like username and password to this project."
1028"python,deep-learning,face-recognition,3d-reconstruction","I'm trying to use Deep3DFaceRecon to perform 3D facial reconstruction from a single 2D image using Python. My goal is to generate a full 3D mesh (e.g., .obj or .ply) of the face that can be visualized ..."
1029"amazon-web-services,terraform-provider-aws,amazon-eks,terraform-aws-modules,terraform-aws-eks","I am deploying EKS via Terraform AWS EKS module: https://github.com/terraform-aws-modules/terraform-aws-eks and I am using version 20.31.6.1030While using the option ""use_custom_launch_template = ..."
1031"apache-spark,pyspark,databricks,google-cloud-dataproc",I have a pyspark job reading the input data volume of just ~50-55GB Parquet data from a delta table. Job is using n2-highmem-4 GCP VM and 1-15 worker with autoscaling. Each workerVM of type n2-highmem-...
1032"linux,visual-studio-code,playwright","I'm using Pop!_OS (Ubuntu-based Linux) and recently set up a Playwright project using:1033bash1034Copy1035Edit1036npm init playwright@latest1037I chose TypeScript during setup. The project initialized correctly, and ..."
1038"r,datetime","I have a ~38,000 observation dataframe (hr_clean) that has a POSIXct value for each row, this is fitbit data that tracks average Heart Rate over every minute for the duration of a month.1039I want to ..."
1040"docker,firebase-authentication,vite,google-cloud-build,google-secret-manager",I'm struggling with a persistent FirebaseError: Firebase: Error (auth/invalid-api-key) error in my deployed Vite/React frontend application. This error only occurs when the application is built and ...
1041visual-studio-code,"I am switching to a white theme (less strain on the eyes in my case and find it easier to read).1042But for all the white themes the terminal font seems very hard to read (image 1) below. But seems okay ..."
1043"c#,entity-framework-core,mapping,nvarchar,double-array","EF Core v9.x maps double[] to nvarchar(MAX) - is that normal?1044Wouldn't there be a better suited related type?"
1045"r,traminer,sequence-analysis","This is my first time posting on Stack Overflow myself, but this site has served as a valuable resource for me using TraMineR for the first time. So, I hope I am posting correctly; I am happy to amend ..."
1046"python,airflow","While testing airflow with pytest, i got an Error.1047import datetime1048import pytest1049 1050from airflow.models import BaseOperator, TaskInstance1051from airflow.models.dag import DAG1052from airflow.utils.types ..."
1053"c#,csvhelper","How do I specify a correct line termination character when using CsvHelper?1054My code:1055        static void Main(string[] args)1056        {1057            string filename1 = @""d:\temp\testfile1.csv"";..."
1058"r,significant-digits","I have been using this R code to give me 3 significant digits for a large dataset. It works beautifully, except when I have large error results that are greater than 999. Well, the code is still ..."
1059"android,websocket,android-location,foreground-service","Foreground LocationService intermittently stops in background — impact on WebSocket-based tracking1060We use a foreground LocationService in our Android app to emit GPS coordinates every 8 seconds via a ..."
1061"windows,git,cmd,encoding","Windows 11.1062 1063Navigate to folder with some files.1064CMD: git init.1065Create .gitignore with CMD: """" > .gitignore. Any rules inside have no effect.1066Create .gitignore via Explorer UI and the ..."
1067"visual-studio-code,eslint","Is there a way to tell VS Code/ESLint to always use settings.json unless an exact match override exists in package.json?1068I added the following to my VSCode settings.json file:1069""eslint.rules...."
1070"ios,xcode,build,game-development,unreal-engine5","I made a game with Unreal Engine, and I want to release it through my Apple Developer account. When I try to validate my project on Xcode, it gives this error message.1071In error it says:1072 1073SDK version ..."
1074"elasticsearch,kubernetes,logstash,kibana,elk","I'm running the ELK stack (Elasticsearch, Logstash, Kibana) on a Kubernetes cluster hosted on Raspberry Pi 4 (4GB). Everything works fine immediately after installation — Elasticsearch starts, ..."
1075"android,android-jetpack-compose,glance-appwidget,glance","I am building a small android todo home screen widget using Jetpack Glance. The basic functionality is working so far, but when I add a new todo items it shows up with a minor latency.1076Compared with ..."
1077"java,spring,spring-boot","I am moving from Spring Boot version 3.2.4 to 3.4.5, Java 17...1078I can build the service but it doesn't start, returning the following error:10792025-05-05 11:24:48.514 [main] ERROR [..."
1080"linux,bash","I have a bash function like so:1081do_the_thing() {1082  set -euo pipefail1083  ... do the thing1084}1085 1086I use set -euo pipefail as I want to catch errors within the function early and I've written the function to ..."
1087"c#,.net-core,soap,tls1.2","I have a soap-client application that is throwing an error possibly due to the soap-server started to use TLS 1.2.1088The error:1089 1090Exception in REDACTED The message could not be processed.1091This is most ..."
1092"html,css,svg","I am making an email signature creator for my company. The site itself works, but I'm having issues withe the copying and pasting. If I use a .png it copies correctly, but the quality lowers once it's ..."
1093"javascript,html,css,responsive,navigationbar","I beginner and trying to create navigation bar at small project.1094everything is good but when width is changing, it have vibration and shake:1095My logo on center of navigation bar will shake when width ..."
1096"database,postgresql,transactions",If I want to track data change events in a postgresql db (e.g. via triggers) can the pg_current_xact_id() value provide a suitable ordering of events such that they can be replayed to reliably get the ...
1097"c,security,function-pointers,buffer-overflow,void-pointers",I am currently trying to make a code more safe for a cybersecurity exercise. I was asked to make the flag contained in the secret_function() come out. The problem is that I can't modify the code and ...
1098"windows,go,startup,taskmanager,regedit","when i create a go code that autostarts using shortcut to startup folder it is shown in control pannel and the process is shown in task manager, so how to hide from task manager and control pannel1099so ..."
1100"sql,sql-server","I am needing to only sum the unique total by material1101here is the my query1102with          MaterialVolume1103as1104(1105select          m.LookupCode as materials,1106                sum( distinct lpc.PackagedAmount)..."
1107"newrelic,newrelic-platform","I got an Alert in New Relic saying 'Metric query result is > 85.0 for 5 minutes on 'CPU Utilization''. Sometimes with 90.0.1108This Alert has this query:1109SELECT rate(sum(apm.service.cpu.usertime...."
1110google-cloud-vertex-ai,"I am following the documentation on how to Prepare image training data for Object Classifiction which creates a JSONL schema like:1111{1112  ""imageGcsUri"": ""gs://bucket/filename.ext"",1113  &..."
1114"counter,spotfire","I want to count last consecutive days of [Header_Press_Read_Issue] for each well, if the issue has still existed. and I want alert that if the streak go above 3 days. how can I do that in spofire? as ..."
1115"python,visual-studio-code","When attempting to read a file, VS code is returning an error message.1116"" FileNotFoundError: [Errno 2] No such file or directory: 'numbers.txt' ""1117I am following Helsinki's Python MOOC and it ..."
1118"javascript,html","Problem: I have to make a form with some inputs (name, surname, etc) check the filled information is correct and if it is sent it. The thing is;1119 1120If the form is empty it doesn't send1121 1122if the form is ..."
1123css,"I've hit this weird behavior in CSS.1124Consider the following HTML + CSS:1125<!DOCTYPE html>1126<html lang=""en"">1127<head>1128    <meta charset=""UTF-8"">1129    <meta name=..."
1130"node.js,typescript,express,next.js","[1] server/express.ts(1,8): error TS1259: Module '""C:/Users/pepo/Documents/Aprendizagem pr\u00F3pria/pdv-raro-electron/node_modules/@types/express/index""' can only be default-imported using ..."
1131"css,ms-word","What is the meaning of the (proprietary) keyword !msorm in CSS (generated by MS Word)? How does it change the behavior of MS Word or other tools, if present?1132Example:1133<table class=MsoNormalTable ..."
1134"data-structures,types","Are there any commonly used implementations of a restricted string (or string-like) type that sets constraints on the range of characters allowed at different positions?1135A simple example would be US ..."
1136prisma,"model X {1137  id          Int            @id @default(autoincrement())1138}1139model Y {1140  id          Int            @id @default(autoincrement())1141  x   X1142}1143 1144I just want to map Y to X and vice versa.1145But ..."
1146"java,drools","I am upgrading a drools project from an ancient version to 9.44 because it's recommended here: https://www.baeldung.com/drools-excel.1147I have written a unit test to verify my rules classes and make ..."
1148odoo,"i created a module and1149this is my xml:1150<?xml version=""1.0"" encoding=""utf-8""?>1151  <odoo>1152    <record id=""view_product_list"" model=""ir.ui.view"">1153 ..."
1154sqlite,"Weird issue here, I am not getting all the results from the sqlite cli (and python prog).1155If I convert the column to HEX, the values are identical, which lead me to believe there are no strange chars, ..."
1156"build,expo,package,build-error,eas","I'm working on a React Native mobile application for iOS and Android.1157I've always been able to make development builds using the command:1158eas build --profile development --platform android --clear-..."
1159dropwizard,i am in process of upgrading dropwizard version from 2.0.10 to 4.0.13. below error means it still somehow pointing to the old version of dropwizard as in the new DW version the AppenderFactory moved ...
1160"c++,linux,firewall,netfilter","Is there a library with which it is possible to edit the firewall rules without actually using system()?1161The closest thing I was able to found is just directly editing the config file belonging to UFW1162..."
1163"obsidian,obsidian-dataview","I've created a frontmatter only note in Obsidian like this:1164Israel's Plan for Gaza Control1165---1166title: ""Israel's Plan for Gaza Control - AI Generated Summary""1167summary: ""Israel's security ..."
1168"macos,kubectl,personal-access-token","I have to use kubelogin to connect to a remote Kubernetes cluster.1169Mac OS with version 15.4.1.1170Installed kubelogin with Homebrew (only this is available way for Mac):1171 1172brew install Azure/kubelogin/..."
1173"amazon-web-services,amazon-quicksight,quicksight-embedding","in quiksight, how to add filter value manually which should work as select all?"
1174"node.js,macos,vue.js,webpack","I have very strange problem. I have project on Vue 2.7 (Vue-cli), Node 20.11.0. This project works fine without any problem.1175I created new another project on Vue 3.5/Vite and I upgraded node to 22.15...."
1176"single-sign-on,direct-line-botframework,power-platform,msal,microsoft-copilot-studio","I am using the following sample code to implement SSO login for a Copilot Studio agent, which is being called from an HTML page using MSAL in JavaScript. However, the API links for the token endpoint ..."
1177"c++,objective-c,objective-c++","I'm writing a rendering device interface for a game engine and I'm currently in the process of figuring out how to implement a Metal backend. My RHI is built around an abstract class RHIDevice, whom ..."
1178"sql,sql-server,t-sql","I have not seen this error before.  It seems to happen when I add an additional column to the query.1179User name not provided, either use -U to provide the user name or use -T for Trusted 1180Connection ..."
1181"c++,templates,visual-c++,subtype,c++-templates","I'm porting an old C++ code library that used to compile under VS2005, but is giving me trouble in VS2022. The library supports a kind of system to serialize objects to a stream, and to restore them ..."
1182"node.js,testing,fastify","When writing a test for my Fastify app, I'm trying to call the fastify.inject() with a POST method:1183const response = await server.inject({1184  method: ""POST"",1185  url: ""/agents"",1186  ..."
1187"python,langchain,langgraph","I’m using LangGraph to orchestrate workflows with a parent graph and a subgraph. The subgraph has its own checkpointing mechanism for state persistence, but I need it to retain memory of its own state ..."
1188"css,angular,sass,angular-material,angular19","I just created an angular 19 app from scratch. Now, I would like to add angular material, so I did:1189$> npm install @angular/material1190 1191Next, I went to Custom Theming. The first code example on the ..."
1192"java,selenium-webdriver,microsoft-edge","I have a custom application that uses Selenium and Microsoft Edge to confirm successful logins to websites and send out a report on which websites were successful, which were not.1193My set up is Java, ..."
1194"lme4,mixed-models","The two variables of my basic lmer() model...1195lmer(SCPRE ~ LANGUAGE * ORDER + (1|PID) + (1 + |WORD), data = XP_DATA)1196 1197...have three levels each:1198LANGUAGE: English, Italian, Spanish1199ORDER: A, B, C1200 

Showing the first 1,200 of 21349 lines. Download the file for the rest.