Michael Miriti
Michael Miriti
Completion was absolutely fine previously but looks like something has happened after updating to the newest Haxe and OpenFL versions. In an OpenFL project with a few custom classes completion...
Haxe v4.2.5 Main.hx: ```haxe function main() trace(Sys.programPath()); ``` ``` haxe --run Main ``` Results in: ``` [0] Instance prototype not found: haxe.macro.Error ``` I'm getting the same result on both...
Hi! Maybe I'm doing something wrong here. Just cloned the latest version of `tree-sitter-haxe` (93c3ce595e41727670f7c0e6c88afe16b5384f0d). `cd` into the cloned directory and ran `tree-sitter generate` (`tree-sitter` version 0.22.2). It fails with...
https://github.com/aseprite/aseprite/blob/main/docs/ase-file-specs.md#user-data-chunk-0x2020
Hi! I've noticed this weird behavior with ternary operators: 