Results 37 comments of Ram-Z

Have a look at https://github.com/Ram-Z/awesome-pomodoro/commit/cfa88849c204277c459814969296305998c21225. I think that addresses some of the changes for 4.0

Try: (note the `/init` in require) ```lua local pomodoro = require("./pomodoro-ram-z/init") pomodoro.init() ```

:+1: Any particular reason this has not been merged in yet?

The issue this is trying to solve is that "ingredients are not listed in the correct step". This usually gets noticed when reading the steps instruction. So the best place...

I'm trying to create a user in the container that matches an existing user on the host to be able to have a persistent home directory which is accessible from...

The advantage of using the `Bind` and sysusers is that it is more portable, i.e. the created user will have the same id as the folder that is going to...

This would allow us to map `open -b {url}` to `Shift+MiddleClick`.

Rapid toggling of checkboxes would be nice. I.e. `hint checkboxes --rapid` or `hint inputs checkboxe --rapid`

Indeed, but I was on a page with a lot of links. `:hint all` was too much, pushing the number of chars to 3 and also the hint of the...

Didn't realize there were tests. So... `clang_format#format(line1, line2)` now only returns the part between `line1` and `line2` which has been formatted. This is not what the tests expect. I'll have...