Rudi Grinberg

Results 729 comments of Rudi Grinberg

Here's a use case where the extra type variable is annoying. If you define some type that contains a PGOCaml connection handle, you must now add a type variable to...

IMO doing this check in a blocking fashion is harmless. But I can do it in my own code just as well. This is quite counter-intuitive behavior though so it...

@wellle one of the disadvantages of vim-textobj-user and it's derivatives is that they're very slow loading wise. You mentioned that you use vim-textobj-indent, I'd wager that it's in the top...

That works, thanks. How can I exclude tmux completions from my normal neocomplete results though?

When a test fails due to an error, is there a way to display the full stacktrace? Currently, only the error message + the line in the test itself is...

> Going to the line of failing test and then interactively debugging was always more useful. What's your workflow for interactive debugging? > As there is already a lot in...

Ok, here's an example where the stack trace is omitted.

Given a simple module foo.lua: ```lua function f() error("foobar") end function g() f() end function h() g() end ``` And this test: ```lua local foo = require("foo") local T =...

I believe that https://github.com/syl20bnr/spacemacs/issues/10101 can be closed if this PR is accepted. I use macosx and the performance is satisfactory with this PR.

It's a bit of a shame that we're adding these hacks for projectile, and perhaps project.el doesn't suffer from these performance problems. But I think that projectile is easily more...