Michael Auerswald

Results 14 issues of Michael Auerswald

It'd be nice if the zero character could differ more from the O character: ![image](https://user-images.githubusercontent.com/6930367/55761145-a1d49500-5a5e-11e9-8342-5714a97684e0.png) 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");...

bug

cache service now supports storing values as Redis Hashes. if memory cache is used, these are stored as objects.

core
n8n team

Github issue / Community forum post (link here to close automatically):

core
n8n team

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 ![CleanShot_20240426_154724](https://github.com/yuzutech/kroki/assets/6930367/06cbcdce-9592-4e2a-8de2-edaf8e408d74) Is this related to KROKI_EXCALIDRAW_ASSET_PATH somehow?

🐞 bug
:upside_down_face: upstream

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 -...

🍄🆙improvement
👩‍👧‍👦community feedback
🪩 🔥 🕺 cool topic

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 -...