-
... and laws/tests :)
Slipped a fix in here, but probably deserves its own PR:
https://github.com/typelevel/cats-effect/pull/2545/commits/bdc7429e6b333500a07d357b7dbe783f34aeee26#diff-5acd9e5b3bc8…
-
Will come back to this soon;
Add a better UI for setting custom time. Maybe with... MORE CATS
-
If I use ifelse with two H2OFrames, my categorical feature is converted to numeric.
For example, this works:
{noformat}
(df_h2o[col].isna()).ifelse("replacement", df_h2o[col])
{noformat}
bu…
-
Algo-params N, O, and P:
- [ ] [nbins](https://docs.h2o.ai/h2o/latest-stable/h2o-docs/data-science/algo-params/nbins.html)
- [ ] [nbins_cats](https://docs.h2o.ai/h2o/latest-stable/h2o-docs/data-sc…
-
There is a little inconsistency regarding imports in the library: while any other library (e.g. cats, cats-effect & tofu) import their syntax by `import lib.syntax.something._` and `import lib.syntax.…
-
Good day, I am working on a front-end form. The form has cats and sub-cats. I have successfully been able to populate the cats select-box with data from the database using the code below
…
-
### Is your feature request related to a problem? Please describe.
With this code:
```scala
import cats.data._
val regions = NonEmptyList.one("eu")
```
if I look at the hover data on NonEm…
-
Hey there.
In https://github.com/typelevel/cats/pull/3299 (I think. at least in 2.4.x) tuples gained a `Foldable` (among others, naturally) instance, which only considers the right-most element.
…
-
I realize that this might be an api change, but I am hopping that it will be an API _addition_ so that we do not break things too much...
This basically came up in #2235 where the UX issue is that if…
-
Hi.
My log says ...
```
12:03:19.155: INFO function error: A BAD KEY WAS PROVIDED/CHARACTERS OUT OF RANGE
12:03:33.535: INFO function error: A BAD KEY WAS PROVIDED/CHARACTERS OUT OF RANGE
```
…