Nathan Plowman
Nathan Plowman
In case this helps anyone else reproduce and fix this issue... I was encountering the same issue when using Drush through Terminus on an Alpine Linux docker image we were...
I encountered the same issue on a CI image running Alpine linux. Installing bsdtar fixed the issue for me as well. For Alpine, the command was: sudo apk add libarchive-tools
This is a feature I would be really interested as well. Not having the ability to do this is actually a fairly big barrier to adoption of UI Patterns for...
Adding a note for anyone else who encountered this: I found that I had to include acorn-jsx like this: `resolve("node_modules/acorn-jsx"),` rather than like this: `resolve("node_modules/buble/node_modules/acorn-jsx"),` for it to work. I...
Downgrading Docker for Mac resolved this issue for me. Upgrading to the latest version (4.26.1) seems to have been what introduced the issue for me. Downgrading to 4.17.0, which is...
Here's a fix I'm submitting for consideration: https://github.com/dpi/rng/pull/188 The validation function includes a check against a whitelist of existing users, that is supposed to prevent this issue. However, the whitelist...