Olivier Mélois
Olivier Mélois
guardrail would not allow for generating the kind of "short-hand" things that bleep is using, such as `JsonList`, etc. Moreover it wouldn't open the same door for future things (such...
we use jsoniter extensively in smithy4s, it's definitely a great library, but the errors it show OOTB are not human friendly at all. Moreover jsoniter is a really for parsing...
> I'll read your links in more detail then, I thought the point was to have some kind of model - any model - from which we could generate classes,...
Smithy4s is built on this very idea. I mean I could probably show you what the bleep config model would look like in smithy syntax, and run smithy4s on it...
Yeah and I don't think it should be, just wanted to raise the issue because I know that things falling out of sync are a pain and I've got some...
The premise is very interesting. Here are some links for previous art : * https://github.com/storm-enroute/mecha * https://github.com/dcsobral/sbt-trickle Working on polyrepos poses the problem of git workflow and release-trains : coding...
> we provided some building blocks so you can write a script using the information found in the bleep build, but that's likely it. it may be enough. Anyhow, no...
Also, forgot to say : thank you for your hard work on this. As a maintainer of heavily-cross-built libraries, I'm quite excited for bleep.
> can you reproduce that? that should not happen Yeah I can reproduce with ``` jvm: name: graalvm-java17:22.2.0 ``` Unzipping works fine if I bump the version to: ``` jvm:...
Hey, thanks for this ! I was away the past few days, thanks for your patience. I'll give it a try today. While we're talking : do you mind if...