Godot
Results
3
issues of
Godot
Hi, you have written this recursive function in chapter 9 (streams as value): ```{scala} def lastRates(from: Currency, to: Currency, n: Int): IO[List[BigDecimal]] = { if (n < 1) { IO.pure(List.empty)...
As discussed in[ this issue](https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/issues/253), the application generates a lot of requests. I am working in a infrastructure where I don't deploy or manage Gitlab and I only deploy Gitlab...