Kris Leech

Results 64 comments of Kris Leech

Thanks for the input, is this branched off #174 or an alternative?

> With this solution, we can avoid calling `to_s` completely. What do you think? It's a bit fancy for my tastes (:smile:) and I wonder if it works in JRuby....

https://github.com/RailsEventStore/rails_event_store/blob/v1.0.0/aggregate_root/lib/aggregate_root.rb#L17 In RailsEventStore they only allow anonymous classes with a `self.name` method, e.g. ```ruby Class.new do def name "MyClass" end end ```

At the moment I can't see a problem with moving @local_registrations, something like: ```ruby def initialize(*args) @local_registrations = Set.new super end def local_registrations @local_registrations end ``` The PR would need...

Thanks for the detailed explanation, very helpful. Without having given this much thought (yet) I'm not sure how this would be improved without removing features. Any suggestions welcome. I do...

Docjure has worked really well for writing Excel. Thanks. I wonder if you are using v2 yourself in production or it is still work in progress / subject to change?

+1, this needs doing :)

I get the same error as soon as a clj file is opened. * NVIM v0.2.3-413-g911b1e4 (Build type: Release) * Node 8.9.4 * npm 5.6.0 * Ubuntu What is `lein...

I don't have any javascript in my project so do not use `npm`. Maybe you have a plugin in `project.clj` which adds the `npm` task...

I can applicate you not wanting to add more stuff. Example is other languages: The `-c` flag in [entr](http://entrproject.org/). [Guard](https://github.com/guard/guard/wiki/Guardfile-DSL---Configuring-Guard#clearing) has a clear setting.