Mark Fulton
Mark Fulton
take https://devdocs.io/ as an example, it can be installed as an app and when launched Chrome opens an installed web app as its own top level app on macOS/Windows/etc. while...
1. Some examples for the new [Popover API](https://developer.mozilla.org/en-US/docs/Web/API/Popover_API) would be helpful. 2. There might be some opportunities to provide targeted support in HTMX to make it easier to create rich...
**What happened?** An invalid signature was sent in a request and my server returned a 500, Internal Server Error, due to `verify` rejecting with a `TypeError`: script.ts ```ts import {...
### Describe the feature I learned about Nitro today. I see it has SQL Database support as well as experimental service worker target. Does SQL support work in SW? If...
replaces `lodash` imports with specific function module imports Closes #128 (although there are other things that could be done to reduce bundle size, this change tackles the largest opportunity) **Contributing...
My team is trying to reduce the size of our app and `twilio-taskrouter` is one of the larger dependencies in the web app. Can efforts be made to reduce the...
### 🚀 Feature Request [BrowserContext.prototype.storageState()](https://playwright.dev/docs/api/class-browsercontext#browser-context-storage-state) is very convenient. I appreciate that [Session storage | Authentication | Playwright](https://playwright.dev/docs/auth#session-storage) outlines how to also persist and restore `sessionStorage` but it would be even...
Periodically I end up reviewing large PRs that have lots of files that have ~~similar~~ identical diffs (e.g. package rename causes imports and dependencies in package.json files to change, etc.)....
**Is your feature request related to a problem? Please describe.** Most of my apps updates when my OS transitions from/to light/dark color theme but Azure Date Studio doesn't. **Describe the...
**Is your feature request related to a problem? Please describe.** I want to use newer Web JS APIs in my app without polyfills but `happy-dom` doesn't implement some. **Describe the...