Duncan Smith
Duncan Smith
Hi, I'm seeing similar issue to @Nowaker, only I'm using mise. macos Ruby 3.3.0 ruby-lsp 0.13.4 vscode extension 0.6.7 mise 2024.2.2 I have a `.local.mise.toml` with ``` [tools] ruby =...
> @DuncSmith what's the purpose of the `.local.mise.toml` file? When do you use that over `.mise.toml`? Does it interact with other configuration files in any way? And where do you...
We've had a very similar experience. We have a large test suite and use custom GitHub action runners on AWS EC2 instances to run headless tests. We see ~4/10 runs...
We're also seeing a much better success rate with the `flatten: false` setting. Thank you. Should this setting be a recommendation, if running under certain conditions?