RoachZhao
RoachZhao
if I set `'c-h'` only, `backspace` will do same thing as `ctrl+h`, just like below: ``` registry.add_binding('c-h', filter=(HasFocus(DEFAULT_BUFFER) & ViInsertMode()))(nc.backward_char) ``` And `'c-?'` is not allowed to `add_binding`. Is there...
Thanks for repo! It helps a lot. My problem is when use the map `o` open a file like a `xml` file, there will be a text line in the...
# 平台(如果交叉编译请再附上交叉编译目标平台): # Platform(Include target platform as well if cross-compiling): - OS: Mac os 11.7 - Python version: 3.10.2 - MNN version: 2.8.3 from pypi # 脚本如下 ```Python # Copyright...
Get `TypeError: 'tuple' object cannot be interpreted as an integer` when run `np.random.randn((3,3))`. Numpy version: `1.26.4`.
# Bug Report ### Is the issue related to model conversion? Yes. ### Describe the bug ### System information ### Reproduction instructions ### Expected behavior ### Notes
Fix typo.
**Describe the bug** I previous vscode version like 1.88 vim mode nerver changed when type in quickOpen. But int recent vscode releases like 1.100 type anything after you typed `%`...
This engine was built in fp16 mode. And tensorrt infer results is right. Just wonder how tensorrt know when to stop the infer as ther is a circle in below...
Added 'make install' command to build instructions for AArch32 and AArch64 targets.