Newest Questions
24,149,584 questions
-1
votes
0
answers
5
views
eclipse git fetch hangs
since some days the Eclipse git (formerly: egit) hangs during fetch, and specifically on "teams -> synchronize". It worked like a charme for years, and since some days I have this issue.
...
0
votes
0
answers
6
views
a member with an in-class initializer must be const
Why I am getting "a member with an in-class initializer must be const" error? and how to solve it
I am trying to create a counter variable that counts the created objects from class ...
0
votes
0
answers
30
views
IConfiguration.Get<>() not retrieving for elements with properties with empty arrays
I'm trying to import my ServerProcessConfig[] from my appsettings.json. If I have an element in the array that has an empty array for Dependencies, it does not import the whole object for config.
...
-4
votes
0
answers
22
views
How to solve Adobe Aria's npm error code 128?
I have been trying to get Adobe's aria to run for my new portfolio page.
I keep getting this same error, can't find a different way to set up their latest release anywhere apart from their documents.
*...
-1
votes
0
answers
38
views
JAVA_HOME is set, but Java command is still not recognized
import 'package:flutter/material.dart';
import 'package:flutter_revisao_2bi_ads5sn/cliente_lista_screen.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const ...
0
votes
0
answers
11
views
Emmc Flash Register Verification
I have some experience working with the EOL and Health. Where EOL is a register that has it's value based on actual failure of the Flash and Health is basically a counter that keeps track of writes (...
-1
votes
1
answer
63
views
Function, If Else, Array Includes, Input...? [closed]
I'm trying to write it to that if the input includes a term within the maraQuery array, it'll open that page, otherwise, it'll say "No Results" under the input. All with auto-focus on the ...
Tooling
0
votes
2
replies
51
views
Could you please let me know which database programming language gives most efficieny with less data consumption?
This is my question regarding several databases used for storing large amount of data. As I have used many of the databases programming languages but I need your opinions and experience of using ...
Advice
0
votes
7
replies
71
views
Online Banking Login Embed code for website
I am looking to get the online banking login embed code so that a customer can embed it on the website we are building. How do we go about getting that code? We were directed to jackhenry.dev but that ...
0
votes
0
answers
19
views
Vectorizing jax inner loop to enable reverse automatic differentiation while eliding unnecessary computations
I have nested loops in jax, and two different implementations for the inner loop. The first implementation uses a fori_loop to perform the inner loop. The second implementation uses parallelized ...
1
vote
1
answer
22
views
What do I need to change in gradle.build in order to implement Snackbar
I am trying to implement Snackbar messages. (This is for an app which I have for personal use which has always worked satisfactorily with Toast messages on old phones, but I now need to implement ...
0
votes
0
answers
34
views
How to correctly compare two encoded jwt refresh tokens
I using jwt in fastpai app, and when I create access and refresh tokens on user login I also create user session for specific user id in database, so as I understood I need to encrypt refresh token ...
Advice
0
votes
5
replies
47
views
Python Libraries Issue
I remember back in the days of only being able to pull in libs in a certain order, otherwise the code would not link. This was due to brainless Linkers. Today, libs for Python (under Win11) reminds ...
0
votes
1
answer
33
views
Why do I get IndexError when updating a tracking matrix inside a recursive DFS function? [closed]
I am trying to implement a Depth-First Search (DFS) algorithm to find paths in a grid graph and update a tracking matrix. However, I keep encountering an IndexError: list assignment index out of range ...
Advice
0
votes
2
replies
27
views
How to edit database on systemctl enable/disable?
I am converting a set of legacy startup scripts to systemd to allow for compatibility with future versions of Debian. Historically, these scripts started or didn't start on boot based on a value ...