Andrew Powell

Results 752 comments of Andrew Powell

FWIW we're using this to capture the TOC AST for rendering the TOC in a separate page component. An updated AST would be extremely useful.

_(for reference only, cross-linking my reply here https://github.com/pinojs/pino/issues/915#issuecomment-702753968 which is relevant to the ask)_

@liudonghua123 thanks for that workaround The clusterfck that is ESM in Node never ceases to amaze.

@alanshaw I could, but you won't have access, since it's part of npmjs.org's new private modules offering. package.json looks like this: `"@private-scope/common.template": "1.x.x"` I get the normal table output from...

Sure thing: ``` dist-tags = { false: '1.0.2', latest: '1.0.5', test: '1.0.5-cdn1' } versions = [ '1.0.2', '1.0.3-cdn2', '1.0.3-cdn3', '1.0.3', '1.0.4', '1.0.5-cdn1', '1.0.5' ] time = { modified: '2015-09-08T17:51:07.594Z', created:...

We're using it programmatically with `getUpdatedDependencies` with no options. Let me ping the folks that the org pays to be overly concerned about security and I'll follow up. Silly, but...

@alanshaw I got the go-ahead to add you to one of our modules, vendor.backbone. This module is exhibiting the same issue: david isn't seeing `1.2.x` as satisfying `1.2.3`. here's the...

Ran into the same issue as @mattcasey exception with https://jsx.email. It uses rehype-minify, which uses uglify. Uglify doesn't play well with lambdas.

This https://github.com/resendlabs/react-email/blob/3be21ad8a8f073d4e1a61c3ee94d40522c769674/patches/postcss-css-variables%400.19.0.patch#L4 seems to be a patch for the issue.