Ahmed Khalil
Ahmed Khalil
I'm using the Prettier extension esbenp.prettier-vscode for VSCode. Per Prettier's instructions (https://prettier.io/docs/en/integrating-with-linters.html), my settings.json looks something like: ``` { "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true, }, "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode",...
Yes, it works with CLI. I'm only having trouble getting it to work with Prettier for VSCode. PS: All the other ESLint plugins I use work with Prettier for VSCode;...
A simple get command causes dynomite to crash: ``` $ telnet localhost 21211 Trying ::1... Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. get greeting Connection closed by foreign...
I'm still seeing this problem in 2.11.0. Is there an extended debug option we can enable to get more insight with what's going wrong?
@Charokee : I checked the MySQL multilingual_linked table and believe I have identified the reason why MultilingualPress returns the wrong relationships. When MLP returns the correct relationship, the multilingual_linked table...
1. Yes, we have the purge on save menu option disabled. 2. Great, I hope you can make the purges concurrent as it would greatly speed up the admin interface....