Nabil Freij
Nabil Freij
Do we want it to still have "full regex" support or to replace it with https://github.com/r1chardj0n3s/parse If we can list as many examples of possible URL/paths we need to scrape,...
# Scraper Redesign ## Goals 1. Remove regex and only use parse 2. Extract common code to higher level (directory pattern creation, etc) 3. Parallel queries where appropriate ## Current...
The "url pattern to tree" means, going from the URL that the scraper gets and the scarper going through the online server and getting all files that match that pattern....
> Another possible step to add is deleting the branch after the PR has been merged. Since I am still getting used to Github, I am not sure if this...
> While I'm quite diligent about deleting my own branches and keeping my local repo clean, I don't think you should add such a step to this guide. The guide...
The checklist version would go into a yaml file that would be read by GitHub. It would not be added to our documentation build. I think it is something we...
@Cadair Could you expand this?
I assume the issue is that `TimeSeries.__repr__` is either ugly in what it prints or the code itself and needs to be updated to look/behave similarly to how `astropy.table.Table. __repr__`...