isla w
isla w
Having each line of code in its own `````` would probably work OK too if that were less of a disruptive change
Yes I am taking about a javascript integration. Sorry it wasn't clear earlier I was giving an example of a common case for this: If you click on a line...
If you want to se if there are *any* plugin or theme updates (as in your example) this currently works and provides sort of similar information: ``` wp plugin list...
It does use EDITOR when EDITOR is set in environment: https://github.com/wp-cli/restful/blob/78a717bb41dfecd003a7088a0d862aaa1b455f85/features/bootstrap/utils.php#L341-L357 And defaults to vi if it is not set. So something is causing EDITOR not to be set. I...
Stumbled across this and wanted to say the regex above can be *very* slow for large datasets (as it warns). Over hundreds of sites I've never had a problem always...
This would be nice! I have a large project that uses a lot of modules I don't have installed locally and I get compilation aborted type errors if trying to...
Somewhat theme related for highlight groups: Many upstream Tree Sitter grammars include highlights intended to work directly with nvim (since it is probably the most used editor with tree-sitter support)....
That is an interesting idea, but I'm not sure if people would end up liking that. I think people would want the colors to be consistent across all file types,...
Looking down a bit, the `--activate` flag does already cause an initial deactivation if switching an active plugin to network mode, so there is somewhat mixed behavior in the current...
It isn't really about needing a solution to a particular plugin issue, it is more about the expected behavior of a "force install and activate" command. With this output: `Installing...