Arthur Boyer

Results 6 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...