soliton4
soliton4
since @iojs seems to be the future of things, why not make a fork called iojsMirror how about creating a logo with io as background http://www.popsci.com/science/article/2012-03/today-space-images-greenish-blistery-surface-io
i just started a 0.2.x branch i will reimplement most of the backend go cracy about feature requests. if you have frontend ideas feel free to try them out on...
please test nodemirror on different windows installations. especially the terminal module. i only have one windows machine to test on and its a crappy developer installation. i wonder if it...
` /hwdecode-demos$ make Making all in src make[1]: Entering directory '/home/sol/projects/paperspace/hwdecode-demos/src' make all-am make[2]: Entering directory '/home/sol/projects/paperspace/hwdecode-demos/src' CC ffmpeg_h264-ffmpeg_video.o ffmpeg_video.c: In function ‘decode’: ffmpeg_video.c:72:5: error: unknown type name ‘ByteIOContext’ ByteIOContext...
as i tested successfully in nodeMirror, delivering binaries for windows is possible in npm. so i request the feature that windows binaries are available by default.
please make the windows bugfixes available via npm ty
is there a chance the get the current working directory of the terminal? i would like to keep track of the users dir changes
this code will not run in windows: ``` js var cluster = require("cluster"); if (cluster.isMaster) { cluster.fork(); setTimeout(function () { console.log("ending master"); }, 2000); return; }; var pty; if (process.platform...
what does this mean? avc.configure({ filter: 'original', filterHorLuma: 'optimized', filterVerLumaEdge: 'optimized', getBoundaryStrengthsA: 'optimized' }); has it got impact on performance? is there a docu?