Nilesh Patra
Nilesh Patra
Hi, the previous syntax doesn't work for Node.js >= 12. I fixed it switching to newer syntax so as to build with all versions of Node.js. Thanks!
I wish to use this in a project - hence I wanted this to be tagged.
Solves #45
Hi, This currently doesn't work with Node.js >= 12. This PR fixes this issue. Thanks!
Hi, The last release was in June 25, 2018 Since then since some fixes have been merged and it has been ~3 years since then, could you please tag a...
In accordance with #113 PS: This also seems to fix failing tests on arm64
QuadraticTo function doesn't call the QuadraticBezier function for adding a quadratic bezier curve
Hi, The [QuadraticTo function](https://github.com/fogleman/gg/blob/ad4d1eafac46916fde6a6b375f7389e555f7e040/context.go#L318) doesn't seem to call its [QuadraticBezier](https://github.com/fogleman/gg/blob/ad4d1eafac46916fde6a6b375f7389e555f7e040/bezier.go#L15) counterpart anywhere. How is the corresponding operation being performed then? I'm not sure - could you please clarify? If this...
Hi, Thanks for your work on pynndescent. However, its tests shows segfaults on mips64el[1] and s390x[2]. If I remember correctly, they worked fine with version 0.5.1 of pynndescent, and this...
Hi @schollz Thanks for your work on progressbar :) However, while running tests on !x86 architectures, one of the test fails -- in particular this one: ``` === RUN ExampleOptionSetRenderBlankState...
Preferably Tkinter should be used to make the GUI for the same.