Leo Zurbriggen
Leo Zurbriggen
@logaretm If we check `touched` the errors will not show up when a form is validated. A better default that wouldn't require a `validateOnRulesChange` in my opinion is only to...
@bzm3r Maybe there's a better way and I haven't actually tried, but as a workaround you could try to render the gradient into a texture and use `points_textured` instead.
I'm pretty sure you didn't add the "TempCast"-layer. The SuperCharacterController.cs expects you to have a layer called "TempCast" to be able to ignore colliders. `private const string TemporaryLayer = "TempCast";`...
@daleef-rahman FYI, i tried this fork on a schema i had issues with. i have a scenario where the fix outputs the same struct twice: ```yaml operationId: myOperation responses: "200":...
@Wewill thanks for reporting this. i was no aware that this was an issue, but I'm working on esm-related stuff in #41 that should fix this aswell. i don't quite...
@youthlin i will try to implement a ts-node based loader to enable this. i don't have a lot of time at the moment, so all of that will probably take...
@ndragun92 no, this is a case that usually works. can you check if it works if you use destructuring? ```ts const { $gettext } = useGettext(); const data2 = $gettext("My...
I implemented a new, simpler extraction parser that extracts all the messages in the original example. You don't need to do destructuring with the new parser, but for the sake...
@snowdream Do you have a specific problem? I have not used Nuxt recently, but [looking at the documentation](https://nuxt.com/docs/guide/directory-structure/plugins) I think you can just create a plugin file and do something...
hi @bspyropoulos, i have not seen this one yet and don't have a lot of time lately, so I don't know how soon there'll be a proper fix. > Is...