Chetan Bhasin
Chetan Bhasin
Looks like a great library. I could suggest adding support for something like GitHub.com/finagle/finch (server) and GitHub.com/finagle/featherbed (client).
#72 mentions the use case of selecting multiple items. This can be implemented by showing the prompt again, and checking if the "finished" field was selected. This would be easier...
**Description** I'm not entirely sure if it's already possible, but I couldn't find any evidence of it, but it would be great to have container linking and running services. For...
Cacheing resource request is a great feature. However, I was wondering if it would be nice to support cache backends such as Redis or MemCached.
Here is the console history: ``` scala> import scala.pickling._; import scala.pickling.json._; import scala.pickling.static._; import scala.pickling.Defaults._; import scala.pickling._ import scala.pickling.json._ import scala.pickling.static._ import scala.pickling.Defaults._ scala> case class Inner(name: String, age: Int)...
We do not currently have Scala 2.10 artefact for latest snapshot. While this shouldn't require any code changes, it'd be nice to have.
Lovely project! Would love to request auto language detection for Rust. I'll go through the code later and see if I can make a PR to do the same.
I have been trying to use this plugin in an internal repository, but get a `NullPointerException` without much context for debugging. Unfortunately, the code that I'm working with is private...
I came across another exception: `sqlx-macros` that require `SystemConfiguration.framework` on OSX.
I think this is one of the features supported by `nixops`. [Nix Infect](https://github.com/elitak/nixos-infect) is a script that takes a non Nix host and "infects" it with Nix such that the...