Damir Vandic

Results 148 comments of Damir Vandic
trafficstars

Also, I notice that the latest version for `bintray-sbt` is [`"org.foundweekends" % "sbt-bintray" % "0.4.0"`](https://github.com/sbt/sbt-bintray), not sure if it's compatible or solves the problem. I'll see if I can try...

Yeah that's what I'm thinking as well. I just tried running `updateSbtClassifiers` on the master branch and it fails. Commenting out `addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.2")` and the related `sbt-git`...

Maybe.. Or updateSbtClassifiers ignores the exclusions? I tried the following in `plugins.sbt` but it also does not work: ``` addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.2" excludeAll( ExclusionRule(organization = "com.sun.jdmk"), ExclusionRule(organization =...

By the way: I hit this bizar bug yesterday: https://discuss.eventstore.com/t/event-position-18446744073709551615/3172 At one point, my event number (the commit position) was always 18446744073709551615 (2^64). I double checked with the node.js client...

It looks like, somehow the metadata ended up containing a link (Spear.Event). Can you check if replacing `metadata` in https://github.com/fabriziosestito/commanded-spear-adapter/blob/fcf18250f28ce495688ba2257108d9c15e29d8a7/lib/commanded/event_store/adapters/spear/mapper.ex#L173 with `(metadata != nil && Map.reject(metadata, fn {_, value} ->...

No I’m on a M1 Macbook Pro. Thanks for looking into this! Let me know if you need anything else from me.

I think I have a clue what might be the issue here: I encountered the same issue with Rustler projects (e.g., ), and putting this config in the Rust crate...

@vektah thoughts on this PR? it's working well for us but I'm not sure about the 'interface' (e.g., the `BUILD_TAGS` environment).

Not sure, does #11 result in a different host name of the node? I'm using currently `#{ip}-#{namespace}.pod.cluster.local` as the value for the `RELEASE_NODE` env variable (as seen in the example...