Newest Questions

Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
7 views

Context: I'm trying to learn software testing in practice, not just theory. I want to study real-world projects where I can observe and practice different testing strategies. What I'm looking for: I'm ...
Mike Odjo's user avatar
0 votes
0 answers
9 views

Fairly new to SQL so apologies if my question is poorly worded. I have data that looks like this: date attribute 2026-01-03 A 2026-01-03 A 2026-01-03 B 2026-01-04 A 2026-01-04 A 2026-01-05 C I need to ...
gggggghhh's user avatar
0 votes
0 answers
6 views

I'm experiencing an issue with Magento 2 PageBuilder where a specific field (`link_url`) is not available in the production environment, but it works fine on pre-production. **Details:** - Magento 2.4....
MohameD ELQUCHIRI's user avatar
-1 votes
0 answers
16 views

there is a table called ‘users’ that looks like this: mall_id | name | position 1 ; Max ; boss 1 ; Dan ; employee 1 ; Mike ; employee 2 ; Ben ; boss 3 ; Susan ; boss 3 ; Larry ; employee 3 ; ...
WeekendCoder's user avatar
  • 1,059
Best practices
0 votes
0 replies
6 views

I have a Django view that returns JSON responses: def post(self, request, post_id): post = get_object_or_404(Post, pk=post_id) if post.is_pub_date_future(): return JsonResponse({ ...
Advice
0 votes
0 replies
12 views

I have 3d scene but 2.5d view i have to rotate player according to mouse position and i want to move player according to wasd keys.I am using the new input system. I also want to make animations if ...
Vishnu's user avatar
  • 1
Advice
0 votes
0 replies
14 views

iam currently running a docker setup inside a NVIDIA orin dev board in that i have to configure the network interface through my cpp application i have tried using nmcli , ioctl , ect. In that most ...
Mass Muthu's user avatar
0 votes
0 answers
18 views

I’m running a WordPress site on a VPS hosted by PRO ISP (CloudLinux8 + cPanel + WHM + LiteSpeed). After updating WordPress, Divi, PeepSo, and Paid Memberships Pro, activating PMPro started crashing ...
goldenbutter's user avatar
Advice
0 votes
3 replies
41 views

Okay so i have a JS function that take my server response that would be multiple html Elements. I add all of those elements with innerHTML and i know it can cause XSS attack but i struggle to ...
frederic chippaux's user avatar
Best practices
0 votes
0 replies
22 views

This is my first attempt at implementing proper error handling in my project. I realized that as my project grows in complexity, the lack of structured error handling makes development much more ...
Roso's user avatar
  • 1
2 votes
0 answers
32 views

I'm having problems receiving a JSON response from a REST endpoint using Retrofit. Some of the requests return JSON with a bunch of null characters and escaped double quotes. Pasted from Android ...
Miguel Vidal's user avatar
-1 votes
0 answers
22 views

I'm developing a Nuxt module using vanilla-extract. When running the playground, I encounter a No CSS for file error. It appears that the Vite plugin is incorrectly prepending the project root to an ...
Yurai's user avatar
  • 1
0 votes
1 answer
32 views

What I'm aiming to do, is to open external applications within my own WinForms application, then lock their size and position to whatever I've set it to in my program. I've been able to get them to ...
CraftyMaelyss's user avatar
0 votes
1 answer
26 views

https://bundler.io/man/gemfile.5.html#VERSION says: Each gem MAY have one or more version specifiers. gem "nokogiri", ">= 1.4.2" gem "RedCloth", ">= 4.1.0&...
Sam's user avatar
  • 6,750
0 votes
0 answers
24 views

I have a number of browsers on a number of platforms: I may be looking in the wrong place. My Cloudflare Pages project tells me that it has set x-content-type-options nosniff For some reason, my ...
david's user avatar
  • 2,696

15 30 50 per page
1
2 3 4 5
1611212