Loïc Veillard

Results 145 comments of Loïc Veillard

Having this would be awesome 🚀

+1 to this. Nice to have a quick fix but would be nice to have this by default Thank you for the css fix, I found the same but my...

And with the fix: ![4wCfhnbDHJ](https://user-images.githubusercontent.com/29461076/86911028-e4ca6000-c11a-11ea-8e7d-c2daa18c554b.gif) I think this is actually both a fix and a feature: A fix would be to apply this css code A feature would be to...

I subscribe to this! I would love to be able to add classNames to the json viewer object. When i do this: ``` {" "} ``` The component overrides it...

Quick win for those wondering: ``` ``` Does the trick

To illustrate a less weird schema (without edges connected to edges) let's take this schema from [tigerDB documentation](https://docs.tigergraph.com/graphql/current/schema): ![image](https://user-images.githubusercontent.com/29461076/146673346-482a5eb1-e87d-4c84-8ace-61e1d8ead958.png) Some data belongs to the edges, for example "attend" is clearly...

Not sure if I understood the example but a recursive generator function would be indeed a funny concept to try. Some function we i can think of to try -...

That traverse-v2 is a nice example, the problem is that is not immutable. I think it could be a nice addition for radash. I agree on the classification, but maybe...

This is perfect, I would only add the checkbox to add wrappers in a granular way so the ones enabled appear like this: ``` ... --- wrappers |--- Custom wrapper...

Same error on Windows 10, nextjs 13.0.1-canary and a regular nextjs config file: ``` const shouldAnalyzeBundles = process.env.ANALYZE === true; let nextConfig = { reactStrictMode: true, experimental: { appDir: true,...