Juraj Kirchheim

Results 97 issues of Juraj Kirchheim

In other words `new Date().getTime()` becomes `new Date.getTime` which doesn't mean the same thing.

I suspect most SVGs could come out smaller when embedding an escaped version, rather than an base64 encoded one.

- [x] `mix(color1, color2, factor = .5)` (apparently this is done in RGB space) - [x] `fade(color, by)` / `opacity(color, to)` - [x] `saturate(color, by)` / `saturation(color, to)` - [...

The main use case here is theming. The biggest question is how to not make it too wordy, while avoiding collision. Ideally, a theme can exist as a standalone lib.

There should be some way to generate closure externs from Haxe classes: - selected Haxe externs (for 3rd party libs, but not for js.html and such) - exposed Haxe classes

The jar version is unlikely to change all too often, so it should be separate to keep updates small in download size.

The reason I'm kind of worried about this is that I can see myself using it on a nodejs server to write request handlers that are run with high concurrency....