Dieter Komendera

Results 19 issues of Dieter Komendera

Update all dependencies to the latest versions

Not sure if this belongs here or over there at https://github.com/rtfeldman/node-elm-test, but when I want to run tests which `import` a 3rd party module with native code, in my case...

When my build code compiles without errors I see the following message at the top: ``` === Successfully generated /dev/null === [Finished in 0.4s] ``` I know this [reason](https://twitter.com/rtfeldman/status/624026168652660740) for...

enhancement

We're running into issues where sometimes `boot watch` seemingly stops working and doesn't run the build pipeline any more after file changes. After restarting the boot instance it works again...

Bug

I'm trying to generate externs for https://github.com/ianstormtaylor/slate, but there are a couple of extern declarations missing. To reproduce: - go to https://jmmk.github.io/javascript-externs-generator/ - load https://cdnjs.cloudflare.com/ajax/libs/react/15.3.2/react.js - load https://cdnjs.cloudflare.com/ajax/libs/react/15.3.2/react-dom.js - load...

It would be nice to have the ability to configure the function used for formatting code (i.e `cider-format-buffer`). The relevant repl middleware function: https://github.com/clojure-emacs/cider-nrepl/blob/ce42411c475b9cd486da9722129e601e75e62891/src/cider/nrepl/middleware/format.clj#L12-L16 We'd like to use https://github.com/kkinnear/zprint instead...

enhancement
good first issue

konserve seems to unnecessarily pull in ClojureScript as a dependency: ``` io.replikativ/konserve 0.5.1 io.replikativ/hasch 0.3.5 org.clojure/data.codec 0.1.1 io.replikativ/incognito 0.2.5 fress/fress 0.3.1 org.clojure/clojurescript 1.10.339 org.clojure/google-closure-library 0.0-20170809-b9c14c6b org.clojure/google-closure-library-third-party 0.0-20170809-b9c14c6b org.mozilla/rhino 1.7R5 com.google.javascript/closure-compiler-unshaded...

We're noticing a significant performance difference between stock nodejs and graal's nodejs when used with `yarn`. with graal nodejs: ``` $ rm -rf node_modules $ node --version:graalvm GraalVM Polyglot Engine...

performance

# Description url-for crashes when generating an url where the first item is a url param. This is a regression from pedestal 0.5.3, where this worked as expected. ## Expected...

Clojure tools.deps supports coordinates of dependencies from git repositories. Pedestal however doesn't provide the necessary `deps.edn` files. A current use case would be to use a version of pedestal compatible...