Maarten Zuidhoorn
Maarten Zuidhoorn
The `gatsby-rehype-inline-images` does not seem to support Gatsby 4 at the moment. With the following config: ```ts { resolve: 'gatsby-transformer-rehype', options: { filter: (node: Node) => node.internal.type === 'GhostPost', plugins:...
Node.js 12 is currently maintenance only, and is soon EOL. Node.js 16 is the current LTS: 
This PR adds a new account type called "Offline account", which can be used together with Quill to sign transactions offline.
I'm trying to use the `poll` function but it does not seem to work. Manually polling with `setInterval` does work. Here is the code that's not working: ```typescript import {...
### Is your feature request related to a problem? Please describe. When using Manifest V3, [`chrome.browserAction` (and `pageAction`) is replaced with `chrome.action`](https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/#action-api-unification). It looks like this is not supported by...
Right now, [`AES-256-CBC` is hardcoded as encryption algorithm](https://github.com/sindresorhus/conf/blob/main/source/index.ts#L19). Other AES-256 modes, such as GCM, offer some benefits over CBC (like authentication). Changing this would be a breaking change, so a...
I'm trying to add some styles to an `energy-dete-selection` card, but it seems like the styles aren't being applied. I tried messing with the selector, shadow roots, etc., but I...
## **Description** This adds support for localised Snap manifests. Instead of getting the Snap name from the subject metadata controller, I've added a new selector which returns the localised manifest....
This is what shows up in 1.9:  I know that this project is pretty old, but it would be great if this could be fixed.
We need a way to pad array items to 32 bytes, but not encode the length of the array. Right now we do that using the `arrayPacked` flag, but there...