Noel Welsh

Results 47 comments of Noel Welsh

Looks good! I was planning on replacing Slinky with scalajs-react, as Slinky is not yet on Scala 3.

No worries. I'm happy to do that.

> Have another look. https://github.com/mfirry/cheep/tree/3.1 `backend` compiles. Let me know how you wanna move this further (and if). Cheers. Sorry about the delay. I've been heads down on some work...

> > Looks good! I was planning on replacing Slinky with scalajs-react, as Slinky is not yet on Scala 3. > > Actually, slinky _is_ as of a couple of...

With the help of @mfirry Cheep has been ported to Scala 3, http4s 0.23.6, and scalajs-react 2. That's the programming side done. Next up is writing the text.

Sure. I used sttp for two reasons: * I needed to work with `IO` instead of `Future` * I knew about it.

👍 Thanks for reporting this. I will fix in due course. This is surprisingly involved to fix. Right now building Creative Scala is very hard. Creative Scala has a lot...

I'm working on a prototype of the new build, using a combination of `mdoc` options I didn't previously know about and some JS static site generation. It shouldn't take too...

I installed AdoptOpenJDK on my son's laptop last weekend and discovered that on OS X a library needed for rendering has the wrong name. [Here's one relevant bug](https://github.com/AdoptOpenJDK/openjdk-build/issues/202) (there are...

Thanks for reporting. I'm going to experiment with a custom mdoc modifier (https://scalameta.org/mdoc/docs/modifiers.html#postmodifier) to render images, which should completely avoid this type of error in the future.