Arthur Boyer

Results 8 comments of Arthur Boyer

It seems like the new [Safari Web Extensions](https://developer.apple.com/documentation/safariservices/safari_web_extensions) format would simplify creating a Safari version. From the site: > A Safari web extension adds custom functionality to Safari using JavaScript...

Thanks @tajmone, opening and closing Sublime Text multiple times resolved the issue for me on MacOS.

Thank you! This was more of an issue when I was calling schemaZen as a library. I've moved to command line usage and it's not a big deal.

When I was calling SchemaZen as a library I was able to suppress the Console.WriteLine calls using this: ```cs Console.SetOut(StreamWriter.Null); ``` Not ideal, but it was an acceptable hack at...

This is resolved in recent releases since the ILogger support was added.

I had a similar issue. In my case it was because the plugin install scripts are written for bash, and I use fish (and sometimes zsh) as my shell. The...

I've been running into some trouble changing the pattern in the options menu. By going through the code I discovered that the value of the "Ignore Pattern" option is a...

Please add [Scoop](https://scoop.sh/) support. Looking at the README file at the time of writing this is the current level of package manager support: * [x] APT (Debian/Ubuntu) * Note: Using...