Newest Questions
24,187,974 questions
0
votes
0
answers
4
views
Css styling error with Reactjs : Container gets shifted with use of viewport width
So basically I have this problem with the viewport width not working as wanted in reactjs. I just want to make a simple design with the page having a background and a timer across with a blurred ...
-1
votes
0
answers
7
views
Undefined array key while counting number of files uploaded
I get this error: Undefined array key "myfile"
Problem code:
$numberoffiles = count(array_filter($_FILES['myfile']['name']));
And my form code:
<form method="get" enctype="...
-4
votes
0
answers
14
views
Can anyone please solve these questions with proper solution Please [closed]
enter image description here
Please solve any of these questions and provide solution.
enter image description here
Please solve any of these questions and provide solution.
enter image description ...
-1
votes
0
answers
11
views
How to Upload OSTree Updates to OTA-Lith (Uptane CE)?
I have successfully deployed the OTA Community Edition (from https://github.com/uptane/ota-community-edition) and I’m trying to perform an OSTree-based OTA update. I followed the instructions in docs/...
Advice
0
votes
0
replies
5
views
ADA focus visible on pie chart during mouse hover in Highcharts (Angular)
I am using Highcharts to render a pie chart in an Angular CLI project. Everything works fine except for an accessibility issue: when I move the mouse over the pie chart, the ADA focus outline becomes ...
Best practices
0
votes
1
replies
16
views
Best approach to dockerize Nodejs Backend with API endpoint and scheduler
The API endpoint is using the Express.js package while the scheduler is using the bree.js.
The previous approach is to wrap the scheduler starting program into a function and start the scheduler when ...
0
votes
1
answer
16
views
How to change icon (SF Symbol) color in SwiftUI TabView item
I want to change the color of the unselected/default items in TabView. It works fine for the selected tab and the text of unselected item, but it does not change the color of the unselected item icon. ...
0
votes
0
answers
12
views
SEGW Mapping on GetEntitySet (Query) setup for date range data
ive been hardstuck on making service to expose data throu API/OData. the url i used :
http://server.serversap.com/sap/opu/odata/sap/ZGW_YTI_POS_SRV/EtDataSet?$format=json&sap-client=100&
$...
0
votes
0
answers
12
views
Average minimal depth for gradient boosting?
Is there a way to see the average minimal depth for the xgboost gradient boosting model instead of random forest? Other than the importance plot, I want to see how important predictor variables are by ...
0
votes
0
answers
12
views
Custom TMS Web Core Component not showing in the IDE Web Designer (Web with Designer)
I am currently evaluating TMS Web Core 2.9, and I am seriously considering purchasing it.
Im usi templates and one of the most important features for me is the ability to:
create my own custom ...
-2
votes
0
answers
18
views
Performance degradation after upgrading Go MongoDB Driver from v1 to v2
I recently upgraded my application from the MongoDB Go Driver v1.x to v2.x.
Functionally everything works fine, but during benchmarking I noticed a noticeable performance degradation in our legacy ...
0
votes
0
answers
29
views
Responses to the updated age ratings questions in the App Information section of your app in App Store Connect
oday, I received a message from Apple requesting that I respond to the updated age rating questions in the App Information section of my app in App Store Connect.
I am currently managing an iOS app on ...
0
votes
0
answers
10
views
GCC 14.2.0 Coverage (.gcda files) Not Generated at Runtime After Upgrade from GCC 8.5.0 + glibc 2.23
I have created a cflow build and when loading the image in the system, I could see only fewer number of gcda files.
After upgrading from GCC 8.5.0 to GCC 14.2.0, runtime code coverage (.gcda file ...
Best practices
0
votes
2
replies
22
views
Next JS search param manually update issues
In Next JS app router project, I have the url search param ?secretCode=1Q2c3D and would like to update the value by manually typing the new value secretCode=1Q2c3D465456 without pressing enter reload ...
-1
votes
0
answers
17
views
No rows are inserted into the table
Consider following:
qry2 = L"INSERT INTO abcattbl SELECT ?, ?, (SELECT object_id FROM sys.objects o, sys.schemas s WHERE s.schema_id = o.schema_id AND o.name = ? AND s.name = ?), ?, 8, 400, \'N\'...