Jean-Baptiste Richardet
Jean-Baptiste Richardet
I will update this PR after summer break. Concerning the why, I have 2 reasons to remove this kind of dependency: - It can be considered as "unmaintained" after 4...
It try `create-nx-workspace` with the env vars, same result ``` ❯ NX_DAEMON=false NX_ISOLATE_PLUGINS=false pnpm dlx create-nx-workspace Packages: +56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Progress: resolved 56, reused 55, downloaded 1, added 56, done NX...
Love this idea! I was also looking to track fat weight estimate (from a smart scale) so if you start a big refactoring, you could create an architecture to track...
I just had a look at the [`FieldOptions`](https://github.com/logaretm/vee-validate/blob/9803aa27cb1297026a1944f83f99da4b8bd2ee97/packages/vee-validate/src/useField.ts#L50) interface and - in my specific case - it could be fix with an few changes: ```ts type FieldOptions = ({ type:...
I didn't. I tried a workaround with pattern matching because my use case only need to know if a kind of substring exists, but it's harder when the words are...
> do you remember fixing this? Do you think the latest version (on preprod.silex.me) will still have the bug? Yes @lexoyo, fixed with https://github.com/silexlabs/unifile/commit/f71112a73ba1cc2c34343d93ea20b29ba60d8b7a About your questions @godzone, they're very...
Take the time you need to feel at ease! I think I understand better what you're trying to achieve but there is a big misconception: users are not supposed to...
I understand and I may have a solution 😃. All of the user information are in the session (credentials, service URL and so on). So, when a client of yours...