Alex

Results 129 issues of Alex

Coffeescript plz! :coffee:

For test & example: ``` haxe function add(component:T, componentClass:Class = null) { add(""); add("", String); add({x:42}); add([42], Array); add(new ash.signals.Signal0(), ash.signals.SignalBase); add(new haxe.io.StringInput(""), haxe.io.StringInput); add(new haxe.io.StringInput(""), haxe.io.BytesInput); add(new haxe.io.StringInput(""), haxe.io.Input);...

![screen shot 2018-06-24 at 17 05 41](https://user-images.githubusercontent.com/888526/41819871-f269006c-77d0-11e8-9fc0-127594cc102e.png)

Please make TopBar is optional. It means new option on/off in the preferences to disable/enable top-bar with links.

enhancement

Automated initial patch for shell config(`.bashrc`, .`.zshrc`,..) is broken because path to `br` fn isn't sanitised. Steps to reproduce: 1. run `cargo install broot` 2. run `broot` 3. Broot will...

bug

`$ cd examples; cargo run --bin quad --features=gl` Short info header: - GFX version: [master](https://github.com/gfx-rs/gfx/commit/7370177e46c246677dca9190f4fad02706ae31c2) - OS: macOS 10.14.5 (18F203) _(MacBook Pro (15-inch, 2019))_ - GPU: `Radeon Pro 555X 4...

type: bug
backend: OpenGL
client: blocker

Need support _isometry_ format in `tmx` tilemaps.

See [changelog](https://sdk.play.date/changelog/). - `playdate.menu:getMenuItems()`

Ops `||=`, `&&=` and postfix-`!` now is valid ops. - `||=`, `&&=`: [issue](https://github.com/HaxeFoundation/haxe/issues/4427), [pull](https://github.com/HaxeFoundation/haxe/commit/9ec45e3ebfd5e6f873785401bbb435ddd92a1811) - Postfix `!`: [issue](https://github.com/HaxeFoundation/haxe/issues/4284), [pull](https://github.com/HaxeFoundation/haxe/commit/0abd2c39f166835c1371895301e4c01c51e1069d) e.g.: `foo!`, `foo!.bar`, `foo! == bar`; It will be great!

enhancement
Priority 3

![screen shot 2014-10-12 at 1 25 03](https://cloud.githubusercontent.com/assets/888526/4604312/52992a66-5192-11e4-91dc-3ddc367d9078.png) I don't know how it's happening. Idea says "unresolved symbol" only :). _next for copy-paste:_ ``` haxe using StringTools; class Demo{ function demo(){...

bug
Priority 2