Duclot William

Results 10 comments of Duclot William

@imjordanxd I do not use dotenv-safe anymore, feel free to take over this PR and implement the requested changes!

Great job! Is there any sort of benchmark or any idea of the perf improvement brought by bulk-checking? :)

Throwing ideas out there (probably already considered) to hopefully support progress on this: - Allow overloading reserved identifier. ie if `self` is defined as a relation, `self` in permissions should...

Having the same issue with `@nestjs/[email protected]`. I'm finding that `pnpm swc . -d dist` works fine (as well as `tsc`): ``` dist/ src/ main.js scripts/ some-script.js src/ main.ts scripts/ some-script.ts...

Despite it not being supported, in our product we do use read replicas. Here's how we made it work: **Infrastructure:** We use AWS RDS Aurora. It gives us a "master"...

> we've had folks reporting that pg_dump/pg_restore does not work at all That's a bit worrying! If this doesn't work, I could imagine that other operations might break too. If...

> Its actually fairly expected, given how the transaction IDs are used. For a maintainer, yes. For a user though? I'd say that it's an implementation concern leaking outside its...

It also seems that for `intermediate` nodes, zed returns the `operation` attribute as something like `"OPERATION_EXCLUSION"` rather than `2` like the API

Yeah I have `export EDITOR=vim` in my .zshrc :) But using the git editor definitely makes sense, a PR would be welcome

git config --get core.editor, like in git itself