Results 37 issues of Andreas Söderlund

Would it be possible to automatically use `toString` for an object if that method is defined (as Java does), so you can make things like: ``` ComplexNumber a = new...

I'm sure it's connected to all the Java you've had, but I'll just put it here. There's no blinking cursor for the input right now.

``` java { System.out.print("> "); Scanner newScanner = new Scanner(System.in); String s = newScanner.nextLine(); System.out.print(s).print(", s.length()=").println(s.length()) } ``` Three tabs between 123 and 456 results in this: ``` ___________________________________________________________ >...

**Mithril version:** 2.0.4 **Browser and OS:** Win 10, Chrome 81 ## Code ```javascript var data = [ {name: "A"}, {name: "B"}, {name: "C"}, {name: "D"} ] var Chars = {...

Type: Bug
Area: Documentation

When using your instructions in #54 the generation works fine, except for a few mishaps: ### `Browser.hx`: ```haxe function process():node.child_process.ChildProcess; ``` Which is fixed by changing it to (using hxnodejs):...

enhancement

Apologizes if this has already been considered, but in the puppeteer file I see that there are some definitions like `on`, which looks like a good candidate for an enum...

enhancement

While we're talking streams, I've noticed that all classes in the `js.node.stream` package have private constructors. I've found it useful to construct streams, for example in string-to-stream conversions: ``` js...

On Win 10, after installing the haxelib `minimingw` I'm setting the environment variable `toolchain=mingw` and try to compile a project with: ``` > haxe -cpp bin/cpp -D HXCPP_VERBOSE -lib travix...