Zhenghao Ke

Results 9 issues of Zhenghao Ke

Since `TranslationDataset` is deprecated (see [Issue 985](https://github.com/pytorch/text/issues/985)), could you please kindly update the relevant code to work with newer version of torchtext? > python preprocess.py -lang_src de -lang_trg en -share_vocab...

(as discussed in #95) > The comparison itself is done the great library [dir-compare](https://github.com/gliviu/dir-compare), not by the extension's code. > That said, the extension allows to choose comparison strategy including...

enhancement
help wanted
keep

It's time consuming when comparing between **local files** and **mounted network virtual file systems**. And would look like it is hanging forever. (I thought the refresh button never worked as...

enhancement
help wanted
good first issue

When viewing code, if Word wrapping is disabled, code font size will become bigger and makes code difficult to read.

enhancement

When calling `exit()`, whether in script or console, the app crashes with no modification to file saved. This is also true for `raise SystemExit` or `quit()`. Expected behavior: the script...

when typing with IME, if text candidates are not committed yet, and you accidentally pressed one of the hints provided by pythonista, the app will crash immediately. Steps to reproduce:...

Full-width symbols, like commas `,`, Question marks `?`, exclamation marks `!` and parentheses `()`, brackets `[]`, braces `{}` cannot be typed into pythonista editor or console, they are required in...

Implement SetPlatformImeDataFn for SDL backend to properly locate IME candidate panel while typing in utf-8 enabled `ImGui::InputText`. From SDL Wiki: > SDL supports "on-the-spot" mode. > > One important thing...

backends
ime

### Description of the new feature / enhancement `Ctrl-space` is widely used as switching IME (input method) (particularly on Windows), apps should never use such shortcut as default. Making `Ctrl-space`...

Needs-Triage