Eirik Brandtzæg

Results 19 issues of Eirik Brandtzæg

Hi Would it be possible to support other OSes, such as Windows and MacOS? Since it's eventually running in qemu it could be theoretically possible, right? I'm not sure how...

Trying to get Windows+L to move focus to right in i3. Steps I have done so far: 1. Set "Apply Windows key combinations" to "Only the remote computer" https://stackoverflow.com/a/30737423 2....

Hi Is it possible to use only a client (browser)? All the examples I've seen so far either rely on creating a temporary token in portal, and/or use some middleware...

Having an unread-indication-line for last messages (in inactive chat) could give visual aid indicating new messages. (ref [#203](https://github.com/thedjpetersen/subway/pull/203)). Something like this: ![subway-indication-line](https://f.cloud.github.com/assets/241706/117561/4fbed9d2-6c45-11e2-99ad-7769a127fd70.PNG)

Feature

I created https://github.com/vuejs-templates/systemjs/issues/2 earlier because I was not able to build my app. I've been investigating some, and I might be mistaken but this is what I have found: `System.get`...

When using `input` and `output` on `Screen` is it possible to attach another stream later? I'm using [ssh2](https://www.npmjs.com/package/ssh2), and want to re-attach to existing `Screen` when a user re-connect with...

Hi Trying to connect to aardwolf.org MUD, and there isn't any output. Example code: ```js const telnetlib = require("telnetlib"); const c = telnetlib.createConnection( { host: "aardwolf.org", port: 23, }, ()...

Add support for ANSI in GMCP messages. Some servers - looking at you aardwolf - will include the ESC char directly in the JSON. This makes the JSON invalid. This...

Now any error in _transform will be hidden. With this it should be possible to do client.on('error'...

Radically bump from 4KiB to 1MiB. Honestly this could easily be much larger, but 4KiB is just too small. In terms of pure bytes it is smaller than my terminal...