.ruby

Results 40 issues of .ruby

Feedback on [luxe dev log # 2 - audience](https://luxeengine.com/dev-log-2/)

dev log

Feedback on [luxe dev log # 3 - convergence](https://luxeengine.com/dev-log-3/)

dev log

Feedback on [luxe status # 2 - device pixels](https://luxeengine.com/dev-status-2/)

dev log

Feedback on [luxe dev log # 1 - design iterations](https://luxeengine.com/dev-log-1/)

dev log

For now the following tests are skipped: - test/io/stdin/read_byte_eof.wren - test/io/stdin/read_line_eof.wren - test/io/stdin/read_line.wren On windows they time out, and on mac they have assertions. It seems the behavior of stdin...

bug

https://github.com/wren-lang/wren-cli/commit/f5f08bbbf5fb96c2e0f092539b0ce39ba1d8263a Goal is just to validate the intent here. It seems to behave as intended (stat on a directory has no size, unlike unix-likes)

question

Some functions are missing, and the io index page doesn't list FileFlags.

documentation

As discussed, being able to specify a custom build command for a specific format extension and project file. i.e { '.xml' => { 'build_command' => ['haxelib', 'run', 'openfl'] } }...

Just noting this here, as I assume it has been considered or even implemented, but `hvm use haxe nightly` fetching from builds.haxe.org would be great. When testing 3.2 pre-release it...

Given: ``` haxe var a: Float = 111111111112222222.3333; var b = 0xFFFFFF; var c = 281474976710655; var d = 0xFFFFFFFFFFFF; ``` All of them except for `d` will compile as...