Serve your build locally with nginx through docker
Sometimes you might want to debug problems or behavior of your produdction build locally. To do so, you have to somehow serve it. This post explains how!
Sometimes you might want to debug problems or behavior of your produdction build locally. To do so, you have to somehow serve it. This post explains how!
A possible fix for the error Could not find router reducer in state tree, it must be mounted under "router" with connected-react-router
In this post I explain how to fix an error about an error that is caused by a package, which was signed with a missing/untrusted public key.
This post explains how to fix the PGP signature verification on AUR packages. If the key of a signed PKGBUILD is not present in your public key ring, you will otherwise see "ERROR: One or more PGP signatures could not be verified"
A recent upgrade of docker-compose might cause a nasty error. In this post I explain what to do to restore your debugger and the big why.
WordPress in Docker can cause quite some headache. Especially the reverse proxy, which we need to pass through traffic from host to container. I struggled with a "Too Many Redirects" error, which can come from some different sources.
Many zsh users use oh-my-zsh in combination with the nvm plugin to use the right node version for every project, configured through .nvmrc files. This, in turn, slows the startup of your shell quite a lot. But we can easily fix this slow zsh startup! Instead of always loading your nvm autocompletion, we can command oh-my-zsh to just load nvm ressources on-demand, also known as lazy-loading.
A short post on how to fix the library error mentioned in the title. We fix this by downgrading libffi or installing libffi7 from the AUR.