Newest Questions
24,167,980 questions
0
votes
0
answers
9
views
Creating Taskbar Color Change [closed]
hi i need to change taskbar color using c# or c++ ?
using c# taskbar color changing done only dark mode . in light mode it is not working .
using c++ created a DLL explorerhook.dll , console app ...
1
vote
0
answers
13
views
CSS grid - Content overflowing (blowout) when the gap is not 0, even when using the `fr` unit
I'm having trouble figuring out why my display: inline grid div is blowing out here. You can see the elements within overlaps with the "Next Section" text.
The size of the div does not ...
0
votes
0
answers
7
views
Spring Boot + Auth0: Health endpoint returns 401 on Azure App Service but works locally even though path is excluded from SecurityFilterChain
I'm implementing authentication with Auth0 in a Spring Boot application using the OAuth2 resource server.
Everything works correctly locally, but after deploying to Azure App Service, I cannot access ...
-1
votes
0
answers
21
views
Handling seperated values inside a pandas dataframe item? [closed]
I am trying to translate Google Forms data from a classroom survey into .md files for Obsidian to use. I have downloaded dummy survey results as csv and using pandas have managed that much.
The ...
0
votes
0
answers
14
views
Convert relative time (in hours before or after a point in time) to clock time
I have a vector containing double values that represent hours before or after midnight:
hours <- c(-2, -1.5, 0, 2.5, 4)
These values correspond to clock times:
-2 22:00
-1.5 22:30
0 00:00
2....
Advice
0
votes
5
replies
61
views
What is an Interface in Java?
i am currently lost.
I am learning Java at school and we have a Project in which a group needs to explain a certain thing in Java. Mine is Interfaces.
I am trying to research on what exactly ...
0
votes
1
answer
19
views
Megajs 0.17.2 root property broken
Im using megaJS 0.17.2 in my nodeJS program, but it seems like the root object is not being added to the storage (megaDB) object as a property, as seen in the following code clip of my initMega() ...
Advice
0
votes
3
replies
18
views
How to properly add a new section in internal RAM without breaking this linker script?
I am working on an embedded project in a microcontroller based on Cortex M7 and I've been asked to modify this linker script to add a new section .new_section which will always stay at the beginning ...
Advice
0
votes
0
replies
23
views
Linker script location counter
I am working on an embedded project in a microcontroller based on Cortex M7 and I've been asked to modify this linker script to add a new section .new_section which will always stay at the beginning ...
Advice
0
votes
0
replies
26
views
Apple Health Permission in .Net Maui
What I need to do is to be able to redirect to a different page when one of those permissions is true or when the user allows it. if dont allow all then stay on the same page.
I tried to do research ...
Advice
0
votes
2
replies
40
views
About the snoopers
Serious question. How many of you have been hacked? Or how many of you have hacked? It turns out I had the unpleasant experience of being the subject of persistent monitoring, and I would like to ...
Tooling
0
votes
0
replies
34
views
I need a proper test management tool to manage my test cases
hello guys i am looking for open source test management tool. can you please recommend any? anyone aware about quality folio platform. ie, https://qualityfolio.dev/, I am not sure whether this ...
-6
votes
0
answers
42
views
in my case i tried everything nothing is working please guys help me [closed]
expo-navigation-bar,
React Native Navigation Bar Color Change
i tried everything
useEffect(() => {
NavigationBar.setBackgroundColorAsync("#000000");
NavigationBar.setButtonStyleAsync(&...
-3
votes
0
answers
19
views
Unhandled event loop exception when trying to add breakpoint in Atlas Transformation Language file [closed]
Wanted to debug my ATL project since it's not generating output for my new modification in ATL file, there is no error in error log or console and wanted to debug by adding breakpoints in the ATL. But ...
Advice
0
votes
0
replies
23
views
How to execute the executables (packed as shared lib) from dynamic module on Android 10+?
I'm working on a IDE that runs on Android and includes SDK (actually GCC toolchains for various MCUs). To workaround Google Play 200Mb aab file size limitation i decided to pack every SDK as a dynamic ...