-
Hi Jett,
It seems that add_side_bar_data errors with `TypeError: Passing a set as an indexer is not supported. Use a list instead.`
if I use pandas version 2.0.0 or higher. I tested with the toy …
-
the demo of the project in day 19 is not working as you can see in this screenshot:
here is the link as well: https://www.30daysofreact.com/day-19/cats
![screencapture-30daysofreact-day-19-cats-2023…
-
Catto guns almost always results in a crash, especially when in a shootout. Is there a way to remove old/dead cats after a limit is reached, or prevent cats from building up too much some other way?
-
~~Another unminimized one. Sorry…~~ (figured it out: see addendum at the end)
https://github.com/djspiewak/cats-effect/tree/bug/dotty-inference-issue To reproduce, `sbt ++3.0.0-M3 kernelJVM/clean k…
-
example:
```graphql
# Here is my comment
query {
cats
}
```
bnjjj updated
10 months ago
-
### Describe the bug
1. Try to rename `renameMe` in `foo` and `foo_2`
2. Renaming only works in the seconds case
```scala
//> using scala "2.13.8"
//> using lib "org.typelevel::cats-core:2.7.…
-
Would something like this be useful/belong in Cats and if so where would it belong?
``` scala
def const[A](a: A): ConstAux[A] = new ConstAux(a)
final class ConstAux[A] private[cats](a: A) {
def app…
-
I noticed that in the (at least) most recent version of the MRS testsuite, some instances of `bark` were replaced by instances of `go`, e.g. `Cats go` instead of `cats bark`. Would it make sense to up…
-
I just released `3.6-e9aeb8c`, a milestone of Cats Effect v3.6.0 which introduces file descriptor I/O polling built-in to the runtime. The goal is to foster an ecosystem of wrappers for C libraries th…
-
When using a la carte imports, I need to `import cats.syntax.apply._` to be able to call `contramapN`, but I expected to `import cats.syntax.contravariant._`. Here's a scastie to demonstrate: https://…