Dominic Monroe

Results 195 issues of Dominic Monroe

mc is monger.collection. If I insert: ``` {:foo {"a" 1}} ``` then `insert-and-return` gives `{:foo {"a" 1} :_id "..."}` but `find-one-as-map` gives `{:foo {:a 1} :_id "..."}` when querying back...

https://github.com/technomancy/leiningen/blob/master/sample.project.clj#L28-L34 setting this will allow maven tooling to automatically detect the license and clear you as fine because Apache-2.0.

I'm building a list of "suspect" areas of the codebase. It would be handy to do `:.SaveListAdd suspicious` to then load up at a later date. Right now I'd have...

This would allow for supporting `clojure -A:user/find-deps ring > deps.edn` in a new directory as an empty file is created by bash immediately when this is run.

``` ❯ clojure -A:user/find-deps http-kit Mon Feb 25 15:12:02 GMT 2019 [client-loop] ERROR - select exception, should not happen java.lang.IllegalStateException: Client/Server mode has not yet been set. at java.base/sun.security.ssl.SSLEngineImpl.beginHandshake(SSLEngineImpl.java:98) at...

This would involve supplying an alias to update.

https://github.com/juxt/roll/blob/5b9fdce63975b2c619e45fc577da188cab3583fe/src/roll/core.cljs#L166-L174 ^^ this will just return an empty string instead of some kind of useful exception.

Terraform 0.10 now has a new style of aws provider, roll needs updating to use it. Backwards compat goes away in next version. Needs support for a backend key in...

Min = Max. This is more like always-scaled, not auto-scaled ;)

I need to figure out if this is required for Acid, or not.