Philipp Marek
Philipp Marek
### Explain the issue neovim v0.5.0-593-g1ca67a73c Open some file where `vim-matchup` is used, and produce a mismatch. For example, open `autoload/matchup/delim.vim` and write `function!` in a new line. The switch...
Having some CL syntax highlightning (eg. rainbow parenthesis, and for `:keywords` - the function symbols will mostly be links to other pages anyway!) would make the code blocks much easier...
I'd like to ask for a feature. Please provide some redirect service, so that `URL.../[:optional function/value/class/package/etc.]` redirects to the right thing, whereever it may hide in the docs; because then...
I removed quite a few btrfs snapshots from a filesystem in one go, and got some kernel errors. Upon trying to check, I get this error: ``` [1/7] checking root...
For 500M iterations, the C version takes 835msec on my machine; via SBCL 694msec.
I'm trying to use `pudb` for OpenStack (Cinder). Inserting the `import pudb; pudb.set_trace()` snippet doesn't work; I only get ``` /usr/lib/python2.7/dist-packages/pudb/__init__.py:192: UserWarning: A non-default handler for signal 2 is already...
Hi, I've got some data that roughly follows some `f(x)`. To now show the difference against that function, I'd like to transform the coordinate system, so that the `f(x)` line...
When the TCP connection goes away at a bad time, HT breaks as well and (with `QUUX-HUNCHENTOOT`) takes the whole image with it. I understand that fixing HT is only...
For now just a heads-up that my `vlime`-repo has JSON communication working on the `master` branch. That needs a few small changes to `swank` (see the `slime` repo here), I'll...
A recent `:profile` run gave me this for a ~400 line file: ``` FUNCTION vlime#ui#CurArgPos() Defined: .../vlime/vim/autoload/vlime/ui.vim:1102 Called 7 times Total time: 3.112130 Self time: 3.112130 count total (s) self...