Giuseppe Di Mauro
Giuseppe Di Mauro
Having little snippets would be great, but I'm not sure I'll have time to contribute to that part. The emoji could work but we need a better one, or just...
Still WIP but already functional: https://github.com/azrafe7/uniformpoissondisk
For my case I'm envisioning something along the lines of `$elmt.vegas('options').onImageLoad = function(img) { ... };`. Would it be possible/easy to add something like that?
Ok, I've hacked up the `_goto` function to satisfy my requirements and I'm posting my partial solution here in case someone else might find it helpful. (the whole thing comes...
Hey @TerryCavanagh, one way to solve/workaround the issue - without disturbing macros :stuck_out_tongue_winking_eye: - could be to use a function as third parameter, instead of a value: http://try-haxe.mrcdk.com/#6fE4f
Probably related to this: I can confirm that I also experience some odd scaling behaviour when I set windowheight (in project.xml) to be greater than my actual max screen height...
Great! :+1: And nice to hear it sounds interesting to you too.
And please post here if you make any progress in that direction.
Hi there, and sorry for bumping this up. Just a couple more questions/observations (which really are feature requests :D). - I can't stress enough how much I like the render-agnostic...
I had the same problem. Solved by using mingw-w64 (and msys2) instead of mingw. See this for a similar issue (https://github.com/curl/curl/issues/2361). And - more importantly - this (https://computingabdn.com/softech/mingw-howto-install-gcc-for-windows/) for detailed...