Nicolas Hillegeer

Results 135 comments of Nicolas Hillegeer

Yea I looked at the sublime-menu file and saw that it used "lua -i" which is why I tried the same thing in the console. I'm going to try out...

Completely correct, I didn't even try to input syntactically incorrect Lua. Stderr works fine but stdout doesn't.

We talked about this in our team meeting and a major point of contention was that we were not able to find a proto standard on this (https://protobuf.dev/search/?q=protopath). Did we...

> The concept isn’t protopath but rather fieldmask. As @stapelberg says, **FieldMask** appears to be an official protobuf concept, documented at https://github.com/protocolbuffers/protobuf/blob/bc80135f10ca2ad6f307d4a2165cdaa112d68555/src/google/protobuf/fi eld_mask.proto I looked around a little bit at...

Meh, I've been using this and suddenly it's slow again, now I really don't know what's happening anymore. Perhaps I'll just wait until ZyX gets the VimL to Lua(JIT) translator...

I also wonder why this even needs a regex. I haven't looked at the code in-depth but from the length of the regex it seems that it's loading in a...

Disregard my earlier comment about it being slow again. Somehow I wasn't using my fork with the patch applied as I originally thought. So, with this patch applied (and python...

Turns out that applying the same thing to the VimL side of the story also has beneficial effects, of course ;).

@xolox I notice you've given your ole' project another look again, so I would like to request a comment about whether these 2 tiny commits are valid or not. They...

For neovim, even when integrating the keyword fix, it still locks up too much (you wouldn't believe the # of calls to `do_filter` and stuff, from time to time I...