Michael Thompson

Results 17 comments of Michael Thompson

Not at all but happy to accept any changes via PR! I haven't worked on this in a long while.

I don't have a running version to test with, but I think we need to adjust the format/content of the ndjson to match the newer Kibana structure: ```json { "attributes":...

Really appreciate you working to get things fixed up, btw.

If you've got a shell with Python handy you could do something like: ```python import json from pathlib import Path def validate_ndjson(file_path): try: # Reading and parsing each line as...

What've I've done for now is comment things out in `plugin/gutentags_plus.vim`: ```diff diff --git a/plugin/gutentags_plus.vim b/plugin/gutentags_plus.vim index ef0983f..4263e97 100644 --- a/plugin/gutentags_plus.vim +++ b/plugin/gutentags_plus.vim @@ -11,11 +11,11 @@ let s:windows =...

+1 Collapse/expand all toggles. Would be great to have a larger inline expand/collapse toggle, too, similar to how Firefox handles JSON.

@bassjobsen: thanks for the override suggestion using a conditional in `woocommerce.php`! As of WooCommerce 2.4.12 this still seems to be the way to go.