wheat
wheat
Hey thanks for the suggestion! I'm actually in the process of a rewrite with support for auto generating queries. The link you provided will actually help me a lot in...
Awesome, I was actually thinking about adding this the other day!
I don't think component testing will be necessary. We are mostly just doing basic transforms, so as long as we inspect that output after our transform and make sure everything...
tbh I'm trying to keep this library pretty minimal as just a stop gap until Vue implements this. When testing it I don't think they supported using extends. I'd try...
Sure, I'll take a look soon and see if I can make this happen, thanks for the suggestion!
If you are using Vite, you can use this plugin https://github.com/wheatjs/vite-plugin-vue-type-imports as a patch until this is officially supported.
Yes, this will be possible in the next version coming out soon
Will be coming in the next version!
Coming up in the new version urls will be much shorter, stay tuned!
I don't know if we should be modifying the padding of the container element. This might produce undesirable results for the user? Does this take into account existing padding on...