Christian Howe

Results 23 issues of Christian Howe

An observer can now iterate its first N entities with `each`. In the mutable version, this will remove the first N entities from the observer. This allows an observer to...

triage

The new bankai has pretty fancy terminal logging! But not everyone runs it in a terminal that supports all these fancy features. For example, `term-mode` in Emacs really dislikes the...

Is it a good idea to allow passing a directory as an argument to `bankai`? I think normally you would want to build a specific bundle file, so it would...

I have been thinking about how we could write simple tests without needing a full-stack testing solution up front. I think we can already test most of our choo applications...

With the latest `piggieback` (0.2.2) and `cider-nrepl`, causing an exception in a `piggieback` REPL will send the exception back to `cider` to show it in the stack trace window. You...

I think all that needs to be done for this is to have a `.dir-locals.el` file with the following content: ``` ((nil . ((cider-boot-parameters . "dev")))) ``` This will make...

[JSON is supported in clang-format](https://clang.llvm.org/docs/ClangFormat.html).

When creating a transit reader or writer in Clojure, there is a third argument which is a map of options. It would be nice if yada allowed specifying those options,...

Although `npm test` will run linters and dependency-check, it would be nice if we set up a test suite automatically. (maybe using mocha and zombie.js?) I think almost everyone will...

It'd be cool if we supported a flag to create a full-stack choo app, especially with the new support for full-stack apps coming in bankai.