Roman Pearah

Results 101 comments of Roman Pearah

Thanks. I do know the hang happens on [this line](https://github.com/microsoft/LightGBM/blob/ef2a49cd3bc595b55898c626a53c5519b24b5541/python-package/lightgbm/basic.py#L2218).

Isn't this prefix a breaking change? I just ran into it going from 3.3.4 to 4.1.0. Where could I find that in the release notes as such?

Do you mean `Schema.static` and `Schema.method`?

So that works with Either but not Exception. That still requires cats.match to work. So I guess they didn't update that monad the same way.

I'm a heavy RequireJS user so the change was admittedly self-serving, but I also thought it would make it more consistent with the support offered by Knockout's other official plugins...

I'm seeing the same thing with 2.3.1 on High Sierra. I have a WD Passport drive with two partitions for Time Machine and external files (both encrypted). I an eject...

@rpflorence Is it necessary for `countRef` to be a computed property? It seems like it's static, but it will get called every time you access `incrementCount` and create a new...

Thank you for the quick response. The good news is that I wasn't just missing something obvious about the API. That's a clever hack; I'll give it a try. Also,...

I tried the hack, but unfortunately, it didn't work. What I figured out is that I _think_ you meant to say `mapBy("promise")` instead of `mapBy("content")`. In any case, when I...