Ionut Stoica

Results 66 comments of Ionut Stoica

Because it is easy to reuse in other projects as a dependency. Besides this, your glfw implementation looks much more complete than https://github.com/starwing/lua-nanovg/blob/master/rockspecs/glfw-0.1.1-1.rockspec and would be a great improvement for...

If it is of any help ➜ ~ lima --version limactl version 0.8.2 First I prune with `limactl prune` then `limactl start default` then I get ``` INFO[0000] Using the...

Did you guys find a solution to this ?

Maybe related, maybe even trivial, but I would like to use the rasterized image as paint, I am following the example here https://github.com/memononen/nanosvg/blob/master/example/example2.c but don't really know how to go...

This is still a valid need, any update on it ?

@sromano88-svc @estebansolo That looks so so nice!

> > one handler for all of the products API? > > Yes, I had that approach initially (one handler for all of the products API). > Because on develop...

I've go the same, apparently, `this.base` is null in `componentDidMount`

I found a possible source for this, at least in my case ```typescript const node = document.creatElement(''); render( , node, node.firstElementChild as Element ); ``` So, the way I am...

@kevindurb Thank you, that article of @AverageMarcus is so high quality, clears up so many things.