Nihaal Sangha

Results 70 issues of Nihaal Sangha

This (hopefully) adds a homepage button on e.g. the Chrome Web Store which makes finding the repo easier as the link in the description isn't clickable.

- [GitHub](https://github.com/franciscolourenco/done) - Config - `__done_min_cmd_duration` - `__done_exclude` - `__done_notification_command` - `__done_notify_sound` - `__done_sway_ignore_visible` - `__done_notification_urgency_level` - `__done_notification_urgency_level_failure`

This is a feature request for being able to prove your Thunderstore.io identity on Keybase. [Keybase docs](https://book.keybase.io/guides/proof-integration-guide)

Blocked by: - [ ] https://github.com/thunderstore-io/Thunderstore/issues/291 --- - [ ] Download link for packages - [ ] Package upload categories

tracking

[Docs](https://docs.github.com/en/packages/guides/using-github-packages-with-github-actions#upgrading-a-workflow-that-accesses-ghcrio) This is both a code change (in the workflows) and a GitHub change (removing the PAT secret, setting permissions on image)

_Originally posted by @MythicManiac in https://github.com/thunderstore-io/Thunderstore/issues/288#issuecomment-803599683_ _Details inferred by @nihaals_ _Italics means under review._ Tags are a way to add metadata about a package from the package manifest. They are...

wip
rfc

There are currently [51 relative imports](https://sourcegraph.com/search?q=repo:%5Egithub%5C.com/thunderstore-io/Thunderstore%24%4029a42e6f7b37e6f1dfaa28b9825411bc67fa524f+file:django/+content:%22from+.%22&patternType=literal), but most use `thunderstore.`. Maybe we could have a more specific list of instances where using relative imports is recommended or always use `thunderstore.`...

# Current implementation https://github.com/thunderstore-io/Thunderstore/blob/adc0d906c93afc5f1da715ba627ddec4ab2131e0/django/thunderstore/repository/package_upload.py#L72-L76 https://github.com/thunderstore-io/Thunderstore/blob/adc0d906c93afc5f1da715ba627ddec4ab2131e0/django/thunderstore/repository/package_upload.py#L217-L225 # Proposal WIP