Aaron Kriegman

Results 28 issues of Aaron Kriegman

Today I noticed there was a VSCode-associated Julia process running continuously on my computer using a full core. I stopped it after it went on like this for several minutes,...

### Checklist - [x] I have read through the manual page (`man fzf`) - [x] I have searched through the existing issues - [x] For bug reports, I have checked...

tip
discussion

I just installed a-shell and whenever i try an operation that requires write permissions such as `touch` or `mkdir` i get an `Operation not permitted` error. I seem to have...

I got the following error when trying to `includet` my code: ``` julia> includet("vm.jl") ERROR: MethodError: no method matching nameof(::Symbol) The function `nameof` exists, but no method is defined for...

More of something I'm wondering than an issue. I posted this on the mailing list but I'm not sure anyone sees that. Consider the following example: ``` double f(double& x)...

I was trying to use live-server to see changes in a font I'm developing, but it did not seem to refresh when the font file changed. stdout shows that live-server...

**Describe the bug** If I leave a blank line between the last member of an object and a trailing comment, then dprint removes the line. It does not do this...

I got the following error. It looks like it's an error with the debugger itself, that happened when it was trying to show an error with my program. ``` ERROR:...