Dhash Shrivathsa

Results 10 comments of Dhash Shrivathsa

@signalpillar That Dockerfile no longer builds, this is the closest I got to one that does, but it still hits a zmq error. https://gist.github.com/Aeolus0/9621119c62f48373bc2d

I've addressed the collections incompatibility in https://github.com/Tubitv/akka-management/pull/1

We have an internal tool that bootstraps an akka cluster using consul without going through the normal akka management flow, but instead using consul’s KV store (it supports atomic compare-and-set)...

I too have had luck getting rules_scala to build me .sjsir files, with the following in my `WORKSPACE` ```python scala_maven_import_external( name = "org_scala_js_scalajs_compiler", artifact = "org.scala-js:scalajs-compiler_2.12.8:0.6.28", licenses = ["notice"], server_urls...

I've completed a linker to turn the SJSIR/class files into js, and have added some checks to make it successfully build JS. I'm going to clean up my code and...

I'm also seeing this (albeit with a WORKSPACE based config) when trying to use `zig` to make a hermetic cc toolchain work. The core of the issue seems to be...

Different use case here! I'd like to have some control around precendence order in which my networking, services, and templates fire off. The suggestion of job-dependencies is limiting, unless there's...

I ended up using terraform for this. `nomad_job` and `consul_health_check`’s work together as a pair to make a job node that can be depended on for separate dependency nodes

Hi! I'm interested in contributing to the ocaml ecosystem. Maintaining OPAM is a big task, and I have some free time to pitch in and help out.