Newest Questions
24,213,073 questions
0
votes
0
answers
4
views
Compose LazyColumn Vs Column NavigationBar color differs
Scaffold(
) { padding ->
LazyColumn(
modifier = Modifier
.fillMaxSize()
.background(MaterialTheme.colorScheme.background),
contentPadding = padding,
...
0
votes
0
answers
5
views
How to register new search engines so that services such as CloudFlare do not flag those as DDOS?
So that DDOS protection services do not promote anticompetitive behaviour (such as blocking all search engines except Google), how do you whitelist/register new search engines? Hope that those just ...
0
votes
0
answers
10
views
Replacing repeated arbitary characters with reg expression
Original data contains 4 times repeated characters, seperated by a space. For example,
code2 1 1 1 1 7 7 7 7 10 10 10 10 eq
code9 a a a a tpp1 tpp1 tpp1 tpp1 es
I'd like to add suffix to pairs using ...
0
votes
0
answers
7
views
String format specifier works but prevents reading of others
I'm making a program that reads multiple structs in and out of different files. For one of them, I have a format for reading from the file, and one for writing to it.
#include <stdio.h>
int ...
0
votes
0
answers
9
views
WebSocket interface binding not working with Boost.Beast - socket still uses default interface
I'm trying to bind a WebSocket connection to a specific network interface using Boost.Beast, but the socket keeps using the default interface instead of the specified one.
I have a WebSocket client ...
0
votes
0
answers
9
views
Accessing either a '.xlsb' or a '.xslx' files for a macro procedure
This is a continuation of my original question: Being able to access and sync the data from 1 workbook to another with VBA
I went for the answer that I marked as solution, but there was one problem. ...
0
votes
0
answers
11
views
Nest CLI throws Cannot find module schematics.js when creating a new Project (Windows)
I'm trying to create a new project with NestJS on Windows, but the CLI fails with the following error:
PS C:> nest new payments-ms
✨ We will scaffold your app in a few seconds..
✔ Which package ...
0
votes
0
answers
11
views
VSCode: navigate from exception to the code that caused it in interactive python window
My understanding is that the "Interactive Window" is the supported/best practice way to do REPL in VSCode. So I click the "Run or Debug" menu from my Python file and select "...
0
votes
0
answers
7
views
Redis Probabilistic Leaderboard
I have hundreds of millions of articles and I want to get probabilistic top 10 most read articles. I'm researching how to do this with Top K. A bit unclear what happens when all top 10 places have ...
0
votes
0
answers
7
views
Is it possible to set global variables in Talend TOS at runtime?
I want to define a mysql schema database in runtime as a global variable to use in multiple Talend jobs as the database field data for tdbinput and tdboutput job components so I figured I could do it ...
0
votes
0
answers
9
views
2D javascript game: some bullets stop before reaching target
URL to my (in-progress) game: http://shaunutter.com/code/tower/
I'm trying to create a game where you place "turrets" on a grid map and the enemy goes from the left side to the right side, ...
0
votes
0
answers
7
views
Indexnow does not recognise urlList
I am trying to implement Indexnow to one of my sites but when I run it I get the response:
{"code":"InvalidRequestParameters","message":"Invalid request","...
0
votes
0
answers
9
views
Adding pre-existing log equation to plot
I have a dataset in R that I've already plotted and fitted a logarithmic model to. I'd like to add an additional line on the graph comparing the logarithmic model to a different log equation that I ...
0
votes
0
answers
18
views
Using an external function with ifstream as a return type? [duplicate]
I am making a program from an assignment in a C++ course I am taking. My program is required to have this as an external function not in main:
"openFile -This function has the filename that the ...
0
votes
0
answers
25
views
Dangling pointer to pointer warning
gcc gives the following warning:
warning: storing the address of local variable 'node' in '*root_p' [-Wdangling-pointer=] in these code:
treenode_t *nodeInsert(treenode_t ***root_p, int key){
...
0
votes
0
answers
6
views
Ansible Custom Execution Environment Add NFS share/mount
I would like to include an nfs mount with the Execution Environment Image. How is this best done? Tried the following:
tried to do a mount in the DockerFile. However this fails with an operation not ...
0
votes
0
answers
15
views
filtering geom_bar results while retaining valid proportions
this is a follow-up to this post
geom_bar - stack + dodge for categorical variable
The marked solution does the graph I want properly, but there's a few hitches. The first is that I have patients in ...
0
votes
0
answers
7
views
How to update the values for all keys matching a given pattern using yq?
I have a yaml file looks like
part1:
name: tom
some_field: true
part2:
name: jerry
other_field: true
and I would like to change the value of all keys that end with field into false, that is, ...
0
votes
0
answers
6
views
AWS Lambda + Puppeteer + Cloudflare
I am working with AWS Lambda and Puppeteer, which comes with its own challenges vs working locally with puppeteer. I use 2captcha services occasionally, and it shows that it has a Cloudflare solving ...
0
votes
0
answers
17
views
Linked Server Failure on Clustered SQL Server
I have a clustered Microsoft SQL server (SQLA & SQLB) installed, and confirmed that both of the servers have an ODBC connector for a local PostgreSQL server. From that ODBC connection.
I have a ...
-2
votes
0
answers
20
views
Query string in Javascript using Coun(), null, and >greater than
I have been trying to figure out how to use a query in javascript within NetSuite to get an item count. I can pull the information using SuiteQL in NetSuite but that syntax does not work in javascript....
1
vote
0
answers
9
views
Not able to use capacitor plugins. Keeps throwing an error not matter what I try
I installed @capacitor/Keyboard using npm install --save-dev @capacitor/Keyboard then I synced the project using npx cap sync and it correctly found the plugin @capacitor/[email protected] and completed ...
0
votes
0
answers
6
views
IPC delay from main process to renderer with Claude Integration
I have written a simple Electron Project with Claude integration.
Idea here is to use Claude-code npm package to access terminal and make the query to claude to get the required results and display it ...
0
votes
0
answers
5
views
mercadolibre api error "NSOPublicAPI error"
I'm using the MercadoLibre API using the token according to the documentation and using this endpoint: https://api.mercadolibre.com/items/MPE635089595/shipping_options?city_to=...
1
vote
1
answer
10
views
Error with MS Excel power Query ODBC Context
I have a parameter coming in from the excel table that is formulated as date time.
7/28/2025 12:00:00 AM name BeginDate
I am trying to filter the source data which has a field called TransDate before ...
0
votes
1
answer
14
views
WMI: How to read Win32_OperatingSystem properties in .NET Framework 4.8? [closed]
The following C# code throws a ManagementException with "Invalid namespace" on the Get() call:
ManagementObjectSearcher mos = new(@"root\cmiv2", @"select * from ...
0
votes
0
answers
25
views
Can I modify an existing element in an array via PowerShell by adding a value to an existing entry?
I'm attempting to create a PowerShell script that will make a report to show if a given user is in multiple (15+) groups based on a list of groups I have in the script.
Ideally what would happen is ...
0
votes
0
answers
10
views
Spring Cloud OpenFeign: Global Configuration Not Being Applied
I'm working on a project using Java 21, Spring Cloud OpenFeign, and Apache HttpClient 5.
I'm trying to create a global configuration for all Feign clients and allow client-specific behaviors via ...
-2
votes
0
answers
14
views
backend server keeps crashing when using docker-compose
I have created an example project, with front end react, backend dotnet, and mssql server, with nginx. I'm trying to get the project to run as a network using docker.
I can connect to ssms and the ...
-2
votes
0
answers
17
views
Forcing user to deal with dialogue while performing validation and await in a loop?
When the user clicks the button at the bottom of the table to add a new item, the dialogue is built in function GetDialogue and displayed and the script awaits the value of the button clicked.
Are ...
0
votes
0
answers
11
views
Ktor client 3.2.0+ causes first authenticated call to return 400 Bad Request
If I login normally and then call an endpoint, it works fine. (Yes login as first call works fine)
If I restart the app, fetch the stored token from SharedPreferences and make the same request — it ...
0
votes
0
answers
7
views
How to capture the location event (enter/exit) that launched the app from terminated state?
I am implementing geofencing in my iOS app and running into some problems when the app is terminated (swiped up). I am using locationManager.startMonitoring(for: region) to initiate monitoring and ...
0
votes
0
answers
19
views
How to automatically approve/continue GitHub Copilot terminal commands in VSCode?
I'm using GitHub Copilot in VSCode through the CHAT tab, it frequently suggests running terminal commands and asks for iteration permissions. However, each time it wants to execute a command or ...
0
votes
0
answers
31
views
Regular Expression (C#) - Can't figure out how to handle missing field
Pattern:
,LINE:(?<line>\d+).*?(?:,AMOUNT (?<amount_type1>(?:A1|A2)):(?<amount1>[^,]*)).*?(?:,AMOUNT (?<amount_type2>(?:A1|A2)):(?<amount2>[^,]*))
Input1:
front stuff,...
0
votes
0
answers
17
views
Background for pill with wrapped text
As some background, I am trying to create a pill that will be abolutely positioned in the center of an image and I am trying to avoid the case where the background of the pill takes up the full width ...
0
votes
0
answers
7
views
How I can troubleshoot PowerApps blank column for FieldType = E?
I have a problem with simple PowerApps table app, in table view I can see populated value for supervisor field, once I plugged this table in my app it's empty, I can see column type = Lookup, but I ...
-2
votes
0
answers
14
views
Editing config.dat file from WIFI AP
I have a mesh router that allows me to download the current configuration into a config.dat file but the file in some way is encrypted, because it have some parts un hex and others don't.
There's a ...
0
votes
0
answers
22
views
Why `.first()`, and why before `.over()`, in `with_columns` expression function composition chain
new to Polars, seeking help understanding why part of the function composition for the expression in the .with_columns() snippet below has to be done in that particular order.
Specifically, I don't ...
0
votes
0
answers
8
views
Snowflake + SqlAlchemy + Alembic + OIDC
I'm currently implementing Alembic with SqlAlchemy models to manage database migrations to a Snowflake DB and we are using OIDC authentication for the connection to database, and I couldn't find a ...
0
votes
1
answer
27
views
How to disable a single menu item in Perl/Tk menubar?
The following code creates a menu list called "User Selection" with four menu items: "Save", "Save As", "Load, and "Load From":
my $userselectedmenuitems = ...
0
votes
0
answers
16
views
How to create a HUD-like overlay in a CesiumJS canvas (non-html)?
I want to draw a HUD overlay to a CesiumJS (webgl) canvas that contains some rapidly changing data (such as current flight speed of an airplane).
I can do that by adding a Cesium Billboard with my ...
0
votes
0
answers
11
views
Route message to target Snowflake table with Kafka SMT
From source to message broker, I flattened payload and added '__table' field with the postgres debezium source connector and the New Record State Extraction SMT.
transforms: unwrap
transforms.unwrap....
0
votes
0
answers
9
views
How to control order in which functions are displayed in firebase console?
In the firebase console, when showing the list of functions, what determines the order in which the functions are displayed?
I am in very early stages of a project and already have 16 functions... and,...
0
votes
1
answer
12
views
How can I set client request properties in Kusto Explorer, Web or Native?
How can I set client request properties when using KQL UI (the WebUX, Kusto.Explorer or Fabric QuerySets)?
0
votes
0
answers
4
views
How to preserve PicoCSS (form) styling inside Swiper <swiper-slide>?
Questions:
How to preserve PicoCSS (form) styling inside Swiper <swiper-slide>?
What is causing PicoCSS form styling to break inside Swiper <swiper-slide>?
The styles injected by Swiper ...
0
votes
0
answers
18
views
"Unreachable code after return statement" coming from node_modules?
I am getting the following warnings when rendering a nextjs/react web app in my local dev environment.
I have tried commenting out code from my application to find what code was causing the issue, ...
0
votes
0
answers
11
views
Netbeans download the whole maven repository not the needed dependencies for a spring boot project
Please help, I want to start using netbeans for developing spring boot projects, but I struggle with how to download and use only the needed maven dependencies via netbeans, not downloading the whole ...
0
votes
0
answers
6
views
Flutter - How to share an interactive story on Instagram like Spotify?
There is a problem with the Flutter app. I want to share the image in the app with Instagram Story. I want my mobile app to open when the user who sees this story on Instagram taps on the image (i.e. ...
0
votes
0
answers
16
views
Unable to use QuaZip's open() to add a new file to zip archive
My environment is Rocky Linux 9, under WSL2. This means the latest QuaZip I have access to is 1.2
I'm trying to do a super basic example, just turning a folder into a ZIP file. However, I can't ...
0
votes
0
answers
25
views
How to retrieve triggers?
Google Sheets App Script v8: oauthScopes and ScriptApp.getProjectTriggers
My Google Sheet uses an App Script with an installed trigger to extend some functionalities.
Since enabling Chrome V8 runtime ...