Antonio Gelameris
Antonio Gelameris
> > Tho I believe we still need to do `unsafeRunSync` everywhere no? > > Yeah, this is annoying 😒 it's just how it is tho. I guess the REPL-sink...
> Maybe we need a helper for writing in FS2, and some examples in this area. A helper? Btw, examples are a great idea, I'll write some of them for...
> > Maybe we need a helper for writing in FS2, and some examples in this area. > > A helper? Btw, examples are a great idea, I'll write some...
Is [this gist](https://gist.github.com/TonioGela/46f45f08d9f666d391a763e6cef5bfce) of mine a good idea? I felt the urge of being able to do ```shell $ echo -e "foo\nbar" | mkString --prefix '{' --suffix '}' --delimiter "~"...
> had a quick go at the virtuslab example for the fun of it: https://gist.github.com/Koroeskohr/c62025c48fc629658e92aad82786cd39 Thanks @Koroeskohr! I'll create an examples folder and add it. I have some troubles running...
> > I'll create an examples folder and add it. > > Alternatively, let's consider setting up a website with mdoc-checked examples. It will be easier to browse maybe? Edit:...
Thanks @Koroeskohr, I'll add it to the site once published :)
> is this one good enough as an example: [lichess-org/scalachess#352 (comment)](https://github.com/lichess-org/scalachess/pull/352#issuecomment-1398911858)? > > This was used to convert a text file in one format to another format. We use the...
> you might enjoy or be inspired by looking at what we're doing at [scalacenter/docs.scala-lang#7](https://github.com/scalacenter/docs.scala-lang/pull/7) — we're still making adjustments to the texts of the sections, but the table of...
> I'm 100% down to make an example about unit testing with munit-effect (tho I have more experience with weaver), but I've thought about it for a while now and...