Nick Porter
Nick Porter
That alternative syntax from the tests is nice, thank you! ```coffeescript ``###* ... ### ``` I'm wondering if there's value in adding a vscode command to insert a coffeesense /...
Yes! Via automator: Create a cli app that runs `/usr/local/bin/git-gui`. Then save it. You can change the icon by downloading it from this repo: https://github.com/prati0100/git-gui/blob/master/macosx/git-gui.icn And dragging it where I...
Noticed this today as well:
For what it's worth, I've never used the push button, I don't need it, and I've merged your PR in my personal `git-gui` fork :)
I got it to work using this gist: https://gist.github.com/surjikal/7f7cb8db96fb2f1ce21dddb10ec244d0
I was able to get this to work after trying a bunch of stuff (Windows 10, Visual Studio 2019, Python 3.9). 1. Apply the patch below in the pybind11 submodule...
What worked for me, for whatever reason, is renaming the `site-packages/diffvg-0.0.1-py3.8-win-amd64.egg/diffvg` file to `diffvg.pyd`
In the interim, try a debug build, it worked for me. You'll need to have all the python debug headers & friends installed (there are checkboxes for these in the...
Thanks for the hard work, it's a really great extension!
Yeah pretty much. I cloned a bunch of models, but since they're not in a flat structure, I had to copy the data in a way that mochi can read...