Owen Solberg

Results 5 issues of Owen Solberg

Not sure what the rationale for [this](https://github.com/peritus/bumpversion/blob/6ec908f018a827bfae94ed50baf241461eba7bcb/bumpversion/__init__.py#L245-L254) is. If a search pattern has been specified in the config file, and the pattern is not found, then bumpversion should just not...

## New feature Nextflow strict mode helps avoid a lot of troublesome silent errors, but it does not seem to throw an error if a process declares a label that...

lang/config

Beet is assigning unique album IDs to my self-tagged tracks, when those tracks are imported in a piecemeal (piecewise) fashion. I don't know if this is a bug or expected...

feature

ForeignKey lookup works as long as no null values are present. But I also have some models where null values are allowable, for example: ``` class Foo(models.Model): name = models.CharField(max_length=64,...

@umesh-krishna Can you think of any clever way to make properties available in the server-side data table view? I.e. say my models look like: ``` class Bar(models.Model): foo = models.ForeignKey(Foo,...