Dominic Monroe

Results 171 comments of Dominic Monroe

Using jansi would solve this, but I suspect it would also hide them in emacs repls.

This isn't supported. To upgrade you must do it manually, although I've always intended to document that process. I think -f message comes from the underlying template library, but the...

You would configure clip to run your functions. For example, you'd create a closure over your ring handler(s) to pass it the db. Here's an example of doing that in...

Thanks for taking the time to fix these, I appreciate it.

Had a spare minute to look at my laptop, the correct link for the dev docs is https://juxt.pro/edge/docs/lib-app-dev.html If you don't have time/want to update that link as part of...

Reopening because I think there's an underlying issue here, probably with a double // which java handles differently to onejar's loader.

It might be useful to have this be the default return value for `#profile`, etc. too: ``` (read-config "#profile {:foo 10}" {:profile :bar}) ;; => 💥 ```

.repl refers to clip/start and clip/stop in 3 places total. The only real coupling between .repl and clip.core is the assumption that ::clip/system will be in any exceptions, and that...

#2 may fix this by allowing specifying `:start`, etc.

> Could we instead use eftest's find-tests directly by passing it "test" for the test directory? It's not fully general, but it seems like it could be the kind of...