Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue proposes researching alternative methods for `<a>` tags to navigate users, beyond their standard `href` attribute. It specifically questions the use of `onclick` events for navigation, acknowledging that MDN advises against this practice. The goal is to identify other potential navigation techniques.
AI Summary: This issue proposes enhancing `DirectoryAsset` objects by parsing their full path (likely a URL or path string) using `urllib` and storing the individual components (e.g., host, path, query, params) as separate attributes. The goal is to provide more flexibility for future functionality, while ensuring the original full path `name` attribute remains unchanged. The implementation would involve mapping the parsed `urllib` object's parameters directly to new attributes within the `DirectoryAsset` class.