Otto Kekäläinen
Otto Kekäläinen
On the front page README.md the project name is spelled "Liquid Prompt" as two words. This PR suggests to use that spelling across all project documentation.
Here is a pretty good article on the topic: https://kinsta.com/blog/wordpress-svg/#svg-security. It links for more information to https://www.owasp.org/index.php/XML_External_Entity_(XXE)_Processing, https://www.owasp.org/images/0/03/Mario_Heiderich_OWASP_Sweden_The_image_that_called_me.pdf There is a PHP implementation at https://github.com/darylldoyle/svg-sanitizer. Maybe Scour could include similar...
I am currently comparing [ccze](https://github.com/cornet/ccze), [hl](https://github.com/mbornet-hl/hl) and others on what I would like to use in the future. Rainbow seems interesting but I suggest you extend your README to show...
One user reported that when running `vagrant ssh` and then running various `wp-pull-*` commands they all ask for password. However SSHing into the same remote server from outside the Vagrant...
On Linux (e.g. Ubuntu 18.04) a simple docker-composer command is enough to get a fully equivalent developer experience as with `vagrant up`. The Docker container uses a bridged network, becomes...
Some users encounter this bug with VirtualBox 6.1 on MacOS X: > An error occurred in the underlying SSH library that Vagrant uses. > The error message is shown below....
Users reported that the Vagrantfile features to populate the MacOS X keychain is obsolete, as apparently none of the recent browser versions use the MacOS X keychain. This needs to...
I've seen at least one Virtualbox 5.2 and Vagrant 2.x user on Mac OS X and one on Windows encounter this error message. I did not learn what the reason...
This phenomenon was noticed today while looking into why the new Vagrant box with VirtualBox 6.x seems so sluggish: Command that reads files in data mount is slow: ``` DEVELOPMENT...
The reliability of wp-languages.github.io has some times been a bit flaky. It's long term viability should be reviewed. Also check out https://github.com/Angrycreative/composer-plugin-language-update as a potential option.