Stanislav Khromov
Stanislav Khromov
When using Apache as the web server with "VBox default" synced folder , it breaks when you try to access http:// : A 403 error is displayed. The following error...
Getting these errors on first-run `vagrant up` . Is this anything to worry about and does it break the deploy? ``` ==> default: TASK [php : Install Package] *************************************************** ==>...
Instructions for how to configure Koko to work with WP Engine. It requires a specific sequence of steps outlined in the attached snippet.
Repro: ```jsx import { t, setLocale } from 'react-i18nify'; setTranslations({ sv: { 'Hello. There': 'Hallå. Där', }, }); setLocale('sv'); t('Hello. There'), // Prints "There" 🤷♂️ ``` Using `"react-i18nify": "3.1.7",`
The path to `module` and `main` is not correct. Without this change you get the following Rollup error when building (note the import is in a `.ts` file, not `.svelte`)...
Just tried running `npx wp-strap plugin` to initialize a plugin, went through the setup steps and filled in all the details, no errors were shown. After completing, the placeholder values...
I believe the documentation is incorrect, as the code example gives an error. ``` Invalid configuration object. Webpack has been initialised using a configuration object that does not match the...
404 on all pages on frontend that use the // prefixes in url, ie `site.com/en/page` Seems like Rewrite Rules are broken, checked with Rewrite Rules Inspector:  `REDIS_PASSWORD` and passes it as `CMD exec redis-server --requirepass "$$cap_redis_password"`. This should work in theory but when I tried to provison...
### Version 0.2.0 ### Platform Linux 92475282fbe3 5.15.68.1-microsoft-standard-WSL2 #1 SMP Mon Sep 19 19:14:52 UTC 2022 x86_64 Linux ### What steps will reproduce the bug? Build a simple Dockerfile and...