Florian Witteler
Florian Witteler
Hi! I'm using `"org.http4s" %% "http4s-ember-server" % "0.23.11"` I played around with websocket-connections from [your example](https://github.com/http4s/http4s/blob/series/0.23/examples/ember/src/main/scala/com/example/http4s/ember/EmberServerSimpleExample.scala#L74-L81). ```scala case GET -> Root / "ws" => val send: Stream[F, WebSocketFrame] = Stream.awakeEvery[F](1.seconds).map(_...
I noticed that the example only displays single-digit numbers (e.g. 12:3:7) which is not a common time format imho. I fixed the example code to display the time as 12:03:07.
I created an alternative solution to the ownership problem for the multi-user-rotation. The solution provided by @thekevinbrown in issue #39 didn't work in our case. https://github.com/aws-samples/aws-secrets-manager-rotation-lambdas/pull/39#issuecomment-646551901 *Issue #, if available:*...
Hi! I set up a ParquetSource with a JDBCSink and ran into memory issues. The parquet files are stored in an s3 bucket and have been written by spark (snappy-compressed...
Hi! Just a follow up from the discussion at scalalove. I'm really impressed by the simplicity of scala-cli. Great work! I played around with it and created a docker-image. Turns...
Hi! Here's the bugreport as discussed with @Baccata on discord. I tried to reproduce the error in a small [example project](https://github.com/FloWi/smithy-oom-bugreport), but there the code behaves nicely. I used an...
Hi! I was studying your cool example project and I think I found a bug in the `computeReward` function. https://github.com/prouhard/tfjs-mountaincar/blob/master/src/js/orchestrator.js#L46-L56 It looks like the reward will never go higher than...
Hi! I'm encountering compile errors out of the blue with version `0.14.0-beta2`. Very possible that I messed up something on my machine. This happened first on my side project that...
also fixed the example projects
Hi! First of all I'd like to leave a big **thank you** for providing and maintaining such a nice library! Much appreciated! I've played around with it to visualize a...