Matthew Wilks

Results 9 comments of Matthew Wilks

Have you heard of the project tab?

It is currently in pre-alpha it will take time. You probably could help by mapping out your keyboard.

```py def get_distribution(prefix=False, use_releasever_variable=False): os_release = get_os_release() name = os_release['NAME'] version = os_release.get('VERSION') # VERSION is not set for TW if version: # strip prerelease suffix (eg. " Alpha") version...

Just from testing this patch, it doesn't work as it should. I think it has something to do with the OBS API right now.

Yep, as I thought. Because openSUSE:Tumbleweed doesn't contain any packages, OBS won't return anything from it even though it does contain the package in the published repository

I'm thinking maybe a message instead would work, telling the user to search the official repositories first

Starting to work on this feature.

These enums already have `ToSchema` specified, they just don't seem to generate.