Huddy Buddy
Huddy Buddy
Ah I see, that makes sense. I'll take a look into this solution and report back if it's any better for those who have similar use cases
Update: it appears, `yaml-rust` isn't being used in the crate at all? I'll submit a PR to run the update regardless, though it may be worth looking into removing it...
> > Update: it appears, `yaml-rust` isn't being used in the crate at all? > > > > It's used throughout this file > > > > https://github.com/trishume/syntect/blob/de715e5a8194ecaf0d0d78fbdd97add54277ffbd/src/parsing/yaml_load.rs#L8-L9 Ah, my...
Update: I was wrong it is in fact used 👍
Closing as #544 does the fix in a better fashion
ah i see, makes sense thanks :)
Ok at least I'm not the only one with this exact error on this exact Distro (I've been pulling my hair out for ages over this lmao)
A way that I've found to get around this is using the `guard` method. ```ts const a = new Elysia().macro({ a: { resolve() { return { a: 1, }; },...
Update to my little investigation of this that I posted in the discord as well, just adding it here for others and context. This appears the purely be a type...
#2463 This is mainly because Cloudflare D1 doesn't support transactions, announces that they're making their own solution, got rid of transactions, are still making their own solution. Announcing and justifying...