Johann Tuffe
Johann Tuffe
I really don't mind changing the lifetime names, in particular if it can avoid some bugs. I tend to prefer `bf` but feel free to pick another one, it'll always...
Thanks for reaching out, these kind of feedbacks are very useful! I agree this is not super ergonomic but in practice I don't feel this is really an issue. This...
Right. I don't see why these checks wouldn't be performed here as well, thus I don't see how it'd impact security. Granted it is a manual process but an absolutely...
This would be a nice feature indeed. Unfortunately I don't have much time but I'd be happy to integrate it if someone finds the time to do it.
This looks like a good solution. With probably a function renaming to show that this is very expensive.
Out of curiousity, @jonas-schievink do you plan on doing a PR?
Thanks for the report. The `buffer_position` may indeed need some rework. Do you have some particular tests that are failing at hand?
Great. Thank you
@DanielKeep I have created #123 which fixes an offset by one for `buffer_position`. On your branch, the 2 basic *pos* tests are passing but not the *multiline_pos*. I have tried...
Thanks for the PR!! I'm reviewing it, there are some points I don't really like but I don't have better alternative so far. Thank you for the time you spent...