Daniel Mejía Raigosa

Results 10 comments of Daniel Mejía Raigosa

@ScienceYuan can you elaborate please how did you solve it?

I can confirm the issue with Python 3.6.3 with Jupyter 4.4.0 with Jupyter-c-kernel installed from pip repositories. In addition, there's an execution problem with the temporal executables created at `/tmp`...

@takluyver off course, as you thought there was an override of the kernels. The output of `jupyter kernelspec list` was, ```sh Available kernels: python3 /home/damejia/.local/share/jupyter/kernels/python3 python2 /usr/local/share/jupyter/kernels/python2 ``` The kernel...

Well... I'm not sure. how can I test this?

**Quick update** Hi everyone, i'm writing this update since it could help diagnose the problem. So, after a fresh install of the Debian OS (testing, the weekly build for this...

Yes, the overall plugin configuration I'm using is, ``` let g:yoinkSavePersistently = 1 "" Use the SHAred DAta (SHADA) of nvim let g:yoinkMaxItems = 20 let g:yoinkSyncNumberedRegisters = 1 let...

> With that, if I delete a bunch of characters using `x` then they can be toggled to using `` / `` and also show up in the `:Yanks` popup....

The behaviour actually happens when I'm cutting more than a single character, ![vimO](https://user-images.githubusercontent.com/669787/66625985-280f9680-ebbc-11e9-9c5e-7a6fef046112.gif) `Alt + p` is my key mapping to swap between Yanks

> @adiploma > Is there a way to set args in each env_ ? > { > env: { > NODE_ENV: 'development', > args: {} //possible? > }, > env_production:...

> @Ambay54 > Could any one please clarify why should we provide restart_delay in pm2 config? As far as I know, `pm2` tries to restart the app immediately after a...