Results 65 comments of Václav Kubernát

Nice, I'll try to contribute stuff if I have time.

Hello, is there any chance the lazy parser gets implemented? My use-case is parsing strings, which I get dynamically from a class I inject via the `x3::with` directive. Here is...

@Kojoley I was able to change `lazy` to work a little bit differently: it constructs an object of type `ParserCreator` (the template argument) and then calls its `operator()` with the...

Thank you, I will try that.

I don't think it is very important to me, I suppose I could refactor with some sort of a dummy rule to the left of the no_skip? The only real...

Hi, I was wondering: what do you think about merging [feature/task-exception-handling](https://github.com/danvratil/qcoro/tree/feature/task-exception-handling) into main?

Just some more info: since 3.47 (and probably #2146), using the `markup = pango` workaround makes any event name that has a `

Hi, is there any progress on this? I can see that the development is QCoro is continuing, so maybe there's been a patch that addresses this? For now, I've been...

Okay, I have looked into this. If I understand neodev correctly, it guesses argument types of vim functions by the argument name. `vim.fn.getline` and many more functions take an argument...

Hi, as of now, the issue still remains.