jgusta

Results 2 issues of jgusta

When the better code blocks plugin is installed and rendering is active, the formatter is automatically run when a note is opened. This causes the updated date to update on...

```js const queue = new PQueue({ concurrency: 10, }) queue.on("next", async () => {console.log('next')}) ``` throw the error: ```js error: Uncaught (in promise) TypeError: queue.on is not a function ```...