Sakari Lehtonen
Sakari Lehtonen
I don't know if this is related, but with this code ```typescript const controller = new AbortController() const signal:AbortSignal = controller.signal; const timeout = setTimeout(() => { controller.abort(); }, 15000);...
Yeah seeing this on macOS 10.14.6 on the retina screen.
Ok your documentation does not clarify this in a clear way. Maybe should mention that if you want to disable the defaults, then this is what to do. Thanks for...
This is still an issue, when building node-canvas with electron-rebuild. Now faced this problem when installed electron 11.4.10, had to downgrade to nan 2.14.0 manually to fix the build.
> Please try this link: > https://www.jasonzurita.com/try-vim-even-in-xcode/ > I fixed my issue:) Thanks for the link. I tried re-signing Xcode and have a .xvimrc. Maybe I will try this again...
Going to split this into two issues, implementing the MeshLine support and SVG support after that.
@esaruoho No. Not working on this anymore.
Well, it definitely makes as one cannot run the examples right now without having to figure out how they should work .. :) :P
Just FYI, I'm seeing this too on Os X. With the default padding in https://github.com/rougier/freetype-gl/blob/master/texture-font.c#L588: ``` C++ struct { int left; int top; int right; int bottom; } padding =...
@rougier Well. I will still test this with my retina mac also and see if it works, then I can take a look at creating a pull request. Could this...