Olivier Mélois
Olivier Mélois
**this is not a short-term request**, just offering some informed opinion based on my experience with libraries I maintain. Right now, bleep defines circe encoders/decoders directly, which is pretty standard...
Using : * Bleep version 0.0.1-M22 * Macos Monterey 12.3.1 * openjdk version "17.0.3" 2022-04-19 #### Repro setup in a temp folder (I need to tweak the template after generation)...
Hi there 👋 I'm the creator/maintainer of [smithy4s](https://github.com/disneystreaming/smithy4s), a scala toolset around the [smithy IDL](https://smithy.io/). Smithy4s provides a code-generator that creates protocol-agnostic and third-party-library-agnostic scala code, with a number or...
Adds a `smithy4s` module, allowing to automatically derive endpoints and stubs from smithy definitions Todos : - [ ] Find better names ? - [ ] Unit tests - [...
When I started this library, fs2 wasn't compiling to SN, and I had established a pretty arbitrary separation ... Standardising over fs2 would simplify some parts of the code a...
For possibly more graceful shutdown
See https://github.com/disneystreaming/smithy4s/blame/89e88c972174fa0a3b2853901a52a5a6a4662c6d/modules/decline/src/core/commons.scala#L31 Running this on a string that starts with a lowercase erases the first letter.
Using CE 3.5.4, invoking a `Dispatcher#unsafeRunSync` in a program run with `TestControl` appears to deadlock ```scala //> using dep "org.typelevel::cats-effect-testkit:3.5.4" import cats.effect.IOApp import cats.effect.IO import cats.effect.std.Dispatcher import scala.concurrent.duration._ import cats.effect.testkit.TestControl...
I'm currently in the process of designing some new semantics for some protocols we have a $work that utilise the standard http bindings. In particular, these semantics would allow to...
### Is your feature request related to a problem? Please describe. I maintain a number of cross-compiled libraries and metals seem to struggle with them (ie, I need to restart...