fr33m0nk
fr33m0nk
I am also facing this exact issue. Was there a workaround found?
I have found a solution to the problem. The problem was caused by `figwheel-main`'s need to have the output directory e.g. `target/dev` on classpath. Figwheel-main after building `cljs` files also...
@olttwa You may want to look into [RedClaw](https://github.com/tolitius/redclaw) (Clojure wrapper over Redisson) or [Celtuce](https://github.com/lerouxrgd/celtuce) (Clojure wrapper over Lettuce) or [Obiwan](https://github.com/tolitius/obiwan) (Clojure wrapper over Jedis) All three support Redis cluster natively....
Thanks a ton!! I understand the rationale and your reasoning. Honestly, your reply looks pretty much like what I desire. I will take this for a spin and post back...
@vil02 https://app.codecov.io/gh/TheAlgorithms/Clojure/settings results in Not found
@barkanido I had faced similar issue when the protobuf message was made of nested proto messages and if the nested message was being enriched with data and `assoc-in` was not...
@oubiwann I have create a PR to resolve this Issue. This PR resolvesthe issue and : - Adds additional Persistent Map behaviours: `assoc-in`, `update-in`,` merge` and `merge-with` to `protobuf.impl.flatland.core.FlatlandProtoBuf `and...
I have raised the pull request with changes. It would be very helpful if this PR is looked at. Thanks
On a deeper level of testing, it looks the changes require more rework. I will raise a PR later this weekend