Jakub Kołodziejczak
Jakub Kołodziejczak
hello, I just want to confirm a workaround for the issue that @brunoabreu already wrote in his first post: > I can make it work if I write the header...
@Adam-pi3 what was the motivation behind creating dedicated systemd service for lkrg (in commit https://github.com/lkrg-org/lkrg/commit/96721f15ecc6718d2f78d0989bba6702a67f2eee) instead of relying on https://www.freedesktop.org/software/systemd/man/modules-load.d.html? my point here is that it turns out that with...
using mysql 8, for me works with `mysql_native_password` and fails with `caching_sha2_password`. this is actually aligned with: - https://github.com/mysqljs/mysql/issues/1959 -> https://github.com/mysqljs/mysql/pull/1962 - https://stackoverflow.com/questions/50373427/node-js-cant-authenticate-to-mysql-8-0 - https://github.com/docker-library/mysql/issues/275#issuecomment-796076279 ### steps to reproduce 1....
I actually just realized that lack of support for `caching_sha2_password` is mentioned in todo list in https://deno-mysql.netlify.app/ > Support caching_sha2_password auth plugin (mysql8 default) @manyuanrong are there any plans in...
hello I have a multitenant db usecase that's nicely described: - in [this amazon whitepaper](https://d0.awsstatic.com/whitepapers/Multi_Tenant_SaaS_Storage_Strategies.pdf) as "bridge model" - in [this notion blogpost](https://www.notion.so/blog/sharding-postgres-at-notion) as "logical sharding" So my usecase is:...
good luck :) for future you might consider this tiny doc to be useful -> https://github.com/mrl5/private-wiki/blob/master/open-software-licenses.md
hello, just FYI the "hidden feature" of raw sql migrations is the reason why I use `node-pg-migrate` :) more info in https://github.com/salsita/node-pg-migrate/discussions/937 please don't remove this feature. I actually think...
I think it's just a matter of unhydrated `$ref`. It's mentioned in docs https://github.com/ThomasAribart/json-schema-to-ts?tab=readme-ov-file#references tested with `typescript` `=5.4.5` and `json-schema-to-ts` `=3.1.0` At least in my example: ```typescript import type {...
I was able to reproduce with `neonctl bootstrap` (which seams to be an alias) . When option `Create a new Neon project` is chosen in `What Neon project would you...
until this is not merged you can use this workaround: ```diff diff --git a/package.json b/package.json index 2dfa265..1efb2ff 100644 --- a/package.json +++ b/package.json @@ -8,5 +8,9 @@ "description": "", "dependencies": {...