Inilien
Inilien
given markdown ``` * test quotes * > a quote * > deeper level quote still a quote since the same paragraph > quote again after empty line some more...
It would be nice if `capture pane contents` feature stored several checkpoints and not just the last one. I am using `tmux-continuum` with ``` set -g @continuum-restore 'on' set -g...
Hi, I would like to ask to add more information into README about what exactly the Chrome Cloud Storage sync function does. It wasn't obvious for me what that means...
``` import jmespath a_work = [[{"a": 1}, {"b": 2}]] a_not_work = list(zip([{"a": 1}], [{"b": 2}])) # jmespath cannot be applied to zipped result assert a_not_work == [({"a": 1}, {"b": 2})]...
I believe now any tuples in input data should be treated as lists. use case described in the issue https://github.com/jmespath/jmespath.py/issues/179 now works as expected in the issue
**Is your feature request related to a problem? Please describe.** Sorry, do not know of a proper way to suggest a wiki update. Decided to submit information here for now....