Stan Angeloff

Results 3 issues of Stan Angeloff

I have replaced the very old [tsaleh/vim-supertab](https://github.com/tsaleh/vim-supertab) with your project. After updating my [.vimrc](https://github.com/StanAngeloff/dotfiles/blob/master/.vimrc) file, I am experiencing weird issues on Ubuntu 12.04, both in Vim and gVim. When using...

### Neovim version (nvim -v) v0.9.0-dev-f92aab5 ### Vim (not Nvim) behaves the same? [Possibly](https://github.com/vim/vim/blob/3fc84dc2c7efecd7c14ce341cd777475058936fd/src/insexpand.c#LL4182C6-L4182C16) ### Operating system/version Ubuntu 22.04.1 LTS ### Terminal name/version alacritty-0.11.0+pr-4763-a9335fcb ### $TERM environment variable alacritty ###...

needs:response
needs:repro
has:backtrace
bug-crash
completion

I ran across this recently and thought I should document it. The `Resque::push` method uses `json_encode` and doesn't check its return value. This allows `false` or an empty string to...