Erik Assum

Results 25 issues of Erik Assum

As written in https://www.mongodb.com/transactions/, mongodb will get support for transactions. Any plans on updating monger to support this?

Hi, I'm trying out roll and following the readme. ``` ✔ ~/Documents/github.com/first-roll 11:56 $ ls config.edn config.edn~ ✔ ~/Documents/github.com/first-roll 11:56 $ npm install juxt/roll > [email protected] install /Users/erik/Documents/github.com/first-roll/node_modules/lumo-cljs > node...

If you forget to implement functions in a protocol, the Clojure compiler will not warn you, but you will a runtime exception when trying to invoke a protocol function on...

protocols

I just started playing with code-maat, and I find I do something like this: `lein.bat run -l logfile.log -c git | grep -v pom.xml | grep -v test | head`...

enhancement

In theory it should be enough to add `clj-refactor` as a middleware and set up the appropriate menus/keybindings, but there seems to be a difference between theory and practice here,...

help wanted

Reading through the source code I notice that the name for Cojure mode might be misspelled [here](https://github.com/copilot-emacs/copilot.el/blob/main/copilot.el#L426)? I believe this should be `clojure` and not `clojurec`?

Hi, This is a crude effort to be able to navigate to local files when serving uncompressed js from a web-server instead of from a file: protocol.

@bhauman writes in http://rigsomelight.com/2016/05/17/good-configuration-feedback-is-essential.html about the importance of good feedback from our tools. Running lein on a project.clj with a misspelled `dependencies` key does not lead the user in the...

Enhancement
usability

It seems to me from the examples bit of the [postgres docs for truncate](https://www.postgresql.org/docs/current/sql-truncate.html) that postgres accepts multiple tables to truncate, whereas honey does not? ``` =# create table t1...

enhancement
needs analysis