Newest Questions

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

Currently, I have new device Try to connect it by cable A to C, when plugin it turn on the screen and that all. Already search for information and test with Hercules app , it does open port to device ...
Dat Minh's user avatar
0 votes
0 answers
9 views

This is my first stackoverflow question. I want to emulate the QNX rtos/os with Aarch64le architecture for my QNX training in my college as i don't have a target devices like raspberry pi 4. I ...
SARVESH P's user avatar
1 vote
0 answers
35 views

I am able to knit a HTML of a table from the following RMD file: --- title: "rmd loop" author: "abc" date: "`r Sys.Date()`" output: html_document --- {r echo=FALSE} ...
Fabio Correa's user avatar
  • 1,451
0 votes
0 answers
15 views

macOS Tahoe windows can have various border radii. I need a way to measure a given window's border radius in pixels. Currently, I get a list of windows using CGWindowListCopyWindowInfo and process it ...
pie6k's user avatar
  • 13.4k
-1 votes
1 answer
36 views

How do I extract dictionary key values from every level into a dataframe? I used pd.json_normalize but it doesn't suit my needs since it puts the previous keys as prefixes. This is what I tried import ...
jan22321's user avatar
-1 votes
0 answers
17 views

First, I'll summarize what I've created so far. This is my AIController Blueprint which tells when the game starts, I set it to look towards the player and move. enter image description here and this ...
Ing's user avatar
  • 1
1 vote
0 answers
14 views

We have a large redshift deployment (64 nodes at ra3.16xl) that we are trying to optimize and downsize. Part of the problem is that we have a huge proliferation of tables and adhoc queries that are ...
Brad Davis's user avatar
  • 1,190
-1 votes
0 answers
12 views

I am trying to do reindex concurrently on a table, but when I see pg_stat_activtity it shows in Lock state with Virtualxid as wait_event. Its tableA on which the reindex is being performed, but the ...
nmakb's user avatar
  • 1,293
-3 votes
0 answers
33 views

I am using the mySQL database client extension. Suddenly today, the active database connection is displayed at the top of my web page. This only happens in my development environment, not in the ...
Pete's user avatar
  • 487
0 votes
0 answers
15 views

My initial assumption is that since Spring Boot @WebMvcTest annotation is so common, it should automatically get pulled in via org.springframework.boot:spring-boot-starter-test dependency. However, it ...
randomvlad's user avatar
Best practices
0 votes
0 replies
8 views

In Apple's Audio Session Programming Guide, there's a section, Observing Audio Interruptions [archive], that says: Note: There is no guarantee that a begin interruption will have a corresponding end ...
Jamie Birch's user avatar
  • 6,142
0 votes
0 answers
16 views

I am currently working on GitGarden, a CLI tool that draws your repos as plants. I want the branching/forking of Github repos to be mimicked in my program, like how trees branch off in real life. To ...
Ezra Aslan's user avatar
0 votes
1 answer
15 views

Let's take an example from here "BindingGroup.Items Property" If you replace Name="bindingGroup" with x:Name=bindingGroup" in the example, then only one object will be ...
EldHasp's user avatar
  • 8,850
Advice
1 vote
10 replies
37 views

I'm working on an amplify website which has 2 cognito account types, a teacher and students created by this teacher. These are 2nd graders who often forget passwords/have to have teacher look them up ...
DogParty's user avatar
4 votes
1 answer
33 views

As of 2/05/2026, I have noticed that the Grafana log details no longer show on the panel, and I don't even know what's wrong with it. I had it setup normally and my ASP.NET Core app was emitting logs ...
Ahmad Mahfouz's user avatar
-9 votes
0 answers
34 views

Necessito ativar a licença do Windows 11 pro, mas não tenho nenhuma licença, é possível fazer essa ativação legalmente, ou necessita de algum programa específico, não tenho licença registrada, que ...
Fernando Rodrigues's user avatar
1 vote
0 answers
20 views

I am completely blocked trying to deploy a new Cloud Function to my Firebase project (work-scheduler-8525d). I am trying to deploy a simple, 2nd Gen background-triggered function that responds to a ...
Nathan Nagy's user avatar
0 votes
0 answers
18 views

