Cyril Mizzi
Cyril Mizzi
As PHPActor now handles a `--working-dir` option, we have to specify the initial working directory instead of Neovim CWD
The function loadImageById() has the same content than loadImageByElement() excepted that the first one have one more line. So, I just refactored this part of script
The Material Design spec. details a lot about typography, but there's no really content about it in the Quasar documentation. Also, there's no detail about padding and margin...
This PR deploys a fresh Laravel 10.x installation, with complete examples and documentation about how to deploy a sample application to Vercel with custom assets (CSS/JS). This example bypasses `vercel-php`...
Many of Prometheus exporters support basic auth authentication. This PR adds this feature to this exporter. ```yaml server: host: 0.0.0.0 port: 9144 auth_basic: enabled: true username: prometheus password: $2y$10$piR5rO00ZYPEEf76Lm7DDeIYRZpSuGR1TuZ4rC7tpxuZmf6w0NU2q //...
See: - https://github.com/GoogleChromeLabs/bubblewrap/issues/860#issuecomment-2274000699 - https://github.com/GoogleChromeLabs/bubblewrap/issues/877 - https://github.com/GoogleChromeLabs/bubblewrap/issues/873