Felix Bjært Hargreaves

Results 24 issues of Felix Bjært Hargreaves

Running ` reftree.demo.All` reproduces this issue on windows 10. Still pictures are generated nicely: ![list](https://user-images.githubusercontent.com/1153154/27262488-219e31b0-5458-11e7-8983-c528ba5da6e7.png) but animations get a wierd A-hat symbol next to the black circles: ![list-append](https://user-images.githubusercontent.com/1153154/27262500-300a91c6-5458-11e7-831e-d6bccb446c5a.gif)

It would be nice to have a release for Scala 3

In the Scala community, it's more than common to see a nice markdown->html microsite for nice libraries/tools. Since the README is so fleshed out, it would make sense as a...

## Expected Behaviour I would expect the JVM to receive SIGTERM and then terminate. I am running a HTTP4S scala webserver in this project: https://github.com/hejfelix/fp-exercises-and-grading/blob/master/http4s_faas/openfaas/Dockerfile ## Current Behaviour JVM never...

question

I am adding circe support to a project like so: ```scala import io.circe.{Decoder, Encoder} import clutchpower.fennec.{Codec, CustomCodecSupport} import clutchpower.fennec.Codec.DecoderT import io.circe.parser._ import java.nio.charset.StandardCharsets object CirceSupport: private val charset = StandardCharsets.UTF_8...

```scala enum Event: case Increment case Decrement val eventPickler = summon[_root_.boopickle.Pickler[Event]] ``` at runtime, I get the following: `Cannot add same class (fennec.examples.CounterKernel$Event) twice to a composite pickler` looks like...

This adds a new module -- `incubator` -- which adds new functionality to woof which needs to be tried out in code before we can decide if it should move...

This is a bit trickier because we support scala.js. We could support this for node environments, but not really in the browser. There is also the option to skip scala.js...

In the end, printers are just styling. It would be nice to have a few more options (different colors, different timestamp layout, reordering of information etc).

https://github.com/laserdisc-io/fs2-aws/blob/9ec10e57c36b9cdb31c4eb199f26ac92188d2038/fs2-aws-s3/src/main/scala/fs2/aws/s3/S3.scala#L43 It looks to me like this should just return `S3[F]`, is there a reason behind this?