Skip to main content

Questions tagged [reset]

Resetting something restores it to a default position or value, or to a previous position or value

reset
0 votes
0 answers
20 views

In Postgresql, how to reset all sequences in a schema so the current value of sequence will match the max values of the primary key

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
52 views

C++ Global variables sticking to all boost unit tests once set

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
  • 95
1 vote
1 answer
73 views

How to add play again feature into snake game

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 ...
Lang's user avatar
  • 11
0 votes
0 answers
41 views

STM32 not starting when input voltage not dropping to zero

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
32 views

bottomNavigationBar reset state bloc

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
0 votes
0 answers
33 views

How to configure Freeradius weekly reset on a day other than Sunday?

I'm running FreeRADIUS 3.0.20 and it works fine. In the sqlcounter module, I'm using hourly, daily, weekly, monthly counters. I understand that a hourly counter resets at 0 minutes, and a daily ...
Alex's user avatar
  • 1
1 vote
1 answer
158 views

ARM Cortex-M PC and SP values - reset behavior

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
47 views

Need reset button function for Google Sheets

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
17 views

I force pushed my git repository by mistake

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
95 views

Pi Pico C++ code doesn't autorun after reset

I have a simple blink code for the NeoPixel LED (WS2812) written in C++, which I'm running on the Waveshare RP2040-Zero board. When I upload the UF2 file to my Pico, USB disconnects as expected, Pico ...
peanut's user avatar
  • 21
0 votes
0 answers
58 views

Freeze after two subsequent software resets for Zynq 7000 FPGA (with SoC)

I am using the Arty Z7 board equipped with a Zynq dual core chip. I followed this guide to utilize the second ARM core https://www.hackster.io/whitney-knitter/dual-arm-hello-world-on-zynq-using-vitis-...
Ahmed El Yaacoub's user avatar
0 votes
0 answers
21 views

How to reset field setProtection in Java

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
44 views

Program loses functionality after resetting

recently I have bumped into a problem with my C# code, at first my goal was to make a simple program to show keyboard key codes when the user presses a key on their keyboard, but it was only limited ...
Ah2m0d2's user avatar
0 votes
1 answer
43 views

Resetting value when another value switches sign

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
180 views

How to bulk delete all the users in an Auth0 tenant?

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

15 30 50 per page
1
2 3 4 5
160