Moritz Marquardt
Moritz Marquardt
I'd also have a lot of ideas on how to improve GitFiend and would spend time to work on this and create PRs. It would be awesome to have it...
What does "Planning evaluation (don't pick)" mean? Is this still something that can/should be done by the community?
On linux filesystems, the `rename()` method doesn't delete anything, it just changes the path on the filesystem. That means that it won't work between different filesystems at all, which is...
I tried various image croppers now and found [Croppie.js](https://foliotek.github.io/Croppie/) to work very well - an image input component for Authentik (although not yet actually working) could look like this then...
And **please** display undisplayable Unicode characters in a hexadecimal format - it happens so often that micro puts some escape sequences into files for whatever reason (probably related to #779),...
Not OP, but I got it to work by replacing `hcl` with `cty` in the child struct's tags, but couldn't figure out how to use optional fields. :confused: This is...
Just a side note: with both Wayland and ARM support (#88), embedded devices could profit *a lot* from Ultralight, e.g. in industrial applications, home automation, and so on. I'm really...
For people finding this thread: the following TypeScript code works for me to dynamically resize the cropper using directly the `.croppr-image` and `.croppr-imageClipped` elements. ```typescript let lastKnownValue: Croppr.CropValue; this.uploadedImageCropper =...
Can confirm that this is still happening on NC 25.0.1 with NC Office 7.0.1. Do you all use SAML by any chance? Because we didn't experience that before, but we...
Found a workaround: - Add a text file with one empty line to `custom_apps/richdocuments/emptyTemplates/`, and call that file `template.md`. You can use `echo > template.md` to create such a file...