Daniel James

Results 18 comments of Daniel James

Hi @peoplemerge, I’m sorry I missed this. Did you find a resolution? Let me know if there is anything I can still do to help.

Still thinking about how to handle this… Datomisca’s `Attribute` type is designed for statically declared attributes with type information, but no so much for introspection of attributes in a database...

Hi @utaal, contributions are certainly welcome! Shameless self promotion: if you are using Beanstalk, you may find https://github.com/dwhjames/sbt-awseb useful.

@utaal, I was also using Docker with my sbt plugin… the only existing plugin was specific to Play apps and used war files. I was letting AWS build the docker...

@utaal, I take it that you have no need for the remaining methods in the API?

@utaal, it looks like you have at least three quarters of the API covered, so as you are so close, it seems like a shame to not get it to...

Current experiments are in branch https://github.com/pellucidanalytics/datomisca/tree/topic/version-scheme (cf. https://github.com/pellucidanalytics/datomisca/commit/d6ba0d71e07fedf911587dee7c412287b09c749d)

@raboof, The Netty-based client has limited support for [CallOptions](https://grpc.github.io/grpc-java/javadoc/io/grpc/CallOptions.html), but it _does_ currently support the call credentials feature. https://github.com/akka/akka-grpc/blob/5c0f851980d5e5ddf9c81c97f7f88bf7cb4ee803/codegen/src/main/twirl/templates/ScalaClient/Client.scala.txt#L56 https://github.com/akka/akka-grpc/blob/5c0f851980d5e5ddf9c81c97f7f88bf7cb4ee803/runtime/src/main/scala/akka/grpc/internal/NettyClientUtils.scala#L194-L198 I was hoping to do the same for the akka-http...

On the topic of “better error message and some documentation about it"… I encountered this crash. My issue was that I was using this strategy - https://github.com/crytic/building-secure-contracts/blob/master/program-analysis/echidna/advanced/end-to-end-testing.md with `etheno` and...

That’s an interesting idea, and one I hadn’t actually considered. I had getting along in the repl just by deleting and replacing `d/q`. But, I’m not a dyed-in-the-wool Clojurian, so...