Frederick Zhang
Frederick Zhang
### Issue description The binary column which has a custom value transformer gets purged after save and reload if I have a `@UpdateDateColumn` field. ### Expected Behavior The binary column...
### Description When using fullscreen Kitty (`kitty --start-as fullscreen`, or start without the argument and toggle with C-S-F11), the top of the terminal has a blurry row:  I suspect...
### [`92b284a`](https://github.com/princejoogie/chafa.nvim/pull/13/commits/92b284a37584f787acd151e2d39255eacb033c34) fix: add chafa arguments '--format symbols' Otherwise chafa chooses a protocol based on the terminal. ### [`46a42fb`](https://github.com/princejoogie/chafa.nvim/pull/13/commits/46a42fba674f746321e0bc2a23ca9805dee8a60b) fix: use chafa arguments '--polite on' to suppress escape sequences Chafa...
### Description I have some code similar to the MDN example https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal/any_static#using_abortsignal.any that I'm trying to test with Jest and `jsdom`. Since [`jsdom` doesn't offer its own `fetch`](https://github.com/jsdom/jsdom/issues/1724), I'm using...
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug When a TypeORM error is thrown from a dependency package in a monorepo, checks...
The BSD date on macOS doesn't support %N. It just prints a literal N (e.g. '1738285044.N'), which breaks the awk command in get_cache_val(), stopping cached values from being updated. Instead,...
Docker plans to remove the plain TCP / HTTP option so I'm migrating to SSH. After I got Docker CLI working, I started looking into [`testcontainers-node`](https://github.com/testcontainers/testcontainers-node), which uses dockerode under...
In [1], LevelPrettifierExtras and PrettifierExtras were merged to solve a typing issue [2]. This was suboptimal as the additional extra attributes that only the 'level' prettifier had were exposed to...
The fourth parameter of the 'level' custom prettifier -- extras -- used to have a separate type as pino-pretty offered two additional attributes to this particular prettifier. However since it...