Hanna

Results 22 comments of Hanna

Oh neat, I'm currently using the racket extension on VSC for it but it's not the greatest. On Fri, Jul 30, 2021, 4:53 AM Veit Heller ***@***.***> wrote: > A...

I feel like this would be better as an attribute personally

if a newer tag/release introduces a breaking change, a maximum would prevent someone from trying to build with a broken version.

well i mean take river for example, it's built on a specific tag each release, if you're trying to build say a older tag of it, then it'll break with...

This would be really nice, probably the only thing preventing me from using yarn pnp.

made a very hacky bash script to setup a new project using gts and yarn pnp https://gist.github.com/xpyxel/69adecbf2661eca104cdd49fd8ba1af1 you can setup a new project with `curl -sL https://git.io/JtIw7 | bash -s...

After doing some more research on the matter I'm going to attempt to get eslint-plugin-node working with the script, no promises that it will work, but if it does, gts...

So the issue with the eslint plugins and other things is that due to how yarn's pnp works, they have to be under dependencies of the **root project**, i.e the...

Decided to go all out and made a template repo that sets up mostly everything for you, just need to run a few commands and you have a fully setup...

@jaismith i ended up just making my own thing similar: https://github.com/stacknine/ts-pnp