Dan Lemon
Dan Lemon
I think it might be because of the version for https://github.com/Azure/azure-functions-host used supported Node
Hey @CarlosLlongo - did you get multiple autocomplete directives working on the same page ?
I made a local copy of this plugin but stripped it down to just `textStyles` as I wanted to override base styles for `h1`, `h2`, `p` etc This is what...
Ah I just read through what [bradlc/tailwindcss-fluid](https://github.com/bradlc/tailwindcss-fluid) does... so my solution above is only about being able to change base styles 🙈 my bad 😄, but hopefully it helps someone...
pace not working for $.ajax calls (GET and POST), but works for when I first load the page. I've tried different pace settings but couldn't find any that worked for...
@thaJeztah Create a file like `Dockerfile.php` in `PHPStorm` or Microsoft VS `code`, it will think it's a "PHP" file because it's `*.php`.
Ah for `Dockerfile.archive` - I can revert that change. Perhaps we could mention that people could setup their `Dockerfile`s like this: ``` /project - /docker - /php - Dockerfile -...
@thaJeztah, I removed the changes to the `Dockerfile.archive` file
@ThomasLohmann we've been using `.dockerfile` (e.g. `php.dockerfile`) and VSCode (and I believe Jetbrains, e.g. PHPStorm) pick it up just fine for syntax highlighting.
@ThomasLohmann nope, [uselagoon/lagoon-images](https://github.com/uselagoon/lagoon-images/blob/main/images/php-fpm/8.0.Dockerfile) repository is done this way too and that hosts several thousand different websites including the Australian government.