Lev Sivashov

Results 8 comments of Lev Sivashov

I started using Boostnote recently and was quite surprised with the fact that the actual notes are not stored as real markdown files. I can see several scenarios where this...

Hey, I understand that the repo is almost dead, but is there any chance this will be fixed anytime soon?

@leftstick Thanks for the answer. Probably that's what we'll do in the future too, 'cause it's not the first issue with this library that we face. For now I felt...

Hey! I don't know if this is the same bug, but I have observed something similar too. Here's a minimal example that shows it: Mining setup with 10000 items per...

@DRY411S I have been experimenting with different mining setups, and now I am looking into this one: https://imgur.com/lOJXpAA If you are interested, here is reddit discussion: https://www.reddit.com/r/factorio/comments/4gn56w/compact_mining_drill_layouts/d2j34y5?utm_source=share&utm_medium=web2x&context=3 With this setup,...

Indeed. I think I understand why I didn't realize that it's already there. It seems that folding works for `.collect(Collectors.toList())`, but not for `.collect(toList())` when `toList` is statically imported. Is...

We use Redis via `rediscala` on Heroku, and currently are blocked from using version 6, since Heroku requires secure client for it. Would be great if `rediscala` had SSL support.

That would be awesome. What's the point in having an async library that still requires a blocking `Future#get` to obtain the result of every call?