Keith Hughitt
Keith Hughitt
Fair enough. I likely won't have time to take a stab at this at least until Fall, but perhaps if no one else has implemented this source by then, I'll...
Sounds good! And thanks for the clarification. I definitely wouldn't spend a lot of time tracking this down if the origin isn't obvious and it doesn't ultimately have any impact...
@Alanocallaghan Thanks for the quick response and suggestions! It would certainly be great to have improved support for numeric fields, but if it would require a significant amount of effort,...
Fyi, I'm completely fine with either decision and leave it up to the current devs to decide :+1:
In case it helps anyone else, the following changes (based on the suggestion above) fixed the issue for me: ```python pubmed_ids = protein.findall("{ns}references//{ns}pubmed-id".format(ns=ns)) row['pubmed_ids'] = '|'.join([x.text for x in pubmed_ids...
In general, having the ability to color (or assign other ggplot2 aesthetics) based on some groups defined in some column would be quite useful for many of the plotting functions...
:+1: Any plans to merge this?
No worries. I just thought I would check, in case there was a simple solution. Regardless, thanks for taking the time to create and share iterfzf with the community :)
+1. I'm caught off-guard every time I try to use `cntrl-r` to go through the history. Out of all the terminals/REPL's I jump between, this is the only one that...
That's a good way to think about it.. Probably just need to be a little careful to capture/re-run the last track command, excluding things like "--begin" if they were specified.