-
## Bug Report
**Current Behavior**
Running `quirrel ci` as part of the Vercel build seems to cause chokidar to watch the entire directory and exceed the `system limit for number of file watchers`.ā¦
-
## Bug Report
**Current Behavior**
`TimeoutOverflowWarning` enqueuing in Blitz: `TimeoutOverflowWarning: 2650483302 does not fit into a 32-bit signed integer.`
**Input Code**
```ts
await ā¦
-
I've started the development server using concurrently as the steps were mentioned in the documentation.
But I'm getting this error and the dev server for quirrel keeps refreshing due to which a crā¦
-
See https://github.com/quirrel-dev/quirrel/issues/49#issuecomment-765569773:
@Kerumen: "I've just installed Quirrel latest version and I have the same problem. However, I have a 500 on the WS handā¦
-
This isn't an "issue" so much as a question.
For the past few Uumuu fights, I've seen almost all attacks be the "fill the room" rather than the "chase you". In addition, I it's appeared to be 2 Uuā¦
-
Is there an update on this? https://github.com/quirrel-dev/quirrel-next/issues/3
-
-
## Bug Report
**Current Behavior**
When I set the input parameter of the Queue function to a date type and pass in a date to the enqueue function, the type of the parameter is a string.
**Inputā¦
-
## š Bug Report
Fastify 3.10, together with the use of prefixes, breaks `fastify-websocket`.
```ts
fastify.register(
(fastify, opts, done) => {
fastify.get("/", { websocket: true }, (coā¦
-
I've recently asked this on Twitter (see https://twitter.com/sehmaschine/status/1350415050822066176).
We have different kinds of background tasks with our appliations:
1. Background tasks which ā¦