Hans Pinckaers

Results 8 issues of Hans Pinckaers

``` import jedi jedi.Script("from fastai.vision.all import ").complete() ``` It probably has to do with the wildcard imports this framework uses (a lot). This works fine: ``` import jedi jedi.Script("from fastai.vision.data...

performance
discussion

Would it be possible to wrap text in Graphene? Right now lines are cut off in the preview window. Cheers, Hans

I've read on Twitter it was hard to get the shortcuts toolbar above the keyboard (for indenting etc) to reliably show on iOS. However now, it works with the default...

Hi there, I often mistype, or create a small typo, needing to backspace. On backspace I can retrigger autocomplete, but then I loose the previous results / fuzzy filtering. This...

Hi there, It would be nice if a whole new line is added, I can add the same line somewhere else by using dot-repeat. Thanks for the plugin, Hans

Hi there, First, thanks for this awesome autocomplete plugin! You may know that jedi can be quit slow for big libraries (e.g. see #4). However retrieving the completions is actually...

enhancement

Hi there, I can't find the Grammarly commands in `CocList commands`? I tried both the GitHub repo install and the CocInstall from npm. Any ideas? Thanks, Hans