Patrick Quist

Results 589 comments of Patrick Quist

This definitely looks good, thanks for your efforts. I hope we can merge this somewhere next week

> Seems like _some_ of this maybe should be in the claude.md. I've filed claude issues about escaping :) [anthropics/claude-code#1081](https://github.com/anthropics/claude-code/issues/1081) hmm, I haven't encountered it with git or gh commands...

If you can type up some commands that make it build the stdlib and put it in the cache, we can run those after the installation and probably copy around...

I have added a cache with Stdlib for >=1.20 and trunk, it's only built for amd64 and arm64. The cache is around 310MiB so it takes a while to copy...

frontend test fail looks like a real bug

I think in terms of user-experience, it should be better - as in faster loadtime - than it used to be since client-options was added to cloudfront caching (downside of...

**General thoughts** I think the estimations might be too low, but not by much. And then the question is; is this really worth 2 months of anyone's time? **Details** *...

Not sure we time tools, but would be good to do. But... `--checks=*` minus some things is still a lot of things, and Clang-tidy also checks the system headers that...

Regarding the `languageId` / `getCompilerResultLanguageId` change; I think it would be better to use detection of language during the parsing process unless it's really not possible. (I know this is...