Vincent Khougaz

Results 5 issues of Vincent Khougaz

Hello koute, I've been following your progress on the new js macro closely, thanks for getting debug builds working! Well, maybe. I'm using the [yew](https://github.com/DenisKolodin/yew) library and recently it started...

This solves issue #6 I'm unsure what knock-on effects using label `0` has, but it made some failing cases produce useful output and I hope it helps someone else

At least that is my hypothesis. Using the attached derived from some height data of mt st helens I experience the output: ``` python maptrace.py -S -y -c ../new30-binned-screenshot.png (576,...

While trying to verify gitignore implementations I discovered that a couple of your assertions don't quite match actual git behavior. Specifically: ``` go assert{[]string{"dir2/a.txt"}, file{"dir1/dir2/a.txt", false}, true}, assert{[]string{"dir3/a.txt"}, file{"dir1/dir2/dir3/a.txt", false},...

I prefer to do my own generation of geometry so I have previously used the geotif export feature. Initially I was using a jupyter notebook packaged using [nix](https://github.com/sdobz/jupyter-gis) BTW: this...