Newest Questions

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

I found out that in proxmox 9.1 it is now possible to create LXC containers from OCI images. I would like to leverage this feature to implement the following workflow: define an image using a ...
Afelium's user avatar
  • 65
0 votes
0 answers
2 views

My main application is in CodeIgniter, and in /public/blog I placed a WordPress site which correctly opens the blog's homepage. However, when I open a link like /blog/posts/my_post, it doesn't display ...
Jose.d 's user avatar
0 votes
0 answers
6 views

I have a folder in my repo. It shows up as empty on Github, but it's full of things in my physical hard drive. When I make changes to it, they don't show up either. I found out some stuff out there ...
SUPERNOOB20's user avatar
-1 votes
0 answers
4 views

We are working on a Vehicle Routing Problem with large-capacity demand, where: A client has demand big than any vehicle capacity. So We Split Each client demand into multiple Visits Each Visit ...
Youssef Chakir's user avatar
-1 votes
0 answers
14 views

I’m trying to understand how certain software applications are able to display overlays or UI elements on top of lockdown browsers such as Safe Exam Browser (SEB), which are designed to prevent other ...
Venom Hacks4's user avatar
0 votes
1 answer
13 views

I am trying to setup an air-gapped VM (Win10) to build python wheels. It works for Python versions < 3.14. With Python 3.14 I can only build the package when I have access to the internet. Without ...
goaran's user avatar
  • 485
0 votes
0 answers
10 views

I updated an SSIS package to include some code updates and since then, my Oracle Connection manager is failing on one data flow but is not failing on a different data flow within the same message. I ...
rkcraig24's user avatar
Best practices
0 votes
0 replies
8 views

The Vitest course I'm following shows a way to test a function that talks to an external server. The MSW was introduced, after that the instructor said: "we have no way to make the MSW handler's ...
Marya's user avatar
  • 198
Best practices
1 vote
0 replies
5 views

I’m building a web application and started with authentication, but I keep feeling it’s incomplete. In a professional production environment, what are the essential steps or criteria to ensure the ...
MrYasyn's user avatar
-1 votes
0 answers
26 views

I am trying to get some data from the MET Office DataHub using the code below but all I get is the following error: If anyone has the time could you please have a look at my code and try see where I ...
DCJones's user avatar
  • 3,507
0 votes
0 answers
28 views

I have a data frame like this df <- data.frame(Group=c('one fruit', 'one fruit', 'two fruit', 'two fruit', 'three fruit', 'one fruit','three fruit', 'two fruit', 'three fruit','one fruit', 'two ...
user21390049's user avatar
Advice
0 votes
0 replies
10 views

below is my application design. as ou can see my back end flask/ python apis are hositng websocket APIs for some of the front end actions. the intention is to have quick communication from front end ...
seetharaman's user avatar
Best practices
0 votes
2 replies
10 views

I have a basic Accounts interface and then two classes implementing it . I have two classes ClosedStateAccount and OpenedStateAccount. Now when account is in opened state then only i can do the ...
ChÃrming ßoy's user avatar
Advice
0 votes
0 replies
2 views

In mermaid I build this simple state diagram The code of the state diagram (which you can enter here): --- config: themeCSS: | #edge0, #edge1, #edge2 { stroke: red; stroke-width: 2px; } --- ...
tueftla's user avatar
  • 553
-1 votes
0 answers
19 views

I have a very simple test file: import fs from "node:fs"; import {test, expect} from "vitest"; test("Creating store", () => { expect(fs.existsSync("my-file.dat&...
SiliconValley's user avatar

15 30 50 per page
1
2 3 4 5
1612007