Barnaby Keene

Results 182 comments of Barnaby Keene

Yes, this would be useful. I'd accept a PR, though as I'm not actively working on this at the moment.

Hey, glad you're interested in the project! It's "maintained" by which I mean I'm still alive and able to accept PRs or fix issues, but the software itself is so...

+1 on this, would be very useful to parse `jsconfig.json` for import path aliasing. It's the one thing stopping me from using this on a few projects as they are...

Ah, I added one to the page itself but I guess it _must_ be inside the top level _app.tsx then? 🥇 for worst error message of the year 😂

Great to hear! I didn't notice I'm on a beta version, I just followed the tutorial and ran the npx blitz commands. Should I backdate to 1.x? I want to...

I'm not sure, I'm not doing anything special as far as I know, just using vscode. Maybe it's due to large amounts of files?

My solution for this: https://github.com/Southclaws/restic-robot basically a Go app that just calls restic on a cron, it uses some dirty regular expressions to extract stats from the output since `backup`...

Great, thanks! If you can point me to a possible cause I can take a look if needed!

I temporarily worked around this by ensuring my schema names match the pattern that Orval generates: https://github.com/Southclaws/storyden/commit/d424f139f4c75a6d01cd17f32d19221c9b733a6c#diff-6c08e65eef0374988297d041bd50f87b385613a7e478c3812cb5312cc3e1f1e3R523 Basically, if the `requestBodies` item is named `Xyz` then I need to name...