Michael Auerswald
Michael Auerswald
It'd be nice if the zero character could differ more from the O character:  Ideally the numeric zero would be slashed or dotted, so as to clearly differ from...
### What version of `drizzle-orm` are you using? 0.18 ### What version of `drizzle-kit` are you using? _No response_ ### Describe the Bug see https://orm.drizzle.team/docs/installation-and-db-connection/postgresql/postgresjs ``` const queryClient = postgres("postgres://postgres:[email protected]:5432/db");...
cache service now supports storing values as Redis Hashes. if memory cache is used, these are stored as objects.
Github issue / Community forum post (link here to close automatically):
I'm using Module Workers to run a number of complex tasks. These send back data while they are running via Observables. This works fine so far. Now I'd like to...
This PR is related to https://github.com/josdejong/workerpool/issues/370 A rather small change that adds a second parameter to `workerpool.worker()` function, which accepts an object where each key is the receiver's name of...
"not rendered" as in, using the default font and not the two excalidraw fonts... See this screenshot from the kroki.io page  Is this related to KROKI_EXCALIDRAW_ASSET_PATH somehow?
Do you have any idea why adding "Javascript" to Glob.Lexers does not actually highlight any keywords? According to the debugger it does correctly read the keywords from the xml files,...
### Which generators are impacted? - [X] All - [ ] HTML - [ ] React - [ ] Angular - [ ] Vue - [ ] Web components -...
Tiny change so that field groups are not returned as required string fields (they do not contain any data and no schema, so they should be marked as optional -...