Chris Speciale
Chris Speciale
Also keep in mind that this was never a `leak`. A memory leak is a situation in computer programming where a program or application fails to release memory (RAM) that...
The behavior of browsers has changed over time making this feature kind of unstable on HTML5 from browser to browser. It may not be possible to ensure that this behaves...
Not in this case. Most browsers have removed the save dialogue by default and users have to adjust their settings for it to even work. Chrome now has an experimental...
Which platforms have you tested this on?
Thank you. This is a nice addition.
I'm not sure either approach is correct, but its in the right direction.
Can you share a simple working example reproducing the problem? Is it possible the original source is compensating for prior bad behavior and is now doing so unnecessarily and is...
Bump...Any thoughts on releasing to haxelib any time soon?
I think Josh added Terser as an a new option in the minification pipeline > Any news on this?
Yes, he did, just to further verify this. You can try using `lime build html5 -minify -terser` if you have this issue and hopefully it with remedy the situation. Our...