Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
1 view

I'm trying to prevent a page from being restored from the browser's Back/Forward Cache (bfcache) in a Drupal site. I have the following response headers set: Permissions-Policy: unload=() Expires: 0 ...
clot's user avatar
  • 1
0 votes
0 answers
3 views

I have been facing this issue after updating the Linux version. Unable to access "Seagate-Portable-Drive" Error mounting /dev/sde1 at /media/sindhukumari/Seagate-Portable-Drive: wrong fs ...
Sindhukumari Parameswaran's user avatar
0 votes
0 answers
10 views

This is my Middleware for cheking token am getting cookie in browser but still Problematic what can be the issue anyone know about this bug import type { NextFunction, Request, Response } from "...
Roodius's user avatar
  • 17
Best practices
0 votes
0 replies
4 views

I working as a backend developer in Node.js with TypeScript and TypeORM, and I'm trying to decide on the best repository/DAO design. I have a TPA entity and currently two separate DAO methods: 1. ...
Saif AD Abbas's user avatar
0 votes
0 answers
6 views

So I have created a REST API. Some of it protected and some are not. Strang thing is, even if I use permitAll() for these endpoints, I'm getting 401 response, instead of 200. SecurityConfig: public ...
SAF SAF's user avatar
0 votes
0 answers
18 views

I have an animated flexbox whereby any item you're pointing at gets more space. This does happen, except the item only gets space to its right rather than on both sides. Also, the flex-grow ratio is 2:...
Cameron Snell's user avatar
Advice
0 votes
0 replies
14 views

I run Powershell PSVersion: 5.1.26100.8457; PSEdition: Desktop; BuildVersion: 10.0.26100.8457. I'm a learner of PowerShell and try to understand the pipeline input of cmdlets. The help files of all ...
P. Wormer's user avatar
  • 387
Best practices
1 vote
3 replies
36 views

What is the most idiomatic way to sort an array in reverse order in C# 14? Arrays now have methods from the MemoryExtensions class. For example, given the following array: int[] arr = [3, 1, 2, 5, 9]; ...
Soul Catcher's user avatar
-1 votes
0 answers
18 views

I am trying to display a website using the new WebPage and WebView introduced in iOS 26 but I am not sure how to scale the text. I want to add two buttons in the toolbar that will allow the user to ...
Seeker's user avatar
  • 302
0 votes
0 answers
23 views

I'm currently encountering a problem in my code: when I set the resolution to 1600x900 in Python, the window opens at the top and is not centered, and the window also appears to be larger than the ...
Dairo Miguel Cruz Hipolito's user avatar
0 votes
0 answers
7 views

I'm developing a simulation program in Avalonia 12. It works well on desktop but there are a few issues with the webassembly version. Biggest challenge is local file access. I'm using the ...
Peter Jaksch's user avatar
0 votes
0 answers
13 views

My question is , in large applications we need global data, means some data needs to be fetched first/globally, For example user data needs to used in whole app Current Selected Venue Data needs to be ...
Muhammad Ali's user avatar
Best practices
0 votes
0 replies
11 views

I request Senior AI Developers to give answer take this question very seriously as most of the students trying to embark in AI your time and advice is very valuable for us so I request all the AI ...
Sai Teja Merugu's user avatar
0 votes
0 answers
11 views

I have been trying to the column number / id of the column that is clicked in a Gtk.Treeview (in Python...but that is really irrelevant). I looked at the following sites: https://docs.gtk.org/gtk3/...
John's user avatar
  • 322
-1 votes
0 answers
24 views

I'm trying to make a website and part of that is having tags much like this site has. I'm trying this: def index(request): storylist = Story.objects.order_by("id") tagslist = [] ...
Siffrin's user avatar
  • 15

15 30 50 per page
1
2 3 4 5
1610040