Aurélio A. Heckert
Aurélio A. Heckert
I tried to make a real upgrade, not only a simple translation. So you'll find a lot of changes, but respecting your original concept. * All dependencies are upgraded to...
Allows to format cursor off style instead only removal. Example: .terminal-cursor.off { visibility: visible; opacity: 0.5; } The original look is the default, so all still the same without extra...
Hi @disnet, What about to share your knowledge on the [barista discussion](https://github.com/jashkenas/coffeescript/issues/5320) and bring `contracts.coffee` to the future CoffeeScript versions?
``` bash $ npm start > [email protected] start /**/rest-fs > node index.js $ wget http://localhost:3000/usr/share/icons/hicolor/16x16/apps/Thunar.png -O /tmp/Thunar.png $ f=/usr/share/icons/hicolor/16x16/apps/Thunar.png; node -e "console.log(require('fs').readFileSync('$f'))" $ f=/tmp/Thunar.png; node -e "console.log(require('fs').readFileSync('$f'))" ``` Image files...
``` $ uname -a Linux myhost 3.14.4 #1 SMP Fri May 23 11:31:25 BRT 2014 x86_64 GNU/Linux $ npm --version 2.10.1 $ node --version v0.12.4 $ npm test > [email protected]...
@Jabher points some data is lost by `toJSON` in #112. I don't find a problem there, however i'm having trouble while trying to reuse a network thought page loads. ```js...
I don't get it... I try henriques-chat.herokuapp.com with two browsers. It didn't make contact. Ok, it is not a public IRC room. So... With who am I talking to? Where...
Trying to use `app.camera.init` on chromium or android emulator fails in the same way "TypeError: Cannot set property 'stream' of undefined" at androidjs.js:15. I think this is the point: ```js...
It would be nice to have a browser that supports TS like Node, Deno and Bun... but these only support as something to be converted (lost) on the fly, not...
The issue #301 brings a nice feature. However, the plus signal (`+`) that would translate to space on the Google's search box, was escaped to `%2B`, and now the `+`...