zorian

Results 21 comments of zorian

Yeah, I never managed to publish this to the NPM yet. You can just install it via the GitHub link for now: $ npm i https://github.com/misterhat/livelook (looks like `"livelook": "github:misterhat/livelook",`...

good point, thanks for the feedback. I get the same issue with bittorrent uploading.

Very cool to see interest here! This module (livelook) is just for the server/p2p communication portion, but I created another repository for a web-based frontend (https://github.com/misterhat/ghostgrab) which I unfortunately didn't...

I don't mind a fresh repo if you want to start one. You can find me on Freenode's IRC as misterhat or on Discord @ frogdoubler#3026

Ok I think this is what you asked for? I restored the original bin/* files from the master branch, changed the API + typescript bindings and added unit tests for...

I'm using ctrl + w in vim to switch between buffer views, and in bash to delete the last word under my cursor. I don't think you can prevent ctrl...

> FPS should be moved to the right in the second example to match legacy mudclients i think i moved it there since the UI was moved to the right,...

probably same issue Logg noticed @ #57

related to https://developer.mozilla.org/en-US/docs/Web/API/Window/devicePixelRatio

yup. alternatively we can re-do how mouse picking works by using a colours like emscripten's does for landscape. each object would get a unique colour associated with its position and...