Konstantin Stepanov

Results 6 issues of Konstantin Stepanov

Sometimes it's useful to take difference between dimensions instead of division (e.g. 1st query for "deposits", 2nd query for "withdrawals", and then join them with "leftJoin" and produce "balance" measure...

Hi, Thank you for your work! It's the nicest transmission web UI I've ever met. Though there's a problem: it's too slow on mobile. It takes tens of seconds to...

**Is your feature request related to a problem? Please describe.** There are a lot of places with unnecessary clones/vector constructions/other allocations. E.g. `get_id()` function does things like this: ``` if...

enhancement

Hi! I liked your module for its simplicity and straightforwardness, but it doesn't work with new Facebook SDK, so I updated it (also had to do some changes in code...