Jens Reimann

Results 241 issues of Jens Reimann

https://thin-edge.github.io/thin-edge.io/html/howto-guides/003_registration.html

component/documentation

The single server binary was statically linked for 0.8. But since then it is actually dynamically linked. We should revert to a statically linked binary, however it seems link this...

bug

### Is your feature request related to a problem? Please describe. I am trying to sign images with `cosign`. `cosign` wants a digest, instead of a tag (it can work...

enhancement

### Version `redhat-actions/push-to-registry@v2` ### Describe the bug Running the action shows: ``` (node:19061) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path,...

bug

This change adapts the changed from Eclipse Packager switching to use pgpainless, simplifying the PGP handling, this solves some gaps in the process. This correlates to https://github.com/eclipse/packager/pull/48

Currently we do have a full state of the table. Toggling a table entry forces the full table to be re-drawn. This should be more efficient and only toggled rows...

bug
help wanted

Continuing from https://github.com/patternfly-yew/patternfly-yew-quickstart/pull/36#issuecomment-1820466741: > Looks good to me, it might be worth adding a comment in the docs saying that the truncate doesn't necessarily truncate num grapheme clusters but rather...

help wanted
question

Currently callbacks carry the actual information, but not the original event. Like: ```rust onchange: Callback ``` PR #86 added the event information to that: ```rust onchange: Callback ``` The led...

https://github.com/finnbear/yew_icons seems like a great source for icons. I think it makes sense keeping what we have, but also allowing to integrate with `yew-icons`.

enhancement
help wanted