Adam Duncan

Results 59 comments of Adam Duncan

Interesting. This seems partly related to a [suggestion]( https://github.com/adamduncan/eleventy-plugin-i18n/pull/5/files#diff-08c660d429fe5ab930f580b6d7c2725b5ed34152d63df3f0e79df149b92e8116R36) from @unconfident re: `localeContext`. I'm trying to get a better idea of how. Can you please share an example of how...

Hey @gremo. We need to patch something else with the library (#10), so will try to absorb this properly when we do that 👍

Nice suggestion, @mittelgrau! Would be interested to know if there's much (if any) perf impact, given eleventy's already so speedy. Maybe @zachleat would be able to offer a steer. I'll...

Hey, just coming back around to this recently. Apologies for leaving it so long... I'm curious about this one. In a sense we'd need to differentiate between `addShortcode` and `addPairedShortcode`,...

+1 on this. Also useful for other [global](https://developer.mozilla.org/en-US/docs/Web/CSS/color#syntax) color keywords

Does the [--git-remote-name](https://github.com/lerna/lerna/blob/main/commands/version/README.md#--git-remote-name) flag take care of the remote/`origin` aspect of the issue here?

Have created a small wrapper module that preserves directory structure, whilst not impacting imagemin's native API: https://github.com/adamduncan/imagemin-dir (alpha) Hopefully can be of use until this issue is resolved. Feedback and...

To elaborate on [@inouekun's comment](https://github.com/diegomura/react-pdf/issues/1744#issuecomment-1110636319), we managed to work around this with [`patch-package`](https://www.npmjs.com/package/patch-package), using CRA5 and without ejecting or resorting to `craco`. These steps should hopefully get things rolling: 1....

Since [v7.8.0](https://github.com/babel/babel/blob/master/CHANGELOG.md#v780-2020-01-12) you can use the `--out-file-extension` flag? ``` "scripts": { "compress": "babel --presets minify *.js --out-file-extension .min.js --mangle.keepClassName --no-comments" } ``` https://babeljs.io/docs/en/babel-cli#set-file-extensions

Hey @sguter90, thanks for raising and proposing a workaround. Is this a similar issue to what PR https://github.com/adamduncan/eleventy-plugin-i18n/pull/18 was looking to solve? (A little additional context there from the time)...