-
I manage an app created using Angular.
- Angular 12.2.3
- agular-fusioncharts 4.0.0
- fusioncharts 3.19.0
When fusioncharts is added to the app as a dependency, we see the error in Google Chro…
-
Would be handy to see how this works in an each loop in the examples
-
When I create different sprites that use the same sprite sheet and add them to a `Stage`, `SpriteStage` or `StageGL` (I tried all of them), the sprite's animations get screwed up. However, if I add a…
-
## Bug Report
**Current Behavior**
Throttle with interval (not throttleTime becuase I need leading & trailing) is creating a very long stack trace of repeated setInterval:
![image](https://…
-
winston 3.3.3
memory leak when using logger.configure({level:'info'});
sample code:
`const winston = require("winston")
const logger = winston.createLogger({
level: 'debug',
fo…
-
Hi,
I was running a chat in a loop every 5 seconds.
```js
setInterval(async () =>{
const request = `... some long text ...`;
const response = await ollama.chat({
model: 'p…
-
version: 2.0.10
I have the current code
ifvisible.setIdleDuration(900);
ifvisible.idle(function() {
console.log('idle')
document.body.style.opacity = 0.5;
…
-
When proxying a local app on localhost:8080, after a minute or so:
```
events.js:71
throw arguments[1]; // Unhandled 'error' event
^
```
Error: socket hang up
at createHan…
-
https://github.com/binux/pyspider/issues/new#fullscreen
when i use the patomjs parse the webpage http://www.zhanqi.tv/games/lol, load next page is invalid,
more detalis as follows:
you can use this …
-
Javascript functions can return other functions, and the inner function has access to the scope of the outer function, making it useful to store variables persistently between function calls, for exam…