Ioan Alferaru

Results 6 issues of Ioan Alferaru

hello, would it be possible to also publish a build for linux aarch64 ? thank you.

Your view definitions look just like react definitions `func (h *hello) Render() app.UI { return app.Div().Body( app.H1().Body( app.Text("Hello, "), app.If(h.name != "", app.Text(h.name), ).Else( app.Text("World!"), ), ), ` Just that...

### Describe the feature termios should detect a event of type **keyup** from keyboard devices. One reason I think is that the terminal emulator is simply not raising those events....

Feature Request

Hello, I tried to implement a setTimeout function. I couldn't find any documentation on the js built-in functions. so i startedto poke around through repl.js to see what's in there...

Actually not an issue but a solution : Building with MinGW ------------------------ > git clone https://github.com/creationix/dukluv.git > cd dukluv > git submodule init > git submodule update > mkdir build...

### Describe the bug the extension spins up a new instance of v on each save that never exits, the result is that the extension stops working / crashes every...

bug