Ofer Koren
Ofer Koren
* gevent version: 20.12.1, 21.1.0, 21.1.1, from PyPI * Python version: cPython `Python 3.8.5 (default, Oct 24 2021, 20:20:05), [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] on linux`, downloaded and compiled...
It seems that my previous fix was not enough (maybe even redundant?) - The/Another reason why the image tag would flip is because it was acquired from tags given to...
It seems quite unpythonic to force users to write such constructs when dealing with the oh-so-useful conditional operations in DynamoDM: ```python try: thread_item.save(Thread.forum_name.exists()) except PutError as e: if isinstance(e.cause, ClientError):...
Steps: 1. `~` and search-highlight some items 2. toggle off some of the resulting highlighted lines 3. `&` and perform a filter action result: the lines that were toggled off...
Something about the view buffer in WebSlit doesn't play well with the `--follow` flag: ``` panic: runtime error: slice bounds out of range [3:0] goroutine 1 [running]: github.com/tigrawap/slit.(*viewBuffer).fill(0xc0000de148, 0x0, 0x0)...
we want to be able to share filtered views between [webslit](https://github.com/koreno/webslit) sessions. if we can signal webslit to dump its filters to some known location, WebSlit could read the file,...
* at the top of the screen I have a long line. * shift-w to turn on line-wrapping - the line now flows down beyond one screen. * move down...
`>>less f1 f2 f3` will show `f1`, and allow switching between files with `:n/:p`
To fix #1076
https://github.com/jaywcjlove/hotkeys The resemblance is troubling...