Daniel Manila
Daniel Manila
What is the status of kibit's support for boot? I haven't seen a plugin that is equivalent to `lein-kibit`, is one necessary? I'm creating a luminus template that uses boot,...
Right now if you call `(doc fn-fx.diff/render)` in a repl, you don't get any result. Many of fn-fx's functions lack usable documentation and it makes it more frustrating to program...
Been getting some errors when compiling my code with a singularly unhelpful stacktrace: ``` #error { :cause nil :via [{:type java.lang.NullPointerException :message nil :at [fn_fx.render_core$get_getter invokeStatic render_core.clj 320]}] :trace [[fn_fx.render_core$get_getter...
I have been doing an inner trace on a recursive function, and thus generating a very large workspace buffer. I've been getting this error basically whenever I did something. ```...
Bootloaders are complex things. Right now WereSync only support certain setups of grub. More bootloading setups would be much appreciated.
Recently luminus gained support for creating a project [built with boot](https://github.com/luminus-framework/luminus-template/pull/302). Right now, understandably, the luminus website only has documentation for lein projects. It would be great to document how...
I'm currently getting the following error when trying to run boot-figreload: ``` java.lang.RuntimeException: Unable to resolve var: figwheel-sidecar.build-middleware.injection/figwheel-connect-ns-name in this context clojure.lang.Compiler$CompilerException: java.lang.RuntimeException: Unable to resolve var: figwheel-sidecar.build-middleware.injection/figwheel-connect-ns-name in this...
I'm working on a project that is trying to evaluate perturbation on single cell data, and the synthetic Splatter dataset that was used to create a ground truth in MELD...
I'm trying to deploy a hello bot onto a heroku dyno. I have the server working and I can actually get a bot's subscription link, but then DevBot gives me...