Doug Tangren
Doug Tangren
To the degree open source works. I'm happy to accept contributions.
This project is current based on [swagger](https://swagger.io/). I'm not familiar with go-swagger or what differentiates it from swagger. Swagger supports arbitrary programming languages and is extensible in allowing you to...
We've only implemented what we've needed, in our case jvm bundles. The underlying tool itself supports a number of languages. What would be the ideal archive type you'd be looking...
Yea, this guy as got some week spots. One of which is resolving test names. I should really be using something like [Discovery](https://github.com/sbt/sbt/blob/0.13/compile/api/src/main/scala/xsbt/api/Discovery.scala) instead of a simple query for [sources...
Hi there. Sorry for the delay but as there’s now a [base64 encoder/decoder provided by the java standard library](https://docs.oracle.com/javase/8/docs/api/java/util/Base64.html ), I haven’t had a need for using or maintaining this...
got a little further by adding `/usr/local/musl/bin` manually to my `$PATH` but still hitting an issue with the openssl crate ``` failed to run custom build command for `openssl v0.7.6`...
This ones a toughy. I have think I have fixed most cases in `ls-sbt` with [this workaround](https://github.com/softprops/ls/blob/master/plugin/src/main/scala/classloaders.scala) but it feels like a fickle solution. I don't think its jerkson's fault...
I was looking around for a rust lib that did just this and came across this issue. Are there other examples on how to integrate this as a lib to...
closing this for now. the server example has changed because hyper has changed. it now serves as a driver for running the client example which assumes a server listening in...
Is there any update on this?