Matt
Matt
I upgraded to the latest version of remix (v1.10.0-pre.5) which comes with react-router v6.6.1 - but it is still not possible to achieve this style of user profile URLs (a...
> If for some reason you still want to use something like filename `[@]$username.tsx` The reason is that we want the router to perform all routing requirements, and not have...
any updates on this? last comment on the express thread is to raise the issue here, does not sound like they are going to fix. in the meantime we're using...
Hey Kent, I'm talking about the new fine-grained tokens released in October of last year, apologies if that wasn't clear: https://github.blog/2022-10-18-introducing-fine-grained-personal-access-tokens-for-github/ I mention the legacy PATs because I assume you...
I think perhaps this is not clicking for you because you may have not started using the fine-grained tokens yet? You can visit this URL to check which type of...
thanks @JakeGinnivan for the nice solution! I'm using this to run `docker-compose up` and needed to attach stdin so the output would print in colour. Almost necessary when running a...
Are there any new thoughts on this issue? For my custom language, I'm currently maintaining implementations of lexers, parsers, syntax highlighters (textmate, monarch). When I heard about tree-sitter I had...
Can anyone from nx speak to the resistance against implementing this feature? Is there something we're doing wrong by mixing configuration names together in the task graph, eager to learn...
I'm also using zod and have run into this issue. Unfortunately I can't wrap the zod schema in a function as I'm importing it from a shared project in a...
if you want to avoid compiling to commonjs, and have your program executed as esm modules (important for some language features), `ts-node` is not going to be a good fit....