Newest Questions

Filter by
Sorted by
Tagged with
Tooling
0 votes
0 replies
2 views

I'm migrating from JPA to jOOQ and have a problem with enum persistence. In my JPA implementation, I have 50+ enums that all implement a common Encodable interface with a code field (int): public ...
wuttke's user avatar
  • 155
0 votes
0 answers
3 views

I am installing Moodle 5.1 on Windows using XAMPP. Apache and MySQL are running correctly, and I created a database named `moodle` in phpMyAdmin. I configured `config.php` with: $CFG->dbtype = '...
Ayush Binjola's user avatar
0 votes
0 answers
7 views

I'm modifying a behavior of an existing Windows app and need to keep my own variable somewhere. This variable is calculated in one subroutine and then should be accessed from another one. It means, it ...
teslasystems's user avatar
Advice
0 votes
1 replies
11 views

Does this shape have a name? If you have a Venn diagram of 3 overlapping circles, it's the area where at least two of those circles overlap. The union of pairwise intersection, in math terms. I'm ...
Psudo's user avatar
  • 11
0 votes
0 answers
8 views

TL;DR: Despite the documentation stating they accept the same arguments, until *<addr> calculates an incorrect target breakpoint address (e.g., 0x1) using the expression evaluator, whereas ...
Flavien Tsiriherivonjy's user avatar
0 votes
0 answers
9 views

I'm attempting to set a breakpoint on kernel32.WriteFile (or KERNELBASE.dll export) and have the breakpoint automatically print the stack return address and the nNumberOfBytesToWrite argument (which ...
Don Austin's user avatar
Advice
0 votes
1 replies
28 views

I need to match two name lists and identify if the record is found in another list with full, partial or no match and extract the row id for the match. For simplicity, the lists are unique but the ...
RSA's user avatar
  • 33
0 votes
0 answers
19 views

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
-1 votes
0 answers
18 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
  • 15
Best practices
0 votes
0 replies
17 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
24 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
26 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
2 replies
22 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
4 replies
59 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
21 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

15 30 50 per page
1
2 3 4 5
1610041