-
### SubTasks
refer [here](https://docs.google.com/spreadsheets/d/1Vq5vRUyAMv2npPv4j41omzZrYcRUb8LEOhNVu_O4OE8/edit?gid=1727375547#gid=1727375547&range=A2:A9) for full test case descriptions
```[ta…
-
Current implementation relies on [setInterval](https://developer.mozilla.org/en-US/docs/Web/API/setInterval) to execute one logic step at a specified time interval. This behavior should be replaced by…
-
### Environment
```
System:
OS: Linux 5.15 Ubuntu 20.04.6 LTS (Focal Fossa)
CPU: (8) x64 Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz
Memory: 7.71 GB / 15.38 GB
Container: Yes
…
-
### Prerequisites
- [X] I verified that this is not a filter list issue. Report any issues with filter lists or broken website functionality in the [uAssets issue tracker](https://github.com/uBlockOr…
-
You could make sub functions for the code in each of the comment headings, which would help split it up and you could reuse the bit that pads the numbers with '0's. Or you could use the `.toISOString`…
-
setInterval() used(rather then for example new Date() fnction), meaning that there will always be a form of imprecision in the count.
-
-
There's a `setInterval` in the Inventory List controller that isn't properly destroyed, and results in several console errors when navigating away from the page. Reported by Alex.
-
## setTimeout / clearTimeout
setTimeout은 일정 시간이 지난 후 함수를 실행한다.
```jsx
function showName(name) {
console.log(name);
}
setTimeout(showName, 3000, "Mike");
// 3초 후 "Mike" 출력
```
clear…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the issue has not already been raised
### Issue
Hi! I was interested in this librar…