James Hiew

Results 12 comments of James Hiew
trafficstars

To support table syntax everywhere, add `"tables"` to the `"extras"` dict in `MARKDOWN_DEUX_STYLES` setting: ```python MARKDOWN_DEUX_STYLES = { "default": { "extras": { "code-friendly": None, "tables": None, }, "safe_mode": "escape", },...

Thanks for the report, does your OpenAI account have access to use the `davinci-codex` engine? That "Engine not found" error looks like it might be returned in the case where...

Hey Daniel, thanks for opening a PR! I am learning Lua/Neovim as well and am not entirely sure what good practice would be in terms of passing the API key...

Great, if you want to have a go at this feel free, otherwise I can get around to it at some point as it's not a big change

Ah if you want to, don't worry about formatting/docs/etc as that can be fixed at the end, I think it'd be good to have the API key configurable in this...

@abatilo you can set the envvar `NVIM_MAGIC_LOGLEVEL='debug'` to get debug logs (though they probably aren't super helpful).

https://github.com/jameshiew/nvim-magic/issues/30 was giving this error if you were using visual lines mode ("V") (potential fix in `master` now)

This branch compiles for me now locally, maybe the Travis build could be attempted again?

I had this error when using Ruby 2.4.0, but not when using Ruby 2.1.10

Looks like a duplicate of https://github.com/leinardi/mypy-pycharm/issues/38