John-Kim Murphy
John-Kim Murphy
When birch-outline is included in a project with rollup, a circular dependency error occurs like this: https://github.com/fb55/htmlparser2/issues/256 The fix required appears to be in v4 of htmlparser2. Additionally, I can't...
Quick edit needed [here](https://github.com/jessegrosjean/birch-outline/blob/66aa29097b4df45c11ddac379c2d310f5ef0a7c2/src/birch.coffee#L3).
Briefly summarized in code: ``` Item.setAttribute('data-name', 'value') // Normal case: sets @name to value Item.setAttribute('name', 'value') // Silently ignored Item.setAttribute('id', 'value') // Throws exception Item.setAttribute('data-id', 'value') // Silently ignored Item.setAttribute('data-type',...
Currently, the new svelte-add outputs a ERR_MODULE_NOT_FOUND error when run with a Preset-based adder like pug-adder. It is not obvious the true cause of the error is that svelte-add is...
`hw.news.render()` is called for routes that don't display the news list, like https://hackerweb.app/#/about, or a specific news item. This may result in unnecessary calls to the HN API. It also...
I think service-worker.js should ignore requests where the URL has chrome-extension scheme. Otherwise this error might happen: service-worker.js:19 Uncaught (in promise) TypeError: Failed to execute 'put' on 'Cache': Request scheme...
If the protocol is included in GATSBY_AUTH0_DOMAIN, the Login button goes to a malformed URL. It should just be the bare domain. Note the JWT_ISSUER is in the correct format,...
Side effect from overwriting the user data at every sign in: If a user authenticates via Google/Facebook/etc their `roles` property is set to `[]`. Fix is to use the `socialuser.additionalUserInfo.isNewUser`...
sensitive: needing to be treated with care or secrecy
### Describe the bug A named form action returns a 500 Internal Error when served from Vercel with ISR. ### Reproduction **Steps:** 1. Clone repo: https://github.com/Leftium/kit-demos/tree/isr-actions 2. Deploy to Vercel...