Newest Questions
24,235,149 questions
0
votes
0
answers
7
views
JWT Token is set in cookies but is always undefined in Next.js middleware
I'm facing an issue in my Next.js 15 application.
I am setting the jwtToken in the cookies when a user logs in. I have verified this through the browser's Application tab in the developer tools, where ...
0
votes
0
answers
4
views
I want to check for character validation where the input is a string, and I have to check for each character that I enter is the same, like monkeytype
The problem is the same as a typing challenge. The character entered should be checked with its already generated string. It's just the same as MonkeyType. This is to be done in angular.
export class ...
0
votes
0
answers
4
views
In flutter how we can implement video player in IOS with IMA advertisement if any reference or example please help us?
in Flutter IOS we have getting issues in implement of IMA Advertisement it will not working for IOS we have use Better player plus plugin. if you any one has any Solution so please provide.
how we can ...
0
votes
0
answers
4
views
How can I implement offline data synchronization in a React Native mobile app?
I'm building a mobile app using React Native and I want users to be able to use the app when they are offline, then automatically sync their data when they reconnect to the internet. I'm not sure how ...
0
votes
0
answers
3
views
PowerShell PSFzf key handler error: "This pipe is closing" when using fd and fzf
I'm getting an error when using this PSFzf key handler to search directories with fd and open them in VS Code:
Import-Module PSFzf
Set-PSReadLineKeyHandler -Key Ctrl+f -ScriptBlock {
$options = &...
0
votes
0
answers
5
views
FRP Policy Applied via DevicePolicyManager, but After Reset, Device Asks for Unknown Google Account Instead of Set FRP Email
Scenario:
I'm working on a Device Owner app that sets Factory Reset Protection (FRP) using DevicePolicyManager.setFactoryResetProtectionPolicy() on a device (Android 13+). The app becomes Device Owner ...
-3
votes
0
answers
14
views
How to speed up rsync to USB drive [closed]
please help, I'm clueless. Both systems are Arch Linux with the latest rsync. Connected via 1Gbit/s ethernet.
Still rsyncing to a USB drive is slow, it's just 1-2MB/s
rsync -Pavh --stats --rsh="...
0
votes
0
answers
9
views
Concerns when migrating from PHP 5.6 to 8.4
I am currently using PEAR and considering migrating from PHP 5.6 to PHP 8.4 for our current site.
Does the latest stable version of PEAR (1.10.16) support PHP8.4?
Or should I discontinue PEAR and move ...
0
votes
0
answers
4
views
MudBlazor Styling Not Applied in Razor Class Library When Used in Host Application
I'm using MudBlazor in a Razor Class Library (RCL) and facing an issue with styles not being applied correctly when the RCL is used in another application.
Setup:
I have a Razor Class Library (RCL) ...
0
votes
0
answers
6
views
Google Address validation API issue
I am currently using the Google Address Validation API in a PySpark (Databricks) pipeline to validate addresses from a table. Each row contains an address in a column called 'Address', and I send a ...
0
votes
0
answers
16
views
Using EXECUTE with FORMATMESSAGE
I’ve learned that FORMATMESSAGE() is the closest thing to parameterising a string in SQL Server. So this works for me:
DECLARE @db NVARCHAR(12) = 'test';
SELECT formatmessage(N'USE master; DROP ...
0
votes
0
answers
4
views
The HDRP/Lit shader in Unity is throwing an error, but I didn’t do anything
Yesterday while I was designing my game, I was about to create a new material, but I realized that HDRP/Lit was missing and instead it said Failed to Compile. So I started checking the shader and saw ...
-1
votes
0
answers
7
views
@Test keep getting null instead of expected result
I'm testing a Spring Boot service method that performs a SELECT via a repository. The method is supposed to return a ykymd value from the database using a few fields. However, even though I use @Sql ...
0
votes
0
answers
6
views
Quarkus Keycloak Admin Rest Client initially works but then fails with ClassNotFoundException: org.keycloak.representations.AccessTokenResponse
I am using Quarkus 3.21.4 in dev mode with Keycloak 26.1.3 running in a container.
My app uses the keycloak admin client to set some custom properties in keycloak for a user. All works correctly after ...
0
votes
1
answer
24
views
How to process CSV exports from an expense tool for visualization in a custom dashboard?
I’m currently using an Indonesian expense management tool (Mekari expense) that provides a solid built-in dashboard and allows exporting detailed expense reports as CSV files. However, I need more ...