Matt Mirus

Results 49 comments of Matt Mirus

I added a post-install hook to remove [the list of files in the earlier comment](https://github.com/Figma-Linux/figma-linux/issues/211#issuecomment-875632721) after installation/upgrade: ``` [Trigger] Operation = Install Operation = Upgrade Type = Package Target =...

> So I happened to find and manually run the `:OnedarkproCache` command and it shaved about 70% off the startup time. > > Any idea why `caching = true` in...

@daangoossens22 Thanks for sharing your solution! Unfortunately, I get an error when I try it. Any chance you have an updated version you could share, if you also hit this?...

TY @xeluxee! :partying_face:

@JohnValJohn Did you find a way to clear the cache when switching stories?

Also seeing this issue. Unfortunately, @snailuj's workaround doesn't work unless you run WSL with elevated privileges--using `sudo` doesn't give you the access you need to edit the file. Thanks!

:wave: For running rpec tests in a docker container, I suggested using a shell script as an intermediary over at https://github.com/olimorris/neotest-rspec/issues/28#issuecomment-1334550741. 1. Create a shell script that invokes rspec in...

Thanks for pointing me in the right direction. I got at least part of the way there. 1. Disable rspec writing the output to a file ([remove these two lines](https://github.com/rcarriga/neotest-rspec/blob/3dac4782b61a4d8fbc61d627b36f245326959b77/lua/neotest-rspec/init.lua#L83-L84))...

> @rcarriga Ah brilliant, it must just use relative paths +1 Yes, it seemed like while the path originally provided to rspec by neotest is absolute, the paths in the...