Chris Clearwater
Chris Clearwater
Hello! I took a shot at implementing Clang Modules in a local bazel repo as this ticket said that everything for modules is already open-sourced. I believe I have implemented...
I just tested, and this problem persists even with #1891 merged.
I have opened a new PR here: https://github.com/eslint/eslint/pull/18643
Thanks for the feedback @Oni-giri! We are actively working on reducing the resource usage of the vscode extension and will be sure to update this ticket when that work makes...
Please check out the latest version of trunk `1.81.1`, we have fixed an issue that could occasionally cause trunk to consume CPU indefinitely.
Hi @philsherry, Sorry you are experiencing this. For context, trunk will launch a daemon for every git repository you open. This daemon process will currently stay alive forever, but the...
> @det - Is this landable now? Looks like blockers have landed Needs 1.17.0 which is releasing now.
Hi @sainnhe, We don't currently have a way of disabling the crash reporting. I will open an internal issue to add this functionality.
Hi @yu-iskw, I think you want to ignore the tools directory for go files by merging the following into your `.trunk/trunk.yaml`: ``` lint: ignore: - linters: [golangci-lint] paths: [tools/**] ```
Hello @amkisko I see you have another change to update ruby build. With that change are you able to install the ruby version you are interested in?