Newest Questions
24,188,321 questions
-6 votes
0 answers
53 views
messy codes in VS code [closed]
I am a beginner, I have a question as follows. When I run the code, the output is messy code. When I move the size of console, the messy code disappear, why? It is a very annoying question. I have ...
-1 votes
1 answer
34 views
Kubernetes: I want to import a docker image, what i miss? [closed]
I have follow this "way" to import my ftp docker image in kubernetes. First from docker server (is another node, on another net) docker save -o ftp1.tar user/ftp1 then I rsync tar to ...
Advice
0 votes
0 replies
24 views
ordering whole query by the field of multiset in jooq
in spring boot, i wanna have nested records, because if that i need to use multiset in my selects. then i need to order the whole query by fields in my multiset. but the problem is that i get a error ...
-6 votes
0 answers
23 views
Github repository troubleshoot [closed]
I have made an HTML page live, but it is not showing in the given link. Rather, it displays the repository name. What do you think I have done wrong & how should I solve it?
1 vote
0 answers
32 views
__TMS320C28XX__ are not defined at ccs20.3 when using F2800137 cputimer function
When I use the F2800137 DSP chip to develop a CPU timer code with ccs20.3 version, I find that the macro named __TMS320C28XX__ in cputimer.h file is not defined, which leads to me not being able to ...
1 vote
0 answers
40 views
python numba calling problems
I was writing code for the simulation of the fluid dynamics of a layer of water. It has a function of solid_liquid_layer_angular_velocity_change: def solid_liquid_layer_angular_velocity_change( ...
0 votes
0 answers
18 views
MUI X-date-pickers output and none visible redundant characters
I'm using "@mui/x-date-pickers": "^8.19.0" and @mui/material": "^7.3.4" in a "next": "15.5.6" application with "react-dom": "19.2....
0 votes
1 answer
27 views
Google Analytics DebugView is not working
I'm having some issues with the Google Analytics Debug View. I have set up Google Analytics and Google Tag Manager in WordPress for our website, and everything seems to be configured correctly. ...
-1 votes
0 answers
34 views
My GPU is not working, it is MSI RTX 5070 [closed]
My gpu is not detected in my computer. I have installed 580.105.08.run, cuda 13.0. I confirmed everything installed successfully but still problem persists.
0 votes
0 answers
26 views
NixOS declare mounts in loop
I have a lot of NFS mounts on my system, which all have the same options. I would love to combine these to reduce code, but I am not how to do it/if it is even possible. What I have gotten so far is ...
-3 votes
0 answers
22 views
Why is my web display not full when I add aos js? (bootstrap5) [closed]
I'm a junior web developer and I want to create a portfolio website using Bootstrap 5. When it's finalized, I want to add animations using AOS JS. However, when I add these, the website doesn't ...
-1 votes
0 answers
27 views
Firebase Studio local dev environment gives "module factory is not available" [closed]
First time asking and a technophile rather than a technologist. I have been using firebase studio and Firebase CLI - web app using Node. I accidentally ran "npm run build" on the CLI which ...
-4 votes
0 answers
57 views
why it is showing the exp 2 value 4 it should be 5 not 4? [duplicate]
public class Test { public static void main(String[] args){ int x = 2, y = 5; int exp1 = (x * y / x); int exp2 = (x * (y / x)); System.out.print(exp1 + “ , ”); System.out.print(...
2 votes
3 answers
57 views
Why does the_field function of ACF plugin return an empty value?
I know that there are similar questions to my question like this one: Insert php variable in a href But my problem does not solve with them! I am using "acf plugin" for adding some codes to ...
Advice
0 votes
0 replies
23 views
How to control zigbee devices directly from code?
I want to create smart home automation system like home assistant. I know about zigbee2MQTT, but I think it would be better to control everything directly. How to do this, I know Assembly, C, Java, ...