Christophe Meessen
Christophe Meessen
font-rs is using the algorithm described here `http://nothings.org/gamedev/rasterize/`. It is smart but support only non-zero winding (not even-odd). The vector package of Nigel Tao is using this algorithm with the...
+1 This is a serious problem with gvm. Switching go version can be achieved by symbolic link changes instead of GOPATH value change.
What I do is the following. I don't know if it's the right way to do it, but it works. I append my repo path to the GOPATH generated by...
Excellent. Thank you very much.
I just tried it and got an error. ``` 10:00 $ gl switch -mo master Traceback (most recent call last): File "gl.py", line 14, in File "gitless/cli/gl.py", line 87, in...
I also noticed that the number of stashes are growing. I suspect the error is in the code that removes the stash.
After removing all the stashes, the error disappeared. However I met another problem. ``` $ gl switch feature-change-log-into-glog ✔ Switched to branch feature-change-log-into-glog - ~/Sources/go/src/FileSync [feature-change-log-into-glog *|-] 10:46 $ vim...
After further testing, I get the same error message even without the -mo option. The '>1' means that there is one stash. At least this number doesn't grow any more.
Yes. I tried it. Thankfully I was asked if I wanted to remove the remote branch. I could remove the remote pointer with the git command `git branch -d -r...
Could it also be removed if the branch tracking it is removed and there are not other branch tracking it ? Thanks