Matthias Esterl

Results 59 comments of Matthias Esterl

We see a similar issue: ``` ├─ /_ipx/s_800x950/base/c32bc42e-0c27-45f6-b0da-3f2ae7a3eea0.webp (25305ms) nitro 8:24:28 PM │ ├── Error: [500] │ └── Linked from / │ └── Linked from /de ├─ /_ipx/s_1092x988/base/6de9ee26-1530-4110-98d3-b3c349db5d47.webp (25324ms) nitro...

There are cases where leaving the alt attribute empty makes sense. For example, decorative images that don't add meaningful context can be hidden from screen readers by using alt="". This...

The `openframeworks-nightly` package in AUR is quite outdated. Did you use it? I installed oF on a fresh arch installation yesterday using the [openFrameworks](https://aur.archlinux.org/packages/openframeworks/) package on AUR. To get the...

https://github.com/formfcw/directus-extension-flexible-editor/blob/0aea3df04f3bd78a5628e99a104509c6e269c7d4/src/interface/tools/text-align/index.ts#L14 Is `codeBlock` needed here?

Looking [at the documentation](https://tiptap.dev/docs/editor/extensions/functionality/textalign#types), I think it doesn't make sense to have it here. And I'd guess, removing it would fix the bug, but I don't have an easy way...

@hanneskuettner Thanks for getting back to be that quickly. Here are more details, let me know, if I can provide any other information or test something. Public permissions are all...

This currently is a really blocking issue, does any one has experience? Only workaround so far is to create the fields, which defeats the purpose of M2A.

Yes, you are right. This also explains, why we don't have this issue in some other projects. There we did exactly this, but I thought it was an issue with...

**Workaround:** We use a flow to fix the subjects before the mails go out: ![image](https://github.com/user-attachments/assets/71f28563-a140-41cc-bcbf-89219dd90f6a) This is the script code: ```js module.exports = async function(data) { let subject = data.$trigger.payload.subject;...