Skip to main content
0 votes
1 answer
226 views

I have faced with the following problem: I use aws s3 as media storage. Since some moment aws was made path-style urls (e.g. http://s3.aws.com/bucket-name/object-key) deprecated and now the correct ...
Peter's user avatar
  • 21
1 vote
0 answers
122 views

I'm making a website using Vite.js and React.js. I do checks on the data in development mode. I use the zod library for this code. I can do this using the statement let zod = await import('zod'). This ...
PizzaOverflow's user avatar
-1 votes
2 answers
496 views

When using VS Code for Developing an App that is made up of Two Separate Apps, for example : .Net API Server /dev/apiServer/ApiServer.csproj NodeJs ReactJs Web Ui /dev/webUi/package.json I am able ...
TheLovelySausage's user avatar
2 votes
1 answer
122 views

I am trying to swap two tokens A and B for which I have created the pool on the Uniswap testnet Sepolia. But in Remix, when I try to execute the swap, it gives an error. Everything else is working ...
Akshit Sharma's user avatar
1 vote
0 answers
160 views

I’m trying to print a bitmap image using TSPL commands for a thermal label printer. I have this setup: I convert a PNG/JPEG image into bitmap format and a byte array. Then I convert that byte array ...
Suzy's user avatar
  • 11
0 votes
1 answer
131 views

after I start the expo in my vscode terminal using this command npx expo start, it displays the QrCode in the vscode terminal normally and some other lines, but when I launch the app that I developed ...
Sam's user avatar
  • 25
0 votes
1 answer
51 views

I am running a programming multi language repository for different languages under ~/Libraries like ~/Libraries/Emacs ~/Libraries/Perl5 ~/Libraries/Python311 ... under Debian Linux. Usually it is ...
huckfinn's user avatar
  • 697
3 votes
1 answer
415 views

I'm experiencing an issue with Next.js 15.3.0: CSS Modules are not working in development mode, although they work fine in production. For example, the generated class name like class="style-...
Cowwde's user avatar
  • 61
-2 votes
1 answer
166 views

I am doing a Python environment setup practice in which given the code(cannot modify), I need to generate a requirements.txt and install the packages to pass the tests. I am in a python3.6 virtual ...
J X's user avatar
  • 1
0 votes
1 answer
228 views

I followed the Build a Command-line Tool instructions and found that it does not work. I want to write only CLI programs, so Xcode is not installed. I didn't use Install Swift because I found that ...
3moredays's user avatar
4 votes
5 answers
336 views

Best practice for Python is to use venv to isolate to the imports you really need. I use python -m venv. For development, it's very convenient to use IPython and notebooks for exploring code ...
SRobertJames's user avatar
  • 9,367
1 vote
0 answers
66 views

I’m currently developing a React component library that’s built with Rollup and released as a private npm package. This library is used across multiple applications. The issue I’m facing is that ...
nav's user avatar
  • 11
-3 votes
1 answer
56 views

I'm new to Docker and containerization, and I’m trying to set up a structured environment for multiple projects on my own server. Here’s what I’m aiming for: Project Groups – I want different groups ...
FeFe's user avatar
  • 19
1 vote
0 answers
91 views

this.router.navigate(['/d/admin', this.uuid], { state: { username: this.user.username }, }); I'm using this to navigate to a different page in an Angular project, but the issue that I'm facing is ...
Mohit Patel's user avatar
0 votes
1 answer
507 views

PROBLEM Pullin’ me hair out. DevPod desktop on macOS 15.1 won’t fire up. I'm getting this error... fatal error retrieving container status: find dev container: docker ps: exec: "docker": ...
god_is_love's user avatar

15 30 50 per page
1
2 3 4 5
169