Pascal Landau

Results 13 comments of Pascal Landau

Just added more info on the host system (sry for omitting before): > My Host system is Windows 10 and I use Docker Desktop (non-WSL). Mentioning this, because in this...

Short follow up: I checked the running `gpg-agents` via `ps aux` and noticed, that an agent is started for `/tmp` but not for `/shared` (after running e.g. `git secret tell`)...

I believe I understand the issue now - though I'm not sure if/how this can be solved by `git secret`, because it requires adding some additional files to the `--home-dir`...

I try to reduce the amount of tools that each individual dev in a team needs to set up locally as much as possible. We use `docker` to provide the...

Hey @joshrabinowitz, sorry for the late reply and the confusion. Here's where I was coming from (probably helpful for context): I was writing a blog post about **using `git-secret` in...

I'd like to expand on @theofidry's "Apply multiple mutants (1)" suggestion and provide some real live examples: # tl;dr 1. grouping multiple unrelated tests together in the same worker/process would...

@zackrspv can you post a fully working example for the repo provided by @xarem ? I wasn't able to find a working URL, but I always end up with a...

> The best thing to do is go to the base directory yourself in your browser: > https://packages.whatwedo.ch/php-alpine Is that working for you? That was my first attempt, but I...

Hey @firecentaur, which branch are you using? When you want to "install laravel yourself" you need to use `part-4-2-phpstorm-docker-xdebug-3-php-8-1-in-2022`. Branch ` part-4-3-run-laravel-9-docker-in-2022` contains the "final result" with Laravel already installed....

Please refer to the updated article at https://www.pascallandau.com/blog/docker-from-scratch-for-php-applications-in-2022/ The Makefile should be set up in a way to force the usage of `bash` as shell