Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
50 views

Android FRP asks for PIN or Google account FRP Google account only disable PIN Factory reset protection PIN vs Google I want to set particular gmail to provisioned device through Qr enrollment. I am ...
harsh's user avatar
  • 1
2 votes
0 answers
98 views

I am using an ESP32-C3 Dev Module on Windows 11 with Arduino IDE (ESP32 package 3.3.0). Minimal sketches, such as the following, immediately trigger a watchdog reset during startup: void setup() { ...
Luis Silva's user avatar
1 vote
1 answer
144 views

I am using dj-rest-auth with Django as the backend and React.js as the frontend. I want the password reset email to point to my React frontend URL, not the default API endpoint. Sending: http://...
CodeMonk's user avatar
  • 942
1 vote
0 answers
122 views

I’m working on the laravel 12, on forgot-password functionality. In the forgot-password page, there is only an email field. When a user submits their email, an SMTP email is sent with a reset link. ...
Gayatri's user avatar
  • 11
0 votes
0 answers
97 views

I am simulating a system in which I do not have very accurate information about the measurement and process noises (R and Q). However, although my linear Kalman filter works, it seems that there is ...
CURSO EE 1S 2024's user avatar
1 vote
1 answer
91 views

I want to achieve the following calculation highlighted in the Desired Output column: The highlighted row has a running total of 6.4 M, that exceeds the 5M hard limit so the SQL should return the ...
kiran Jakkula's user avatar
0 votes
0 answers
45 views

I had this piece of code: While match <> Nil Var block As New Glyph block.Abstract = match.SubExpressionString(1) block.Noun = match.SubExpressionString(2) block.Verb = match....
Anna Vahtera's user avatar
-1 votes
1 answer
136 views

In Table B1-3 (Section B1.8.1) in the ARM Architecture Reference Manual ARMv7-A and ARMv7-R edition, the first entry (offset 0) says it is used for "Reset" in secure mode. However, the ...
George Hodgkins's user avatar
1 vote
1 answer
127 views

The wrong development branch was merged into a main branch. Background The same repository holds the following branches and corresponding content. Initially the respective main and dev branches have ...
urbite's user avatar
  • 21
0 votes
1 answer
47 views

I am currently looking for a way to auto reset the embed in a Discord python bot. This is my code. It works fine the very first time a user clicks on a category. The second time it won't refresh ...
Phi's user avatar
  • 11
0 votes
0 answers
47 views

I have an application that uses DirectX 9. However, when I resize the window from the edge with the mouse, I cannot successfully reset the device. I am getting a D3DERR_INVALIDCALL error. I am ...
cvaqabond's user avatar
0 votes
3 answers
839 views

I'm using react-hook-form in my React project and I need to perform some actions when the form is reset. However, I can't find a way to listen to the form's reset event and since I'm inside the child ...
CongoTM's user avatar
  • 31
0 votes
1 answer
79 views

The Update-ModuleManifest lets you programmatically update settings, but how do I programmatically reset a setting as RequiredModules back to its original setting ("no required modules"): # ...
iRon's user avatar
  • 24.4k
0 votes
0 answers
25 views

I was trying to reset a Cortex-R5 which is a subsystem in an SoC. The reset signal employed is nRESETm, and the SCTLR.V bit is 0 (i.e. the exception vector table is acquired at 0x0000_0000, a.k.a the ...
Feng. Ma's user avatar
  • 323
0 votes
2 answers
560 views

I installed Cursor IDE, and all the default icons on my MacBook have been changed. I want to know how to restore all icons back to their original state. I’ve done some Googling and found ways to ...
Baboyiban's user avatar
0 votes
1 answer
59 views

I'm trying to integrate a RecurDyn simulation model with Gym for reinforcement learning training. The simulation model communicates with RecurDyn through an FMU file(FMI2.0) in Python. However, when I'...
sequoia00's user avatar
  • 111
0 votes
0 answers
69 views

The following JavaScript code sends a file to an embedded LWIP HTTP server in chunks. As can be seen in the Wireshark trace, a reset sometimes occurs during transmission. In this case, the request is ...
schwiete's user avatar
0 votes
0 answers
185 views

I am refreshing schema data in a Postgresql database. The best and easiest way to do it is dropping the schema and restore it from a backup from the source database. But in this case we are not ...
Henry Cai's user avatar
0 votes
1 answer
217 views

I am stuck trying to isolate my test cases in terms of global variables. In my core.h, int globalMethod(bool flag); In my core.cpp, #include "core.h" bool globalVar = false; int ...
Avishek's user avatar
  • 99
1 vote
1 answer
224 views

The majority of this code is from Bro Code's Python tutorial on how to make a snake game in Python. I decided to add a "Play again?" button on the game over screen, and when pressed would ...
Pete's user avatar
  • 11
0 votes
0 answers
144 views

I am facing start-up issues during power on for the STM32L433. When voltage comes from zero everything works fine. But, if I disconnect the power supply from the wall socket and its internal ...
IGtti's user avatar
  • 59
0 votes
0 answers
42 views

When switching tabs, reset the state value of the state manager bloc. There is no update of the state when switching to stack. It is the tabs that are being updated.I have been working with flutter ...
yaroslav ravlushevich's user avatar
1 vote
1 answer
652 views

I am trying to understand the ARM cortex-M hardware behavior on reset; particularly how the SP and PC values are written upon a cold start or hard reset. Basically, it would seem the hardware (aka PE ...
NeedToKnow's user avatar
0 votes
1 answer
149 views

I'm completely new to scripts and need a script for Apps Script to reset cell(s) values to a value determined in another set of cells. Say, when function Reset() is ran, L9 should change to the ...
Chase K's user avatar
1 vote
0 answers
31 views

My .git folder is corrupted, Github Desktop detects that repo is new. I was searching about how i can push the new changes i found this command git push -f origin master. I executed it by mistake, it ...
H y p e r's user avatar
0 votes
0 answers
23 views

I cant reset protection to one field. Hello, screenControl is a class, which makes sense in connection with a screen. setProtection is a method of the ScreenControl class. The setProtection method ...
user23653221's user avatar
0 votes
1 answer
54 views

I have a dataset from the constant current charge/discharge of a battery. The data looks like this: time = np.arange(0,100,1) current_discharge = [-2 for i in np.arange(0,50,1)] current_charge = [2 ...
ph1lipp's user avatar
0 votes
1 answer
706 views

I want to effectively "reset" one of my Auth0 tenant's used for testing purposes by deleting all the users. According to the community forums it seems there is no way to do this. Deleting ...
anavarro9731's user avatar
0 votes
1 answer
226 views

I'm trying to build a alarm clock with my Pi Pico microcontroller. I have a LCD Display to visualize the output and 4 Buttons for the input. There is no alarm function yet, I try to get to the ...
Hans_im_Unglück's user avatar
0 votes
0 answers
111 views

I am trying to create a function in my postgres database to reset, at the beginning of each month, the column nbr_requests of my table users, the structure of which is as follows: users : { id: ...
Emman BM Boïka's user avatar
0 votes
1 answer
180 views

How to explicitly declare and define a Clock and Reset in Bluespec BSV (Bluespec SystemVerilog) language. This is should be simple as a bigger, but the resources are little and user manual is ...
Neom5's user avatar
  • 11
1 vote
2 answers
10k views

i want to reset value of selected after submit for select other product . i clear state that give value from that , any input empty but select option is stay on that selected value <Select ...
Mamad arvin's user avatar
0 votes
1 answer
48 views

I have tried many of the similar questions offered by the Stackoverflow system but they are for other escenarios. I do not use canvas, and I use Matrix to Zoom and PAN but in combination with scrollBy ...
jetberrocal's user avatar
0 votes
2 answers
220 views

I have a form with a button with type "reset". But after clicking it, it doesn't reset the select tag helper items. How can I solve it in the practical and easiest way? I'm using ASP.NET ...
nima ansari's user avatar
-1 votes
1 answer
141 views

im new to c++, i learned java at the university. I was trying to start with a small beginner project. A console rpg. i made a GameEntity class, a player class that inherits the GameEntity class and ...
Mighty Dragon's user avatar
1 vote
1 answer
219 views

I have this function that resets my form. But I would like to delete all questions except the first one, so that the item ID and entry of this question remain fixed within a dynamic pre-filled link. ...
OWEN MARSH's user avatar
0 votes
1 answer
89 views

I was working on password policy and set these values according to benchmark I edit the /etc/pam.d/common-auth configuration file and add or modify the pam_tally2.so or pam_faillock.so lines as ...
Muhammad Usman's user avatar
1 vote
1 answer
87 views

Lets say I have: class InnerClass { }; class MyClass { public: std::shared_ptr<InnerClass> innerSharedPtr; }; void main() { std::shared_ptr<MyClass> mrSharedPtr = std::...
chatgptea's user avatar
0 votes
0 answers
2k views

I have an issue with my Android Mobile - Infinix. On Restart It's just showing below error on screen to 'Reset Factory Data' option as below: As we know by doing or performing 'Factory Data Reset', ...
Jaimin Modi's user avatar
1 vote
1 answer
467 views

I have recently acquired 10 Galaxy A6 tablets as a result of a child nursery closing down in a building I own. We are responsible for clearing out the space, as no one has claimed ownership. With that ...
Matt Farrell's user avatar
0 votes
0 answers
194 views

Forgive me if this is a lame question but I'm pretty new in this and a bit lost. Started a PostgreSQL 16 server on Docker yesterday (fresh and clean install, never used these before). Today I wanted ...
kovács feri's user avatar
0 votes
1 answer
32 views

Computer Output switches but the scoreboards go back to original score after I click one of the options My goal is to have the score reset and play again as normal after the user hits enter. Also to ...
Joe.sexton's user avatar
0 votes
1 answer
57 views

I have a two-step hierarchy of selectInputs. I want a solution that whenever I select a new "sports" the current values of the selectInput are reset to the default value 0. Right now my code ...
arezaie's user avatar
  • 345
0 votes
0 answers
15 views

say I have a commit "Added API endpoint", and I forgot to add documentation to that endpoint. I add that documentation, and I want those changes to be within that "Added API endpoint&...
Gargoyle's user avatar
0 votes
0 answers
422 views

This is a follow-up to my previous issue. I encountered another problem now where ArrayList variables, declared with the syntax by mutableStateOf(), in my ViewModel is resetting after being updated. ...
josephwj's user avatar
1 vote
1 answer
73 views

I am missing all my files and code after git reset --hard struglled how to get them back, after I searched in the internet I got this comand git fsck then showed this Checking object directories: 100% ...
Abdirashid Mohamed Hassan's user avatar
0 votes
0 answers
22 views

I am writing a budget-tracker app. The app lists a budget amount, what has been spent so far,remaining budget, a list of expenses, and displays a form to add new expenses. When an expense is added, ...
John Nelson's user avatar
0 votes
1 answer
392 views

According virtio specification v1.2 there is a DEVICE_NEEDS_RESET flag in device status register is available. If i set this flag with interrupt in virtio_pci_common_cfg.mxix_config (or 1-bit of ISR) ...
dePetitCossette's user avatar
0 votes
1 answer
782 views

I am using the App router, error.tsx page. I am using a server component that have fetch data from "json-server" so when the server is down the error.tsx appears with a try again button. ...
Kareem Ezzat's user avatar
0 votes
1 answer
545 views

Our site uses okta for authentication. The user goes to the login page and enters their username & password. Then it uses the /api/v1/authn endpoint to authenticate them. If okta returns "...
raphael75's user avatar
  • 3,268

1
2 3 4 5
48