Cristian

Results 13 comments of Cristian

I'm seeing the same bug. I'm running a HomeAssistant VM inside of proxmox. Every time I try to update to 8.4 the system reboots and fails to boot up. So...

If nobody else is working on this issue, I can start adding some simple unit tests and potentially scale up to integration tests.

Go to know. I went ahead and added a unit test runner. https://github.com/C-Otto/rebalance-lnd/pull/291

I'm using [neovim/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig#pyls) Similar to @ckm2k1 I needed to add a settings key to get flake8 to work, however, still no luck with mypy ```lua require("lspconfig").pyls.setup( { enable = true,...

@jdlesage I'm a fan of this project too. Wish it was updated. Were you able to inject the css into the notebook. If I pull down your branch will it...

I was able to enable html embedding within the nbconvert module, using `$ jupyter nbconvert --to html --EmbedImagesPreprocessor.embed_images=True mynotebook.ipynb ` from here https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/exporting.html Adding `EmbedImagesPreprocessor.embed_images=True` in **jupyter_nbconvert_config.py** also worked. However,...

I'm experiencing the same issue. I'm on OSX 10.12.6, python 3.6.3. I tried to rebind, but `~/.config/xo/rc.json` returns > /Users/cristian/.config/xo/rc.json: No such file or directory `which xo` returns > /Users/cristian/anaconda/bin/xo

Can we re-open this? https://github.com/jcdickinson/codeium.nvim was deprecated today

**UPDATE** I was able to upgrade using these other update instructions https://github.com/simple-login/app/blob/4.6.2-beta/docs/upgrade.md I tried upgrading from `3.4.0` to `4.6.5-beta` and encountered the error below. I followed these [upgrade instructions](https://github.com/simple-login/app/blob/master/docs/upgrade.md). Are...