Newest Questions
24,158,515 questions
0
votes
0
answers
10
views
Malloc makes code crash in C while doing merge sort
I'm new to the C language (I'm doing CS50x) and I want to code a merge sort algorithm. I want to debug my code but I can't figure out why malloc in sort_disassemble is crashing.
P.S. The code isn't ...
0
votes
0
answers
4
views
Problem displaying a message on a ajaxToolkit:ModalPopupExtender
When I display message from within a ajaxToolkit:ModalPopupExtender the ajaxToolkit:ModalPopupExtender closes after the message closes.
How can I display ajaxToolkit:ModalPopupExtender and still ...
0
votes
0
answers
7
views
Loading pytest fixtures from separate Poetry package
I am trying to move some test configuration into a common Poetry package to avoid repetition of the same fixtures.
In a project there is a package named user-service with tests folder inside. Inside ...
Best practices
0
votes
0
replies
8
views
API for study purpose
Good day everyone looking for public api ai for free for study purpose can you give me a links or any api's to support my study in webdev- and any tips about WEB DEV API build with an app how to ...
1
vote
0
answers
6
views
Custom splash screen and icon not showing in Flet Android build
I am building an Android application using the Flet framework in Python. I am trying to customize the splash screen logo and the app icon, but after building the APK, the app still shows the default ...
1
vote
0
answers
7
views
Insert records in Salesforce sales org causing CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY
I'm unable to insert records in Salesforce sales org using below code due to another apex class (trigger handler class):
public class Demo {
// try to insert only one record and fetch Id of ...
0
votes
0
answers
4
views
SSIS Packages in ADF using Key Pair to connect to Snowflake
due to some unavoidable legacy solutions we have several SSIS packages running in Azure Data Factory. These packages reach out to Snowflake using service accounts, and we are now moving those service ...
Tooling
0
votes
0
replies
12
views
What methods can I use to provide an upload page on a static (github pages) website?
I have a project that is currently in github pages (and will change to codeberg sometime this year) and we want to invite collaborators of all backgrounds. This means a lot might not have a github/...
0
votes
0
answers
7
views
SQL Query for Unpivot compatible with SQLGLOT parser
I have imported the data from the attached Excel file. The dataset currently has the following structure:
ISO, Name, 1993, 1994, 1995, …, 2023
Each year is represented as a separate column, and new ...
0
votes
0
answers
7
views
Problem closing an ajaxToolkit:ModalPopupExtender
I have a webpage.
I show a ajaxToolkit:ModalPopupExtender(MPE_Example_Panel_Like_Browser).
I click a button on the ajaxToolkit:ModalPopupExtender(MPE_Example_Panel_Like_Browser) to then show another ...
Best practices
0
votes
0
replies
10
views
Spark Structured Streaming from many S3 buckets with different customer credentials and schemas
have a Spark-on-Kubernetes ingestion use case and I’m trying to understand the right design for Spark Structured Streaming.
We have around 500 customers. Each customer has their own S3 bucket and ...
Advice
0
votes
0
replies
10
views
Collecting samples from adc and presenting the information using median filtering
Good day everyone. I hope you are all fine and healthy.
I have question relating to basically collecting samples and using the best tecqnique to filter and present the information.
I have an ...
-5
votes
1
answer
21
views
How to Integrate a Currency Exchange API to Get Real-Time Rates in JavaScript
I am trying to integrate the Currencylayer API into my website to fetch real-time exchange rates for different currencies.
My goal is to display converted currency values dynamically on my website, ...
0
votes
0
answers
23
views
DatabaseException "out of memory" when opening SQLCipher 3 encrypted DB on versions > 2.2.1
I’m encountering a crash when opening an encrypted database using sqflite_sqlcipher on versions above 2.2.1. The same code works fine on 2.2.1, but fails consistently on newer versions.
Code Snippet:
...
Best practices
0
votes
0
replies
10
views
Kerberos Authentication Flow on Openshift
I’m trying to implement Kerberos SSO (SPNEGO / Integrated Windows Authentication) for a web application in an Active Directory environment.
The application is deployed on OpenShift Kubernetes and ...