Michael Zetterberg
Michael Zetterberg
This fixes the instances where changes to CSS and JS causes a new manifest file to be written but not read back properly in the build process causing the site...
I ran into two problems with writing my own helpers in `./helpers`. First of all I would like to overwrite the helpers in Broccoli Taco. [This line](https://github.com/moudy/broccoli-taco/blob/master/lib/site.js#L78) is preventing me...
In section ["As a NFS-redundant Stack Service (RECOMMENDED)"](https://github.com/cusspvz/btsync.docker#as-a-nfs-redundant-stack-service-recommended) it states to run: ``` sh docker run \ --name btsync-nfs \ bootstrap SECRET_HERE some-third-party-image ``` Shouldn't that include the image too?...
Hi, would you be willing to support [WPGraphQL](https://www.wpgraphql.com/)? [This line](https://plugins.trac.wordpress.org/browser/application-passwords/trunk/class.application-passwords.php#L339) only allows XML RPC and REST. It therefore actively blocks WPGraphQL requests. It works really well once you get past...
Homebrew usually informs its users that they need to symlink `*.plist` files to `~/Library/LaunchAgents/` for the services to get loaded on login. But doing this with brewdo fails because `_homebrew`...
The [documentation for hash.update()](http://nodejs.org/api/crypto.html#crypto_hash_update_data_input_encoding) states that if no encoding is given, the argument is expected to be a Buffer. Like many other "hash tasks" for Grunt, grunt-ver [provides the contents...
Here is a PR for #134 @reynoldsalec When a user sets `home: ''` in `~/.lando/config.yml` Lando creates an empty `.ssh` folder in the working directory. This PR helps avoid this....
Thanks for Lando! I would like to report a simple but annoying bug. Due to https://github.com/lando/cli/commit/582e22a6e01239c8af0448a3b89b6660dfc20248 when setting `home: ''` in `~/.lando/config.yml` to avoid mounting the home folder as described...