Alain Kalker
Alain Kalker
 Running a cell with some missing delimiter (see screenshot above) produces the following error output in my Jupyter log, and requires interrupting the kernel to be able to continue...
When I run any cell with Bash code in it with Bash kernel, it always returns a non-zero exit status. The issue seems to be related to both issues #116,...
The title says it all, the section "Requirements" lists `screen` as a requirement, where it should be `tmux`. P.S. Nice tool!
In my `.emacs` I have `(company-global-mode t)`, set up my shell etc., and set up `realine-complete` for use with `company` using: ``` elisp (add-to-list 'company-backends 'company-readline) (add-hook 'rlc-no-readline-hook (lambda ()...
First, thanks for this wonderful tool! I have the following problem: when trying the following snippet: ``` python import scrapemark html = """ Page 1 Page 2 Page 3 >...
The current description for the Bash IDE has a link `bash-language-server` pointing at https://github.com/bash-lsp/bash-language-server/blob/master/bash-lsp , which returns a 404 page.
On Void Linux x86_64 (GLibc), xbps-0.59.1_2, today I hit this assertion when trying to uninstall some packages which are no longer in the repo. Captured output of what I did:...
The current instructions, in particular the part about installing the BIRT Charting Engine, refer to Eclipse 3.7. I'm using Eclipse 4.2, and there seem to have been some changes in...
On recent build, apps that launch a video player no longer show "Play on XBMC" as an option in their pop-up menus. Some looking around shows this is related to...
When moving up and down in the completion list, the description displayed in the scratch buffer doesn't update correctly. ``` $ vim --version | head -n 3 VIM - Vi...