grepsuzette

Results 17 comments of grepsuzette

+1. I also prefer the OSX way, i.e. with no UI at all, just Alt+scrollup/down. However maybe compton doesn't even need to deal with keys and the mouse. It could...

Since this can be simply configured in Firefox, in url `about:config?filter=browser.tabs.insertAfterCurrent` and the aforementionned `browser.tabs.insertRelatedAfterCurrent` maybe it's worth putting this on some **Tips** or **FAQ** page rather than trying to...

#111 was closed by the PR author though. I agree this is one of the most important features missing.

Since searching "bing" in 'issues' gave me nothing, I would like to mention the `prev` and `next` page did not work for me on Bing. It seems to be because...

Happens on this very page for me.

Some more info, using 100 symbols as below it **works**, Works: ```python channels = [CANDLES] f = FeedHandler() f.add_feed( KuCoin( symbols=pairs[0:100], channels=channels, callbacks={CANDLES: CandleCallback(candle)})) f.add_feed( KuCoin( symbols=pairs[100:200], channels=channels, callbacks={CANDLES: CandleCallback(candle)}))...

A theorical question, could `sshuttle` be remade over QUIC? Would there be benefits?

Also having this problem, and so does @kevinresol as he confirmed on gitter. Is it really because of the unimplemented `default:` linked by @back2dos last year? Issue has been fixed...

Perhaps we could have a `@:deprecated` on this cast from stringly to get more visibility how often it is used.