Jenda Kolena
Jenda Kolena
Hi, could you please make a new release of this plugin? There are several cool things in the master branch that no one can use.. :-)
Hello, I'd like to propose some major changes to this library. Let me start with the motivation. We need to be able to create `SSLContext` from Lightbend `Config` and we...
It'd be great if loading from `Config` supports multiple possible casings - currently only camel case is supported. IMHO ideal would be to be compatible with set supported by Pureconfig:...
For being able to implement [ESP-WIFI-MESH](https://www.espressif.com/en/products/sdks/esp-wifi-mesh/overview) functionality into the `esp-idf-svc` crate, let's add related bindings here.
I ran into an interesting issue. I'm creating an abstraction over Slick where methods should return `fs2.Stream` thus I need to convert its `DatabasePublisher` to `Stream` somehow - fs2-reactive-streams is...