Sóstenes Apollo
Sóstenes Apollo
Where I can get the gist id ?
### Version ˆ29.3.1 ### Steps to reproduce Run `e2e` tests with `nestjs` and `jest` with --watchMode active ### Expected behavior Not increase ram ### Actual behavior Increasing `heap usage` on...
"level":50,"time":1680156516763,"pid":23490,"hostname":"sostenes.local","err":{"type":"PrismaClientKnownRequestError","message":"\nInvalid `model.create()` invocation in\n/Users/sostenesapollo/dev/apollotecx/stockyzeit/whatsapp-api/node_modules/@ookamiiixd/baileys-store/dist/handlers/message.js:79:27\n\n 76 },\n 77 },\n 78 }),\n→ 79 model.create(\nUnique constraint failed on the constraint: `PRIMARY`","stack":"Error: \nInvalid `model.create()` invocation in\n/Users/sostenesapollo/dev/apollotecx/stockyzeit/whatsapp-api/node_modules/@ookamiiixd/baileys-store/dist/handlers/message.js:79:27\n\n 76 },\n 77 },\n 78 }),\n→ 79 model.create(\nUnique...
I've notticed that you are using a lot of resources to keep it blazing fast. But and about comparision with SQLite for example ? Or cannot be compared ? For...
### Bug description I've looked in all the places trying to find a way to use `{where: {field: {contains: 'João' } } ` and retrieve all the results without matching...
Hello, I'm connecting to a websockets server locally and trying to read a sensor, but the data keeps the same always: ``` [LOOP] Sending sensor reading to server... reading,4,0,223 [LOOP]...
Added Dockerfile and how to run using it ## Summary by Sourcery Add Docker usage instructions to the README, providing users with guidance on how to build and run the...
ERROR:albumentations.check_version:Error fetching version info Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 1348, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked)...