Marcus Weiner

Results 45 issues of Marcus Weiner

CBOR knows these two types ([spec](https://www.rfc-editor.org/rfc/rfc8949.html#fpnoconttbl2)): - `0xf6` => `null` - `0xf7` => `undefined` Serde only knows `Null` afaik, or at least the `Value` enum doesn't have anything closer to...

It would be cool if other rust tooling was able to use the functionality that `warp-packer` provides. This would mostly mean putting some functions that are currently in `main.rs` into...

_Eleventy Version_: 0.12.1 or 1.0 When using `withHydration` on a layout component, I get this error: ``` Problem writing Eleventy templates: (more in DEBUG output) > Having trouble writing template:...

enhancement

When trying this Plugin with Eleventy 1.0 I get this error: ``` [11ty] Problem writing Eleventy templates: (more in DEBUG output) [11ty] > Having trouble writing template: _site/posts/hello/index.html `TemplateWriterWriteError` was...

eleventy-1.0

When hydrating a component that gets passed props with values that are strings with newlines, i get this error in the browser: ``` main.4cbde32973bc4eb1fe2d.js:1 Could not hydrate interactive components. Error:...

bug

**- Do you want to request a *feature* or report a *bug*?** When updating PayPal payment with details sometimes there would be an error: ``` [{purchase_units[0] Item amount must add...

**Note:** Since I'm already hired to work on GoCommerce this is just a note for me to remember to fix this and how. I'm still open for suggestions on the...

**- Summary** Some issues were likely caused by outdated dependencies. This tidies the dependency lockfile. **- Test plan** Verifying on staging **- A picture of a cute animal (not mandatory...

**- Summary** Tracking PR for some ideas around dogfooding Gotrue for Netlify Backend services. Nothing specific to consider yet. - OAuth2 provider implementation for Netlify - Encryption of OAuth2 access...

**Describe the bug** In the [edge handler deploy plugin](https://github.com/netlify/netlify-plugin-edge-handlers/blob/master/src/index.js#L138) we use `utils.build.failBuild` when a user error occurred. This gets reported in the UI as a `Plugin error`. It seems this...

type: bug