Jordan Mackie
Jordan Mackie
Sorry, I wasn't clear. I don't mean single errors that span multiple lines in source, I mean more like error _labels_ that are exceedingly long and could benefit from being...
Not sure if it's related, but it's also slightly alarming that this trivial test suite is taking >10s 😅
Ahh that's interesting - I assumed that was the normal workflow but I have no idea. What does your workflow and without an emulator? -------- Original Message -------- On 11...
FWIW I had a little play with this and it ends up looking like ```typescript export class PrismaEnum { private enumMap: Map = new Map(); constructor(public readonly name: string) {}...
> Hi, Can I take up this issue if possible? Sure thing 🙏
Ahh defunctionalization can help us here. Worth reading this blog post: https://towardsdev.com/a-guide-to-higher-kinded-type-classes-with-golang-36dab6c9ecc4
> Ahh defunctionalization can help us here Note that [`fp-ts` does this](https://gcanti.github.io/fp-ts/modules/HKT.ts.html).
> github-action-benchmark supports Rust, so makes sense to use that initially. It also supports syncing benchmark results with a GitHub pages branch, which would be neat. Turns out running benchmarks...
Actually, integrating [rome] might be quite a good shout 👀 Having human readable JavaScript is actually quite useful for debugging (both the compiler, and shoving `console.log`s into generated code, etc)...
Hey @locriacyber 👋 Thanks for taking an interest in ditto! > JS files produced by Ditto rely on npm for linking This was a deliberate design choice, as I wanted...