Rémon S.

Results 24 comments of Rémon S.

Yeah, but that's just hiding the label. With my addition, it's now possible to actually use that label and show numbered "steps" or "items" if you will.

Okay, so when adding fields, it works. But when loading in such a collection it gets rendered by twig, currently i'm solving it with adding ``` {%- if name matches...

Position is being stored in a hidden field, though.

Yeah, but keep in mind it wouldn't always be "Item" either ;)

Same story in the T580, also the Foxconn NXP NPC300. Wish it worked :(

Make it a user level systemd unit ;)

I think it's better to add a [[general]] section to the configuration file and add a toggle there like `oblique = true`, for performance reasons

@oryasida that would have a nasty side effect, what if only that oblique command isn't set and the rest is?

I rather meant that checking for one then all is implicit configuration, I'm more a fan of explicit configuration. if `oblique = true` is set in [[general]], then run the...

I'll think about it for a bit for the rest of the evening and tomorrow, probably some hybrid/combined solution and/or splitting up the responsibilities (detection vs checking vs execution) Who...