Benedykt Jaworski
Benedykt Jaworski
Your regex does not match every characters – it won’t match a new line. Betterparse uses standard Kotlin regular expressions, and by default with the defaults flags. You need to...
It should be possible to build a Markdown parser using this library (as it is possible to parse json – I’ve successfully built a [sample toy Json parser](https://github.com/silmeth/jsonParser) using better-parse)....
@h0tk3y Sure. I wrote it to familiarize with your library and decided to put it on Github as a reference for anyone who similarly wants to see how such a...
I see two ways to achieve this. * Create an array of fixed `LocalTime`s with a given delay (`00:00:00`, `00:00:05`, `00:00:10`, etc.) and use `RecurringTask` with a `Daily` schedule with...
The use-case, simplified, is to process data being streamed to a data warehouse. The data is to be processed in given time frames, every n seconds, with a given delay...
Do you think it’s a good idea to add the `FixedRateTask` to the library too? That’d need the `OnCompleteRescheduleByByPreviousExecution` completion handler, which in turn definitely needs a better, shorter, name...
> This task may be extended to take some constructor-parameter that defines what behavior you want when the calculated next execution time is in the past. SKIP,ACCEPT,ACCEPT_AND_WARN. That’s a very...
Sorry, I have been on vacation for some time, and then busy with other things. We ended up using custom `FixedRateTask` and customly extended scheduler and taskRepo (for picking tasks...
It’d be good to also mention `setnull` in the docs for `set` and `unset`. I’ve just spent a non-trivial amount of time trying to figure out how to remap all...
Also a comparison between nvim-qt and Kate with a non-monospaced font that has dedicated glyphs for the insular g/d + dot combinations, Junicode Two Beta (the spacing is bad, but...