-
MacOS M1
curl
```
curl 7.79.1 (x86_64-apple-darwin21.0) libcurl/7.79.1 (SecureTransport) LibreSSL/3.3.6 zlib/1.2.11 nghttp2/1.45.1
Release-Date: 2021-09-22
```
```scala
//> using scala "3.3…
-
It seem that the version 0.6.5 depends on cats 0.8.0 and scala 2.12.0-RC2. Could you publish against scala 2.12.0 (cats 0.8.1) ?
```
info] +-fr.iscpif.freedsl:random_2.12:1.0-SNAPSHOT
[info] …
-
@SanderMertens will need to advise Corto best practice for this.
Currently, measurements are saved as full paths. Corto needs to support walking the hierarchy through the Corto UI.
Example:
`…
-
Hi,
I have recently used FreeT and found that docs provide only pretty specific example with State monad.
Would you mind accepting docs PR with additional basic `Future` `Option` example?
Aft…
-
The following code
```scala
import cats.effect.IO
import cats.effect.kernel.Resource
import munit.CatsEffectSuite
class TestWsResource extends CatsEffectSuite {
val d = ResourceSuiteLoc…
-
# Improve documentation
I suggest adding a note in the docs that for rapidly generated requests order of the http requests at the endpoint is not guaranteed.
Based on observation testing realt…
-
Somehow I'd never paid attention to `attemptNarrow`, which we added in 2.1.0. It has some problems. For example it's trivially easy to make it crash at runtime:
```scala
scala> val e: Either[Any, …
-
This is my fault. I've been lazily using `Try(js.Dynamic.global....)` when I should be writing idiomatic code like this:
https://github.com/typelevel/cats-effect/blob/76d2602ea651a6f0035bef4f9aa50677…
-
The [cat api](https://thecatapi.com/) allows for searching cats by breed, file type, category, amongst some other options. These can be seen on the left side of this site: https://docs.thecatapi.com/
…
-
### Which package(s) are affected?
Localize (@lit/localize)
### Description
It's possible to have an element instance from a class with the `@localized()` decorator applied which doesn't re-r…