Mandy Schoep
Mandy Schoep
Removed redundant calls (they are catched by `__call`) to `$this->template` in `TraceableTwigTemplate` to remove the following incompatibility warning: `Declaration of DebugBar\Bridge\Twig\TraceableTwigTemplate::hasBlock() should be compatible with Twig_Template::hasBlock($name, array $context = NULL,...
## What does this PR do? Allows to approve friendship requests ## Why was this PR needed? Method was not available ## What are the relevant issue numbers? 281 ##...
Do not block all incoming connections by default, this makes sure that people who are remotely connected to the machine can still access it, instead of getting locked out. This...
- Do not continue when Docker build fails - Added --docker-opts so options can be passed to `docker run` - Added Shellcheck Github action - Remove trailing comma's in `devcontainer.json`...
Hi! Thanks for the wonderful work, all! I created a _Dockerfile_ for _Ubuntu_ to show how you can install _Neovim_ + all the dependencies necessary to run Packer + Mason...
Fixes #31 Fixes #24 - Updated dependencies to fix ``` Traceback (most recent call last): File "/home/mandy/.local/bin/pydeezer", line 5, in from pydeezer.cli import cli File "/home/mandy/.local/lib/python3.10/site-packages/pydeezer/cli.py", line 5, in from...
Hello! Thanks for this awesome project! I created a Nix Flake, so you can run `dzr` with one command. All the dependencies are included in the Flake and locked to...
When running `flarectl dns create-or-update` the update fails because it uses `name + '.' + zone` instead of just `name` ## Description Change the name which is used to fetch...
Change Docker image tag to pageview-v2, which contains the code to fetch the visitor counter from Redis, see code of the image: https://github.com/PacktWorkshops/Kubernetes-Workshop/blob/master/Chapter01/Activity1.01/pageview-modified/main.go
**Describe the bug:** When installing *[email protected]*, version *1.5.7* is installed instead, which is also the version declared in [flox/nixpkgs](https://github.com/flox/nixpkgs/blob/6500b4580c2a1f3d0f980d32d285739d8e156d92/pkgs/applications/networking/cluster/terraform/default.nix#L170) **Steps to reproduce:** 1. Run (`flox create`, first, if necessary for...