Marcin Bilski
Marcin Bilski
This maybe so. In any case, this quick & dirty fix-kind-of-thing worked for me and I thank you for the inspector, it's really really useful. As a side node, ankha...
I stand corrected about pr-str and the approach. Yes, my patch sucks; you obviously know the code waay better than I do. What I was trying to do is just...
This could be a solution. Still, there are more issues relating to that e.g. editing doesn't work (i.e. you cannot save because the edn is not parsable). On Wed, May...
Getting the exact same error when using Monocle.Lens. :| It's killing me. I can prepare a simple case if what's above isn't enough.
Here's an example: ``` mutation { increment(aggregateId: "aa", aggregateType: "counter") } ``` This triggers a command on the aggregate. Here's the full handler so you see how it's currently hooked...
Exporting schema is ok but I still need a way to add the mutations programmatically to the schema. Is there a way for you to expose the chirino schema, making...
I seem to have the same problem with "lein uberjar" after upgrading to Leiningen 2.5.2. On the other hand :scope "provided" set individually for each global dependency does work: ```...
It works great. @jakemcc You should probably add it to Readme.
Have you had a chance to look into this? I experience different behaviour but after a whole day's worth of debugging I begin to think its due to garbage collection....
Yes, I've reviewed the code and it seems that nothing should get garbage-collected. It's a very tough problem but it shows up very reliably in our production code (we've worked...