Clark Wang
Clark Wang
#### Related subcommands * expect -re PATTERN * ~expect -glob PATTERN~ * interact -re PATTERN * interact -subst PATTERN::REPLACE #### New option name? * ~-REG_NEWLINE~ * -anchor-newline | -anchor ####...
For example: ~~~ foo >< foo BAR >< bar ~~~ will be simplified as ~~~ foo BAR >< bar ~~~
See the following example screenshot: So, for `Display Text >< Internal Value`, can we display only the `Display Text` part, at least when `Display Text` is the same as `Internal...
I've come up with the following minimal repro steps. ### Python script: ~~~ $ cat test.py #!/usr/bin/env python3 import jinja2 as j2 import os, sys print(f'jinja2 version: {j2.__version__}') env =...
### 问题描述 / Describe the bug 建议默认不要显示 ### 软件版本 / Verge Version 2.1.2 ### 复现步骤 / To Reproduce Just start Clash Verge ### 操作系统 / OS MacOS ### 操作系统版本 /...
### With nvim-0.9.5: ### With nvim-0.10.2: --- I'm not sure if the issue is indeed in jellybeans side though.
In [#45](https://github.com/clarkwang/sexpect/issues/45#issuecomment-2995812458): > On macOS, `write(pty_fd, buf, len)` in non-blocking mode would always return `1022` if `len > 1022`. Seems like the internal buffer is limited to 1024 bytes. Need...