Michael Heuberger
Michael Heuberger
Because of a known bug in v2.8.3 I'd like to downgrade to 2.8.2 but no. Brew doesn't have that version 2.8.2. Only have the JAR file for v2.8.2 off your...
This is weird. Few days ago it was working fine, now out of a sudden not anymore. Any boot commands, even invalid ones, do nothing. `boot sdfsdfsdfs` just returns an...
Someone forked yours at https://github.com/srujithm/react-advanced-gauge-chart and added a nice prop called `previousValue`. Really need it for my project but it's missing, plus that fork hasn't been maintained for one year...
I often have this problem: ``` cjsx render: -> ``` which will only return the last element due to the CoffeeScript nature. To fix this, I have to wrap everything...
All your examples, documentation are aimed at leiningen. Having difficulties here to build me a working setup to make dirac work on build.boot (boot-clj) instead. So far all my attempts...
``` events.js:72 throw er; // Unhandled 'error' event ^ Error: watch ENOENT at errnoException (fs.js:1019:11) at FSWatcher.start (fs.js:1051:11) at Object.fs.watch (fs.js:1076:11) at Gaze._watchDir (/home/michael.heuberger/binarykitchen/code/videomail.io/node_modules/gulp/node_modules/vinyl-fs/node_modules/glob-watcher/node_modules/gaze/lib/gaze.js:289:30) at /home/michael.heuberger/binarykitchen/code/videomail.io/node_modules/gulp/node_modules/vinyl-fs/node_modules/glob-watcher/node_modules/gaze/lib/gaze.js:358:10 at iterate (/home/michael.heuberger/binarykitchen/code/videomail.io/node_modules/gulp/node_modules/vinyl-fs/node_modules/glob-watcher/node_modules/gaze/lib/helper.js:52:5) at...
I think this might be a bug. Here an example you can reproduce the bug based on it: ``` js var path = require('path'), Gaze = require('gaze').Gaze, log = require('./log'),...
With the browserify command, all gets bundled and in case of an error, it does not point to the correct line number of the source code. Is there a trick...
Seeing this too everytime I start the REPL while on `boot dev` ``` ~/D/t/michaelh-sandbox ❯❯❯ boot repl --client master ◼ cli: option vendors: expected optarg, got [str] cli: option auto-prefix:...
Seeing this everytime in the middle of `boot dev` ``` Compiling ClojureScript... • js/app.js java.util.concurrent.ExecutionException: java.nio.file.NoSuchFileException: target/js/app.out/cljs_deps.js java.nio.file.NoSuchFileException: target/js/app.out/cljs_deps.js file: "target/js/app.out/cljs_deps.js" sun.nio.fs.UnixException.translateToIOException UnixException.java: 86 sun.nio.fs.UnixException.rethrowAsIOException UnixException.java: 102 sun.nio.fs.UnixException.rethrowAsIOException UnixException.java: 107...