Matthew Scouten

Results 6 issues of Matthew Scouten

I like this very much but my current use case involves a complex set of chains and chords. I want to monitor the progress of the workflow as a whole,...

question

### Describe the bug We have an internal api that cares about whether the url ends in a '/'. This may be a poor design, but such things exist. When...

bug

I am working with a model that looks like this: ``` class MenuItem(models.Model): caption = models.CharField( gettext_lazy('Tab or link name'), max_length=64, db_index=True) parent = models.ForeignKey( 'self', on_delete=models.SET_NULL, blank=True, null=True) ```...

question

I wanted to restrict valid formats differently for different models. By examining the code I discovered that I could set `formats`, `export_formats`, or `import_formats` as attrs on the admin to...

question
docs
good first issue

We only want to use this for AUDIO for now. For video, we are using a youtube embed widget. We only setup the our `StreamFields` with `AudioChooserBlock`, and that's fine....

as a new player, I find myself squinting at these to count tiles and figure out how much space I have to clear to fit them. It would be helpful...