I'm implementing a 3D Secure (3DS) authentication flow using Keycloak in an iframe. The authentication fails with cookie_not_found error because modern browsers in private block third-party cookies in ...
mohamed amine salah's user avatar
Advice
0 votes
0 replies
11 views

I am using PageView to create a bottom navigation widget, with 3 pages. I use GoRouter for route navigation. I know how to refresh a page when I call pop, but hoping someone can tell me the best ...
Ben Halicki's user avatar
Advice
0 votes
1 replies
9 views

I have an array of ipv4 addresses (over 750k addresses).These IPs have so long been stored in hash:ip ipset of Linux through the Go application. I want to reduce this to shortest (if that's a good ...
black.swordsman's user avatar
-6 votes
0 answers
32 views

I'm working on a prototype for a voice-enabled assistant as part of my Applied Research I course project. The goal is to create a conversational system that collects user profile data (e.g., name, ...
JAY CHOKSI's user avatar
-1 votes
0 answers
26 views

We have successfully integrated the LinkedIn Member Data Portability API and, starting today, all snapshot requests fail with the following error: "error": "snapshot_failed", ...
Sebastian's user avatar
  • 147
-3 votes
0 answers
23 views

I just got a requirement where we need to ingest two types of LinkedIn learning reports ”Learner summary and learning details reports “ with XSIAM in its automation & feed integration section. ...
Barinder Kumar's user avatar
0 votes
0 answers
17 views

I'm starting a new project with Blazor and authentication using .NET 10. I want to move my DbContext to a separate library. The DbContext has an additional parameter in its constructor: public class ...
Artur Michajluk's user avatar
-6 votes
0 answers
34 views

I have a massive MediaWiki xml dump to translate to Spanish, 70,000+ lines. How do I go about this on MacOS locally, without rate limits. I only really know web programming and don't want to pay for ...
ItsLido's user avatar
0 votes
0 answers
11 views

Is there a way to have Jasypt encrypted variables in my application.yml file for spring.cloud.aws.credentials.access-key, spring.cloud.aws.credentials.secret-key set to an ENC() value and decrypt them ...
himan01's user avatar
  • 45
Advice
0 votes
0 replies
7 views

Out of curiosity, and because it is possible in Gosu if you were to use the less than and greater than operators (<, >) on two typecodes, what is compared to return the result? Given : <...
Justin Audet's user avatar
-1 votes
0 answers
18 views

I'm developing a 64-bit kernel. Paging (2MB identity mapping) and IDT (at 0x100000) seem to be loaded correctly. However, as soon as sti is executed or a timer interrupt fires, the CPU triggers a ...
user464560's user avatar
0 votes
0 answers
34 views

I have a Svelte project that for a long time I used Tailwind v3 for, that I'm using Vite to build and Vercel to deploy. Then at some point I upgraded a bunch of packages, including upgrading Tailwind ...
Jason Ye's user avatar
-1 votes
0 answers
19 views

The KMS Sign API (POST /20180608/sign) ignores the messageType=DIGEST parameter and always hashes the input message, producing a double-hash when a pre-computed digest is provided. Reproduction: 1. ...
Arjun's user avatar
  • 326
0 votes
0 answers
18 views

This is my test script //@version=6 indicator("Time Loc Test", overlay = true) unix = 1769990400000 var lb = label(na) if barstate.islast and na(lb) lb := label.new(unix, 0, xloc = ...
Rostfrei's user avatar
  • 492
-3 votes
0 answers
21 views

I am using Git Bash and launching ssh-pageant to talk to Windows Pageant. Window pageant holds my ssh keys. I have configured Windows ssh to use pageant following the instructions given in the PuTTY ...
dhvsfan's user avatar
Advice
0 votes
0 replies
11 views

I am trying to write a C++ application for the Raspberry Pi Pico 2 W. This application needs to utilize both wifi and the LED status light. (Blink the LED while waiting for WiFi connection to ...
Dennis 's user avatar
  • 1,322
Advice
1 vote
0 replies
22 views

My overview: I am learning Python's framework, Django for web development. I want to be a GDE (Google Developer Expert) but I don't know what to do, the processes. All I want to do now is buy some &...
Marjuk Sajid's user avatar
1 vote
1 answer
37 views

We have .htaccess on a domain that had moved servers from an Apache/2.4.66 (cPanel) server to an Apache/2.4.62 (AlmaLinux) server: Within one website with .htaccess we have the following: RewriteCond %...
Mm-Art-In's user avatar
  • 23.1k
-3 votes
0 answers
29 views

We are seeing intermittent, unexplained spikes in BIM 360 webhook notifications, where ~10k–14k file-related events are received within a single day, with otherwise normal traffic before and after. ...
Kris's user avatar
  • 1
-3 votes
0 answers
42 views

I'm working on Oracle 19 and I need to sort a 70GB table. I have unlimited parallelism. What would be the optimal values to optimize this sort? in terms of parallelism in terms of database ...
eliatou's user avatar
  • 736
1 vote
1 answer
34 views

I'm trying out the new UnsafeAccessor attribute in .NET 8 to get to some internal state of a third-party library for a unit test helper. The library uses a internal struct inside itself to store some ...
Vignesh Nethaji's user avatar
2 votes
0 answers
27 views

This is Fedora 43. Python 3.14 I can create and retrieve a shelf in a command line with no errors: #!/usr/bin/env python import shelve shelf = shelve.open('/tmp/my_shelf', flag='c', writeback=True) ...
Clodoaldo Neto's user avatar
Advice
1 vote
0 replies
19 views

I have a list of 1,000 Twitter handles and I need to check if each user has tweeted a specific keyword at least once. Since the Twitter API Free tier no longer allows reading user timelines or ...
mala fama's user avatar
Advice
0 votes
0 replies
13 views

I have a Spring controller with a method that should only be callable by users having a certain authority. I've secured the method with `@PreAuthorized`: @PreAuthorized("hasAuthority('The_Group')&...
fml2's user avatar
  • 362
-5 votes
0 answers
29 views

I use a program called UTM on macOS to run an ARM version of Kali Linux in a virtual machine. I’ve use the virtual machine for quite a while, would update it weekly, and everything was fine. To ...
Tron Thomas's user avatar
0 votes
0 answers
16 views

Problem Statement Suppose we have interface ISomeFeature and it so happens that it has 2 implementations registered in the scope of the same application - SomeFeatureX and SomeFeatureY. When the ...
mark's user avatar
  • 63.8k
0 votes
0 answers
30 views

I am using Quarto for a website. I have a page listing people (similar to a department website listing all faculty), which I am doing via a listing. The YAML heading looks like this: --- title: "...
epurdom's user avatar
  • 89
0 votes
0 answers
21 views

We implemented Digital Key in our app, and it's working fine when the app is published through any of the Google Play Console methods, including Internal Testing. We are using Google Play App Signing, ...
Cosmin C.'s user avatar
-1 votes
0 answers
69 views

I have an API running Spring Boot 3.4.5 and Java 21. The problem is that the first API call takes 5 to 6 seconds to respond, and if the API is left unused for a long time, it also takes 5 to 6 seconds ...
Jhonatan Peláez's user avatar
-3 votes
0 answers
38 views

I want to fetch within a python script all negative written opinions from all family members of an Israeli patent application, along with their corresponding set of claims. I consulted Gemini and ...
user4861528's user avatar
-5 votes
0 answers
31 views

I have some recurring issues with Kali (last kernel) and my nvidia graphic card. For example, the header of the windows (of all applications) is not displayed. I can't close the windows (only with the ...
James's user avatar
  • 1,471
0 votes
1 answer
32 views

Using the following code: import SwiftUI struct TestView: View { @State var color: Color = Color.white @State var fontSize: Double = 16.0 var body: some View { Form { ...
D. Mika's user avatar
  • 2,828
0 votes
1 answer
32 views

Here I create a CSR: var cspParams = new CspParameters { Flags = CspProviderFlags.UseMachineKeyStore }; using (var rsa = new RSACryptoServiceProvider(2048, cspParams)) { var csr = new ...
Yola's user avatar
  • 19.4k

15 30 50 per page
1
2 3 4 5
483517