Mark Knol

Results 49 issues of Mark Knol

Just wanted to let you know I've ported lz-string to [Haxe](https://haxe.org) Find the source here https://github.com/markknol/hx-lzstring (This allows Haxe developers to use the library in all of Haxe's targets; JavaScript,...

I'm looking into this library, looks very neat. (Too lazy to check it out first, but) does this library support this: ```haxe static function sorted(arr:A):A { // .. } static...

If you wants to contribute, please mention which one you are working on in the comments. * [ ] Figures * [ ] Accordion * [ ] Carousel * [...

help wanted

This proposal would allow instances as enum abstract values (generated as static singletons). Currently this is not possible (error: `Inline variable initialization must be a constant value`) [Rendered version](https://github.com/HaxeFoundation/haxe-evolution/blob/enum-abstract-instances/proposals/0000-enum-abstract-instances.md)

It would be great if we could support the [new function type](https://github.com/HaxeFoundation/haxe-evolution/blob/master/proposals/0003-new-function-type.md) since this would provide richer completion/documentation for the working with JavaScript. I noticed this information is already available...

Not sure if needed since this project has docs, but some of the tables maybe can be ported to the instructions: https://github.com/HaxeFoundation/HaxeManual/blob/std-spod/md/manual/std-spod.md Also, I found it hard to find this...

When I write a nice color in code like `0xFF0000`, prettier converts this to `0xff_00_00`. This is inconvenient because you can't copy this value back to photoshop or somewhere else...

I try to create own plugin. I renamed everything that's called sampleplugin, added own guid. and compiled it (that works :smile: ) But when loading I get this error: >...

Would be great if Haxe 4 can be used on try-haxe!