Rob Pilling

Results 198 comments of Rob Pilling

I can reliably reproduce this, the steps (presumably with some quirk of my setup) are: 1. Create an alarm or timer 2. Let it time-out 3. Opt to snooze the...

Agreed, this covers missing functionality for me too, thanks @tyru

I'm also seeing this, attempted to bisect but it seems the `vi-forward-char` functionality is disabled in some commits, so I was only able to narrow it down to a range....

> You know that you can avoid the auto-space by ending your stroke outside the circle? That's a nice tip, thanks!

Currently getting my head around QT

Ah okay - I've opened a PR (slack-rs/slack-api-schemas#15) in the schema repo, although it looks like one of my fixes duplicates an existing PR (slack-rs/slack-api-schemas#8). However, even with this schema...

Yeah, I think making `message` optional is the right fix. To reproduce the issue, I wrote an example in my fork of `slack-rs`, on the [`reaction-example`] branch. That branch uses...

I suspect this is an escape code not being recognised - I see the letter `q` appearing a lot, in neovim and zsh, which leads me to think it's DECSCUSR...

Thanks @rkoe - I've updated the PR

Another way to reproduce (local dev build on 69507c0204cfe284e42865c9c89baec0f351b2c1) ```vim :=1/250*10e " ^ assertion failure occurs on typing 'e' ``` ``` Assertion failed: (bop_node_lvl != new_top_node_lvl || bop_node_ass == new_top_node_ass),...