Numerlor

Results 23 comments of Numerlor

> @Numerlor I was not aware of the tag groups, is there an example of them currently? I don't think any are currently used or that there are any real...

> Ideally, I'd also like to add a bit more flavor-info to the pages, such as when they were last updated, and the authors that have worked on them, but...

> The cache solution sounds smart, I'll look into that. In terms of downloading, I'm not sure there's a good way to bulk download files without downloading the entire repo,...

Looks like this is caused by how we're loading extensions, if the source cog is loaded before the tags cog, then the `TagIdentifier` class used by source is different to...

> > Looks like this is caused by how we're loading extensions, if the source cog is loaded before the tags cog, then the `TagIdentifier` class used by source is...

I'm interested in looking into this but before any searching is done on the inventories we need to clean them up. Briefly touched upon this in a comment for #546...

The generated mostly miss an `#` at the end which is needed to get the HTML tag to search from, but we don't need to preserve them since they should...

> @Numerlor I'm curious if you still plan on (or already are) working on this. I have it mind, but haven't worked on it beyond some experimenting with the previous...

If going with this approach, I think it would make more sense to make the tags extension a package with a separate module for the cog and the non-cog classes...

Yes, but the entrypoint should only be the entrypoint, it currently also serves as the source of some functions which are imported through `__main__` - making it impossible to use...