Markus Wüstenberg

Results 41 issues of Markus Wüstenberg

`Lazy` is a function that returns a `Node` that is itself also a `Node`. Used with `If`, it enables lazy evaluation of the node to return, depending on the condition...

`IfFunc` is like `If`, except it takes a callback function that returns a `Node` instead of a `Node` directly. Great when the condition is a nil check and the function...

…and if it's worth breaking backwards compatibility for it.

question

The title is escaped, but the language and descriptions are not. Figure out if this needs to be done.

When they're in their own package, it might make sense? Or perhaps it's better to move gomponents-heroicons into a more generic gomponents-icons and allow to include additional icons?

question

I've never liked that the error is ignored.

`Lazy` provides lazy evaluation of node rendering. Useful together with `If`. Fixes #152

help wanted

Maybe all the rendering logic can be moved from `El` into a shared function easily?

I think it could be worthwhile to reconsider the naming for the `mount-dir` and `data-dir` configuration options. In the litefs-example repo, the following values are set: ```yaml mount-dir: "/data" data-dir:...

enhancement