Tanuj
Tanuj
Is there a reason you don't recommend using `cargo install --git`? I would be happy to PR an edit to add this.
Platform: Fedora 28 Workstation Edition, 64-bit, on an XPS 13. GPU, drivers, and screen setup: Intel UHD Graphics 620, i915 driver, one monitor (laptop screen) configured at 1600x900 with xrandr....
Instead of ``` conn = self._conn() cursor = conn.cursor() cursor.execute() conn.commit() ``` we can do: ``` conn = self._conn() with conn: conn.execute() ``` which also handles rollbacks. Would you accept...
When giving file input to a *nix command, you can use `command < file` rather than `cat file | command` .
I was unable to find any kind of event for a user leaving a chat, which is causing some issues in my [analysis scripts](github.com/expectocode/telegram-analysis). Not sure if this is a...
stacked bars, or GIF of changing pie?