Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
6 views

my input code: #include <bits/stdc++.h> using namespace std; int main() { int x,y; cin >> x >>y; int sum,mul,sub; cin >> sum >> mul >> sub; ...
Md. Shopnil's user avatar
0 votes
0 answers
6 views

How to translate CI to IC (brazilian portuguese) of the header of a gtsummary table? Using theme_gtsummary_language() function, it doesn't work. I tried the modify_header() function too, but doesn't ...
Ornella Scardua's user avatar
0 votes
0 answers
9 views

I've seen this issue come up in other pages but none of their solutions worked for me. import plotly.express as px import geopandas as gpd import cartopy.crs as ccrs regions = gpd.read_file("...
thefrollickingnerd's user avatar
0 votes
0 answers
11 views

As I am following the Django channels tutorial (here is the link: https://channels.readthedocs.io/en/latest/tutorial/part_2.html ), I won't post any code except the specific problem I am having. In my ...
Brian Ketelboeter's user avatar
0 votes
0 answers
10 views

I am unable to use the print(tf.version.VERSION) to check the tensorflow version. Reason being tensorflow looks for runtime_version in protobuf ( from what I have learnt) and that is only supported ...
sunny's user avatar
  • 683
0 votes
0 answers
7 views

I'm deploying a Bun + Express application to Vercel. Locally, my Express app works perfectly with routes defined in separate files and imported into index.ts. However, on Vercel, the deployment ...
Dev Ayush's user avatar
  • 133
0 votes
0 answers
7 views

I'm having issue that notifications sounds doesn't play, specially for critical notifications i'm using react native. i already have entitlement and approval from apple i have the sound file .wav 3 ...
Balalen's user avatar
  • 548
0 votes
0 answers
11 views

I'm not asking anyone to build me anything; I'm mainly focused on how this is normally done. If anyone already has something built that they'd like to show me how they did it, then that would be great....
Owen Odroski's user avatar
0 votes
0 answers
10 views

I want to implement a combined Bar and Line chart with Gifted charts. I followed all the required steps from the documentation but it still doesn't work. It displays the bar chart but skips the line ...
X 2's user avatar
  • 383
0 votes
0 answers
20 views

I`m just trying to figure out how to do a scroll effect. When background is moving with scroll, while you are on a certain block of the site. I tried something like this, but i feel wrong in here) ...
StardustQ's user avatar
Best practices
0 votes
0 replies
10 views

On the AWS environment, what do you suggest: Sagemaker Model Registry or MLFlow? If we want to use grid search to experiment with different configurations and log all experiments to then decide which ...
Amin Khodamoradi's user avatar
-1 votes
0 answers
11 views

How to develop a deployment pipeline that deploys multiple containers to an endpoint (MCE) on AWS Sagemaker? I need Python code or steps to set up in the AWS console.
Amin Khodamoradi's user avatar
Advice
0 votes
0 replies
14 views

How do you delete a single item from an IP list in Cloudflare using Go? Cloudflare has a feature where it stores lists of IPs, hostnames, or ASNs to be used in formulas. The web UI for this is in ...
TomOnTime's user avatar
  • 4,527
1 vote
1 answer
36 views

I am encountering a problem inside a while loop that is embedded in a for loop iterating through a struct of arrays. The issues I am coming across is before the array iterates again, I want to have ...
Zachary Vandermude's user avatar
0 votes
0 answers
11 views

I'm doing something with git-filter-repo that is like the convert-svnexternals script here: https://github.com/newren/git-filter-repo/blob/main/contrib/filter-repo-demos/convert-svnexternals In that ...
Dennis's user avatar
  • 2,624
0 votes
0 answers
10 views

I have the following SQL generated by Atlas to create a materialized view and the SQL seems reasonable to me but it's unclear from Postgres docs what should happen in this case. I am listing the ...
Byofuel's user avatar
  • 428
0 votes
0 answers
10 views

In my Avalonia app using the MVVM Community Toolkit, I need to dynamically create a ComboBox from code-behind, having it data-bound to a collection of a subclass of a class that encapsulates ...
Eric Eggers's user avatar
0 votes
1 answer
18 views

I need to compare the schema (meta) of a table that exists on two different servers in kdb+. On Server A, the table has columns in order col1; col2; col3, and on Server B, the same table has columns ...
Nikhil Biradar's user avatar
0 votes
0 answers
11 views

I am working this SSRS report. This is a count of how many holidays staff have worked over a supplied date range. The report is "Row Grouped" with Officer name. It is also "Column ...
arunesh18's user avatar
1 vote
1 answer
29 views

Is there an Excel formula that can detect whether two cells in the same column contain similar or partially matching text? For example: F3 contains: "regulation BI, how to stop exploitation"...
Carey Williams's user avatar
0 votes
0 answers
16 views

Environment Host: macOS (Apple Silicon M1) Container Engine: Podman (via podman-machine) Extension: VS Code Dev Containers Target Image: A private registry image with Poetry Problem When I try to ...
pyXelr's user avatar
  • 9
-2 votes
0 answers
13 views

I would like to know how much the advent of AI tools like chatGpt and many other affected the usage of stackoverflow! Before it was a holy place for developers right. How much did AI effect the ...
666ryuga's user avatar
0 votes
0 answers
11 views

I'm building a distributed system that processes messages from hundreds of thousands of sensors, each identified by a sensor_id. I need to guarantee: Strict ordering per sensor_id No two consumers ...
Ben Hirschberg's user avatar
0 votes
1 answer
44 views

With gcc11 (11.3.1) I'm seeing a strange behavior where it seems that -idirafter path takes precedence over -iquote path if path is the same for both options. Consider: // test/foo.hpp #pragma once ...
lapk's user avatar
  • 3,928
-1 votes
0 answers
27 views

I have a brand new computer with Windows 11 and I am facing a performance issue with MySQL I do not know how to fix. The MySQL server is running on a remote Linux and the problem is that my Windows ...
user1129682's user avatar
  • 1,117
Best practices
0 votes
0 replies
18 views

Our application is somewhat of a middleman that transforms data from numerous APIs. Initially to simplify things, we wrote a bunch of specific clients which wrap an instance of HttpClient created in ...
MetallicHydrogen's user avatar
0 votes
0 answers
12 views

I'm programing w/ Flutter and I have a error during the compilation. I can't run my app on android. VS Code say this: "The supplied phased action failed with an exception.\r\nCould not create ...
Pablo Altés Alonso's user avatar
-2 votes
0 answers
20 views

At work, I was assigned to find encryption keys from this ransomware example https://fex.net/uk/s/tcc8nxf and then recursively decrypt all files using them. I looked all over the internet and they say ...
Oleksandr Sydorov's user avatar
-1 votes
0 answers
15 views

I connected my domain to a Zoho mail account. Then I was trying to fill in the account data in my env file to use Nodemailer contact form in Next.js application. Before that all the contact form ...
Simon Wyns's user avatar
Advice
0 votes
1 replies
21 views

Our project's sphinx-generated HTML includes many links to index.html files (e.g., path/to/index.html) rather than linking to the directories themselves (e.g., path/to/). Is there an option or best ...
Brad's user avatar
  • 4,174
0 votes
0 answers
28 views

I cannot get non-ASCII characters to be properly displayed in DuckDB console, even if the console application supports UTF-8. I have a sample CSV file encoded in UTF-8 containing a few test strings: ...
miroxlav's user avatar
  • 12.3k
Tooling
0 votes
1 replies
26 views

I'm working on a slackbot and I have to stop it and start it every time I make a change. I've worked in environments where simply saving a file caused the process to restart. It would also be cool if ...
pileofrogs's user avatar
0 votes
0 answers
14 views

I’m building a warranty-tracking app, but I’m facing a problem with scheduled notifications. When I schedule a notification and stay in the app, it works and I receive it after the set time. However, ...
Naji Hillani56's user avatar
0 votes
0 answers
15 views

I have a bottom sheet used for search, and it has two UI states. Both states share the same LazyColumn. State 1: LazyColumn { item { Row { ... } } // search categories item { Text(text = &...
mvasileva's user avatar
0 votes
0 answers
20 views

weird gray outline image 1 weird gray outline image 2 I'm working on a fluid simulation based on Jos Stam's paper, but instead of just one density array, there are three density arrays for each color (...
Aly Shukry's user avatar
1 vote
0 answers
20 views

I‘m using an Azure Data Factory with an ODATA source from an external system. While everything works fine, I noticed the slow performance. So I checked this with postman and spotted immediately, that ...
Jörg's user avatar
  • 71
-5 votes
0 answers
27 views

Can somebody please help me solve this interview question and explain the logic of solving too? If 1863 is to 27 and 8109 is to 91 and 2745 is to 35 then 7236 is to ?
savani_siddharth's user avatar
Best practices
0 votes
1 replies
19 views

For an exercise, I am setting up a server on VirtualBox, i don't know which VDI to choose. My choices are : VDI , VHD, VMDK, HDD, QCOW and QED. My server will run on the absolute minimal. Its a Debian ...
Simeon Sutarmin's user avatar
0 votes
0 answers
10 views

This seems to be a recurring problem category with various uses of the drive API, but I've yet to see one that mentions it in this way. It does not appear to matter how many files descendants there ...
Phatmandrake's user avatar
2 votes
1 answer
74 views

I have a DataFrame with a column Digit of digits at base 10. For example import numpy as np import pandas as pd df = pd.DataFrame({ "Digit": [ 1, 3, 5, 7, 0, 0, 0, 4, 8, ...
Max Pierini's user avatar
  • 2,313
-4 votes
0 answers
16 views

I'm getting this error from Coolify while trying to deploy a NextJS 15 app: The files DO exist in git repo, locally (windows) so i dont understand the error. Its not a case sensitive issue, i already ...
miko's user avatar
  • 81
0 votes
0 answers
15 views

I am experiencing an issue where the CSS of my email template is breaking on MAC devices that use Outlook Classic. I have tried adding some validations such as the following: <!--[if mso]> ...
João Emboaba's user avatar
0 votes
0 answers
19 views

We have an End-to-End process which loads data into a Landing database. It used to run individual repopulate scripts for each data source in sequence, but that was taking more and more time to the ...
John Hunter's user avatar
0 votes
1 answer
16 views

I'm using Terragrunt/Terraform to setup an EKS cluster: module "eks" { source = "terraform-aws-modules/eks/aws" version = "21.8.0" name = "eks-...
DrTeeth's user avatar
  • 1,437
0 votes
0 answers
12 views

I'm trying to upload a property object (JSON) along with multiple images using multipart/form-data, but Spring Boot keeps returning: 415 Unsupported Media Type Content-Type 'application/octet-stream' ...
Thomastheguy's user avatar
-4 votes
1 answer
37 views

I'm doing a mini project for a coding bootcamp and I'm trying to toggle elements. I have a form on my page that I want to make invisible when you submit it, so that the rest of the page shows. It isn'...
AirenMarie's user avatar
1 vote
0 answers
22 views

I'm in a CS class for College right now, and we've gotten to the part in our Python course where we learn how to read, write, and append to external files. We were given some class work where we have ...
Dominic B.'s user avatar
-2 votes
1 answer
53 views

I've got a query which I will simplify it to be: SELECT * FROM BLAH WHERE PPO_DISC_ID NOT IN ('009-003') AND PPO_DISC_ID NOT LIKE '20%' AND MyNum = '30788' My problem arises when PPO_DISC_ID is ...
Johnny Bones's user avatar
  • 8,498
0 votes
0 answers
25 views

I have a table test with two columns, each referencing the other ID1 ID2 2 1 3 2 4 3 5 4 Given an id, I need to traverse the chain to return all the rows traversing the chain. Below is the query I ...
sg2000's user avatar
  • 301
0 votes
1 answer
33 views

II'm currently learning the Pandas library in Python (without AI assistance), and in one of my tasks I needed to count how many times each item appeared in a row of a DataFrame. Here's an example of ...
Mauricio Reisdoefer's user avatar

15 30 50 per page
1
2 3 4 5
483816