Rob Hoelz

Results 87 comments of Rob Hoelz

I think this is a good idea, but I'm reluctant to depend too heavily on external libraries like LuaLogging. As long as it is included as an optional dependency, I'm...

I guess I never thought to do it, since I just have a submodule for this repo in my awesome configuration.

Hi @vonpupp, I haven't gotten around to upgrading to Awesome 4 yet, so I havent' had a chance to update obvious.

@vonpupp: I just tried obvious with awesome 4. It works for the most part; all of the widgets I currently use work (except the calendar doesn't show up when you...

A PR would be great! As far as the method call failure goes, it looks to me like this has been broken for a while - the `create` function in...

Is there a chance for restic to implement the `no dump` attribute? I would like to use restic for local backups and this would really help slim my repository down!...

@fd0 That's a fair question - I mean, I myself use it for various SQLite files I generate in my work, but I can't say I know anyone else who...

It's not Playwright, but I just saw that @EvidentlyCube is working on some Cypress tests: https://github.com/Jermolene/TiddlyWiki5/discussions/6989

It's not just the `/u`/`(?u)` flag that's needed; the text being searched also needs to be decoded into a Unicode string (rather than an octet sequence) for Unicode regular expressions...

I'm also wondering if mucking around with `PERL_UNICODE` (from [perlrun](http://perldoc.perl.org/perlrun.html#ENVIRONMENT)) would address the issue.