Kirill Zaborsky

Results 191 comments of Kirill Zaborsky

The last idea for hedis errors was just throwing exceptions - https://github.com/informatikr/hedis/issues/54#issuecomment-191303479

I think here were have 2 (almost opposite) situations mixed together: 1. Unsubscribing from pubsub without getting a new message 2. Not reacting on messages after we have unsubscribed in...

@Yuras reading python client source code doesn't show that it could resolve #28 somehow, what it does is just sending commands (see https://github.com/andymccurdy/redis-py/blob/master/redis/connection.py#L537) without doing any response reads. The only...

LGTM but with stylish-haskell from nixos-21.05 (outdated one, I know) I get this diff - [stylish-0.12.2.0-diff.txt](https://github.com/qrilka/xlsx/files/9484543/stylish-0.12.2.0-diff.txt) Also - what do you think about adding this to Github actions?

nix is only the source of stylish-haskell in my case. Github actions run on provided images, probably stylish-haskell is there out of the box like `stack` but I'm not quite...

@LTibbetts so far `xlsx` was supporting references to the same sheet in most of the cases, in #157 @flhorizon added some rudimentary support for cross-sheet references but I think none...

I think we should leave it as something that's better be fixed, thanks

@mageshb there is https://github.com/reflex-frp/reflex/issues/75 (unfortunately with no particular answer yet) Regarding `HasPostGui` probably https://www.reddit.com/r/reflexfrp/comments/5dnnsr/is_there_any_way_to_run_an_action_after_all/ could help you?