Victor LEFEBVRE

Results 141 comments of Victor LEFEBVRE

new Build size (over master) ``` Build "@owja/ioc" to dist: 920 B: ioc.js.gz (+59 B ; + 6.85%) 786 B: ioc.js.br (+52 B ; + 7.08%) 928 B: ioc.mjs.gz (+61...

@hbroer how about now?

No problem, sorry if I disturbed you 😰

Hello @hbroer Do you got any update on this? It's been 2 months since you've said you'll look into it. I know maintaining repo can be pretty demanding. On my...

Thx for the merge and the new beta version ! I'll take a look at backward compatibility to see if something can be done because with the current code it...

this seems to do the trick but only accepts one tag ```ts export function createDecorator(container: Container) { return ( token: Token | MaybeToken, tags: symbol[] | symbol = [], ...injectedArgs:...

with both versions a new test is required in order to get the 100% coverage, which one do you prefer? The `typeof` version is lighter once built ``` -- typeof...

Fantastic ^^! > I am not a big fan of this Why? Is it a bad practice? 🤔 > if it helps to solve a problem I don't really have...

also sometimes each time I get the base URL I get the log for `Nest application successfully started` 🤔

adding the `if (import.meta.env.PROD)` because I'm an idiot seems to fix the duplicate instance but doesn't fix the restart(?) of the app after each get