Victor LEFEBVRE
Victor LEFEBVRE
In this PR I: - simply moved the types in their own file and broke down every classes in their individual file - changed a for loop to a forEach...
Hi, Just tried to add the feature, seems like it will work well. For now I only did with resolve and not really typesafe (see the unit tests) but unit...
Id like to be able to inject a class that requires arguments for it's constructor which would give more flexibility for some use cases. **Describe the solution you'd like** I...
[this part is due to me forgetting `if (import.meta.env.PROD)` around the bootstrap function] [to jump to the issue](https://github.com/axe-me/vite-plugin-node/issues/50#issuecomment-1170467784) As you can see I get all the init messages twice 🤔....
This PR fixes some typos in rules names * [x] Bug * [ ] Feature * [ ] Breaking changes
Hello, First, thanks for this fantastic tool! Unfortunately, flamegraph's zsh completions cannot load properly. ``` zsh ❯ eval "$(flamegraph --completions zsh)" _arguments:comparguments:325: can only be called from completion function...
### Problem you are trying to solve Hello, I'm currently working on some installation scripts and I'd like to install rust somewhat silently (or at least restrict the output to...
In shellcheck output `https://www.shellcheck.net/wiki/SC3061` redirects to `https://github.com/koalaman/shellcheck/wiki/SC3061` meaning that the doc page doesn't exist. AFAIK this is linked to #2572 so I don't really know what happend here. Also found...
Hi, I'm currently trying to make a crate built on top of serde to try to implement a relatively naive idea for struture versioning regarding #1137 as a POC (and...
I wanted to take advantage of the new `promise-catch` patch released 2 months ago but it wasn't published on NPM because the job failed on a `pnpm-lock.yaml` error. https://github.com/total-typescript/ts-reset/actions/runs/9267912383