Devon Govett

Results 894 comments of Devon Govett

For now, the solution is to downgrade to node 22.6. We are waiting from someone from the node/v8 team to investigate. AFAICT this is not a parcel bug but a...

Update: I've reduced this to a simple reproduction in Node. Hopefully someone with more knowledge of node internals is able to fix it out soon! https://github.com/nodejs/node/issues/54573#issuecomment-2381007851

Thanks for confirming everyone! Going to close this out.

In your example, removing the viewBox has no effect though because of the `width` and `height` attributes. Does svgo still remove it if those are not present? Are you overriding...

I was able to migrate our code to use the new API in #9966, but I'm worried that this might be a breaking change for end users. Projects may include...

I'm still not exactly sure how we can do that without waiting for a major version of Parcel. Maybe there's a way to detect if a config is compatible with...

Yes, working on that, aiming for within the next week or so. Sorry for the delay.

Question: why do you need mergeProps in a server component when most of what it does relies on client features? For example, merging event handlers and ids relies on client...

Complete format control is unlikely to be supported in the near-term. We rely deeply on the browser's [Intl.DateTimeFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat) for date formatting, which does not currently support custom format strings (e.g....

`@babel/plugin-syntax-import-attributes` should work to enable parsing import attributes. In the latest version it should already configure the `importAttributesKeyword` for you. Are you sure you're using the latest Babel version? https://github.com/babel/babel/blob/a2025d7d695b0f3b0506f66225d6b15bcfa1cf6a/packages/babel-plugin-syntax-import-attributes/src/index.ts#L23