Results 27 issues of M.Romecki

Hej, Sorry for flooding, but I just wrote this issue on Haxe and it solves differences on DBAdmin between Neko and PHP. On PHP target, some values from the DB...

Hi, I have exceptions when trying to access a SData that was used in the app (accessed in the current session I mean), because of serialization/unserialization and cache I think....

Hi, When targetting PHP, the compiler complains about : -Admin.hx: 1059 : Web.logMessage doesn't exist in PHP -Admin.hx: 218 : Lib.localUnserialize neither

Hej, I don't know if it's a documentation problem https://haxe.org/manual/lf-metadata.html#since-haxe-4.0.0 and it only applies to compile-time meta or if it's a bug, but you can't use a runtime metadata name...

Hej, I've encountered a strange sourcemap break when writing some code. And I even don't know if it occurs on others target or only PHP, but I encountered that on...

Hi, First, many thanks for this component ! I'm not sure it's a bug but when dropdown is hidden, it still makes the height of the parent as tall as...

bug

Hej ! ```haxe class Main { static function main() { new Main(); } public function new() { var user = {name: "Mark", distance: 3500}; var sample = "The results: $$display(::user::,::time::)";...

Hej, I try to use both hscript on compile-time with hscript.Macro and on run-time. For run-time I use -D hscriptPos but it fails on compile-time : ``` haxe.macro.Position has no...

Hej, Sorry I don't know if it's a bug or maybe I don't understand things. I tried to do a minimalistic example to illustrate what's going on : https://try.haxe.org/#B33dD5ED ```haxe...