alex
alex
Having the scratch window as a side (or top) drawer is confusing. I would much rather have the scratch buffer open in whatever window I was currently working, and when...
I get the following error: ``` $ ./ribosome.py foo.py.dna arg1 arg2 arg3 usage: ribosome code generator, version 1.16 [-h] [--rna] dna ribosome code generator, version 1.16: error: unrecognized arguments: arg1...
I recently learned about the infinity keyboard and this github project. At least to me, what seems most appealing is this open source firmware. Are there any thought on porting...
This is fairly straightforward to do with superagent (which is used by this sdk). ``` request .post('/files/upload') .send(file) .on('progress', function(e) { console.log(e.percent); } ``` Thus just need to change the...
by using the P_tmpdir variable directly proot will not work in systems where /tmp is not writable, for instance, android. There are various ways around this, but the easiest one...
There are two common use cases for this: 1. Some routes require login (or require certain user role) 2. There might be unsaved date on the current page. In both...
I tried docopt.c for the first time today. Running the example doesn't work, for example, see the following output: ``` $ ./example ship test move 4 5 --speed=20 Commands mine...
Providing downloadable prebuilt binary releases would be awesome. Github already provides release hosting, so its just a matter of creating a DMG as part of the build process.
I am trying to load exponent (id: host.exp.exponent) using chromeos-apk on a chromebook. Shortly after showing the splash screen I get a chrome crash, inspecting the page shows: ```plugin.js:978 plugin...
using react-rx-component which is deprecated? also requires react-redux which is not used except during tests, so it should be moved to devdependencies?