Stanislav Ochotnický

Results 27 comments of Stanislav Ochotnický

So I found out about VD earlier today and played with it a bit and it's a really nifty thing for small(ish) datasets, but for bigger ones it starts to...

I suspect the "append" performance at least is impacted by following part: https://github.com/saulpw/visidata/blob/666e30329878b74678d24c300e1c50ceb7aa0666/visidata/join.py#L262 Where the code iterates row by row. At least with pandas it is possible to concat whole...

I was talking about roughly 0.5 mil rows merge. To give you an idea wrt profiling: ![image](https://user-images.githubusercontent.com/55726/135139142-6a304032-b898-48ec-9a0a-94058addac82.png) That's 2.5 minutes to merge compared with a few seconds using direct pandas.concat

Deleting tag is relatively simple: `awful.key({ modkey, }, "d", function () awful.tag.delete() end)` I also made rename working using following keybinding: ``` awful.key({ modkey, }, "r", function () awful.prompt.run({ prompt...

I actually have a small SoC computer running on Intel platform and the default x86_64 kernel doesn't seem to have basic watchdog drivers enabled/installed as far as I can see:...

FWIW, perhaps slightly related would be to provide enable something like this: https://github.com/psss/did/pull/198 With the above people don't have to have multiple JIRA configs for single JIRA instance and the...

For what it's worth - google takeout adds X-Gmail-Labels header to each mbox mail. Something like `X-Gmail-Labels: Inbox,Unread` So it should be possible to at least import them as tags...

FWIW, thankfully you have CI setup - I wrote the code with only Python 3 in mind. Fortunately the tweaks needed were minimal...

@akheron Any chance you're planning a release that would include the symbol versioning changes? Lack of versioned symbols causes crashes and other hard to debug issues and quick check through...

Oh caldav-oauth2-client-id actually seems to make a difference. I'll need to go double check. FWIW my original code snippets had other problems which caused the wrong-argument-type. Specifically I was supposed...