Nils Bergmann

Results 33 issues of Nils Bergmann

Hi! I love your apple tv client. Since I started using Floatplane I always missed an apple tv client. You really did a great job. I don't know if I...

It looks like the vite plugin has issues when it is used in combination with `@rollup/plugin-commonjs`. Here is a small reproduction: https://stackblitz.com/edit/github-tjryeq?file=vite.config.js As a workaround I moved `@rollup/plugin-commonjs` to `build.rollupOptions.plugins`...

Hey, I noticed that the `NotificationOptions` definition doesn't include the [actions option](https://notifications.spec.whatwg.org/#dictdef-notificationoptions). This is the current definition: [dom.generated.d.ts](https://github.com/microsoft/TypeScript-DOM-lib-generator/blob/179bdd84a944933a3103f29c2274c9f5a857b693/baselines/dom.generated.d.ts#L1012) and [serviceworker.generated.d.ts](https://github.com/microsoft/TypeScript-DOM-lib-generator/blob/179bdd84a944933a3103f29c2274c9f5a857b693/baselines/serviceworker.generated.d.ts#L402) Here is the relevant [mdn link](https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerRegistration/showNotification#actions). In addition, `timestamp` and...