-
See the following GIF. The server constantly tried to connect, and "attach" to server.
I am running on WSL2, but it should not make a difference. I can see the UI is connecting to localhost:9181 an…
-
When I run the quirrel command to start the server, I get lots of errors similar to `Error: EMFILE: too many open files`
```
Error: EMFILE: too many open files, open 'widget/node_modules/wrap-ansi…
-
-
When I try to setup quirrel in local throught docker-compose
```yml
version: '3.7'
services:
quirrel:
image: docker.pkg.github.com/quirrel-dev/quirrel/quirrel
environment:
R…
-
Setting a delay doesn't actually delay the execution of the job. I've only tested this in development mode so not sure if it's also a problem in the hosted version? With the following `enqueue` the jo…
maxfi updated
3 years ago
-
Looks like a crashing bug was fixed in `enqueue` recently (`JSON.parse` called twice). Please bump to 0.6.2, thanks! :)
-
## 🐛 Bug Report
I'm trying to get the Schema validation working, but Fastify throws whenever I make a request:
```
TypeError: Cannot read property 'length' of undefined
at next (node_m…
-
I am new to Squirrel for Windows, but have some exposure to ClickOnce.
General Notes
I am using the standard "Releases" folder to host my releases. I have a working web site which looks at a "dist" f…
-
We have different kinds of background tasks with our appliations:
1. Background tasks which are independent of a user action, e.g. sending daily mails or doing backups. These tasks are usually part…
-
Hello,
this is not really a bug, but more a clarification:
currently I am running into the issue that the connections are "used up" during unit testing, and idle DB connections are not closed.
I us…