Gabin Aureche

Results 82 comments of Gabin Aureche

Thanks for reporting, adding support for i18n would be great 👍 As far as I remember I had two issues with relative links: - Links may refer to a type...

This is now fixed as of v0.9.0. Thanks again for contributing @TS-Daniel16 🙌

Thanks for reporting @BowlingX 🙏 I'll have a look, add a test, push a fix and ping you when it's done 👌

@BowlingX sorry for the delay. I've been looking into this issue but not sure how to actually reproduce it. For example it's working fine in the demo: https://github.com/zhouzi/docusaurus-graphql-plugin/assets/2291025/86dc35bc-dc50-4d62-b654-7dfc914c4ffa I imagine...

> @zhouzi, are you using docusaurus version 2.0.0-beta.0? since the pull request made a change of the url straight to `getRelativeTypeUrl(type)` i dont see how this could work properly when...

I ran into the same issue and the workaround for me was to disable the base-url replacer (in `tsconfig.json`): ``` "tsc-alias": { "replacers": { "base-url": { "enabled": false } }...

The issue is that it fails to differentiate a local import with a package import. Local imports always start with a prefix (either a path `./` or an alias `~/`),...

Oh yeah, you're right. I usually combine it with an alias, but since it's optional, both use cases need to be considered. Checking for a matching dependency seems to be...

Curious to know what's the team's opinion on the matter: 1. Either shadcn/ui waits for the number input to land in radix-ui 2. Or it provides it through a standalone...

This issue should be kept open until the component becomes available or the team decides to not include it at all.