-
In Angular1, you would have to `$scope.$apply` when using `setTimeout`, `setInterval`, etc. This is not necessary anymore in Angular2 because the entire change detection changed.
In order for easier …
-
```
What steps will reproduce the problem?
counter = setInterval(function(){
var t = parseInt(child.getAttributeNS(null, "height"), 10) + 1;
t.toString();
child.setAttributeNS…
-
### Environment
- Operating System: Linux
- Node Version: v23.2.0
- Nuxt Version: 3.14.159
- CLI Version: 3.15.0
- Nitro Version: 2.10.4
- Package Manager: npm@10.9.0
- Build…
-
**describe the bug**
status badge goes red when outside window even if recording is working
**to reproduce**
1. open screenpipe, not full screen
2. click focus on window on other window (or s…
-
```javascript
const [count, setCount] = useState(0)
useEffect(() => {
setInterval(() => {
setCount(count++)
}, 1000)
)
```
因为setInterval不会马上执行,他会进入一个队列里面,等其他的执行完了,就执行这个setInterval,如果渲染的速度很…
-
```
What steps will reproduce the problem?
counter = setInterval(function(){
var t = parseInt(child.getAttributeNS(null, "height"), 10) + 1;
t.toString();
child.setAttributeNS…
-
```
What steps will reproduce the problem?
counter = setInterval(function(){
var t = parseInt(child.getAttributeNS(null, "height"), 10) + 1;
t.toString();
child.setAttributeNS…
-
```
What steps will reproduce the problem?
counter = setInterval(function(){
var t = parseInt(child.getAttributeNS(null, "height"), 10) + 1;
t.toString();
child.setAttributeNS…
-
```
What steps will reproduce the problem?
counter = setInterval(function(){
var t = parseInt(child.getAttributeNS(null, "height"), 10) + 1;
t.toString();
child.setAttributeNS…
-
the [setInterval](https://github.com/rtfsf/rtfsf.github.io/blob/9dbfa30fd362041a1454a97a210778ae2289ae29/js/main.js#L23) code is brittle and really needs to go. Find a way to resize without having th…