Simon Ser
Simon Ser
Inside a Flatpak sandbox, `org.freedesktop.Notifications` is not available. Sandboxed apps are supposed to talk to `org.freedesktop.portal.Notification` instead. https://docs.flatpak.org/en/latest/portal-api-reference.html#gdbus-org.freedesktop.portal.Notification
**Describe the bug** Since a few versions, it seems like opening a notification in a separate Isolate will break the notification callbacks. **To Reproduce** 1. Call `FlutterLocalNotificationsPlugin.initialize()` in main Isolate...
Sometimes the request sent by the client can partially succeed. Example: when extracting data from a thread of e-mails, one bad e-mail may be unreadable (e.g. charset/encoding error) but the...
Useful to return nothing from a mutation. In Go, can be represented by `struct{}`. See https://the-guild.dev/graphql/scalars/docs/scalars/void
**Describe the bug** Getting this error (and app gets completely stuck) with [10.19.2](https://github.com/preactjs/preact/releases/tag/10.19.2). Everything works fine after a downgrade to [10.18.2](https://github.com/preactjs/preact/releases/tag/10.18.2). ``` Uncaught (in promise) DOMException: Node.insertBefore: Child to insert...
On Wayland, when a window is hidden it won't receive frame events. This will block `eglSwapBuffers` if the window is hidden, which potentially stalls the whole application. See https://github.com/swaywm/sway/issues/2770
## What would you like to have changed? Currently `Storage` is a pretty low-level key-value store API. However, some storage backends may benefit from higher-level information. For instance, a storage...
These are ignored at the moment.
e.g. ETag: W/"xyzzy" Ref https://www.rfc-editor.org/rfc/rfc7232#section-2.3 Related: https://github.com/emersion/go-webdav/issues/117