Scott

Results 6 comments of Scott

Does it boot with the bootloader unlocked (i.e. don't run `fastboot flashing lock` after flashing the image and boot it)? You might need to flash the phone with the key...

@surenkov This is an issue when using forms using models that have a `SchemaField` with a `CreateView`. ```python class Foo(pydantic.BaseModel): id: int class MyModel(models.Model): foo_field: Foo = SchemaField() class MyForm(forms.ModelForm):...

> This issue has not been active in 120 days and has been marked "stale". Remove stale label or comment or this will be closed in 15 days Issue still...

I should have been more specific, everything resolves OK. The issue is that meow v9 will install an older version of `semver` which triggers an alert for [this CVE](https://github.com/advisories/GHSA-c2qf-rxjj-qqgw) in...

There is a function called `is_header` which you can override in a subclass. The input is a line, and the output is a boolean. It's more intended for RIS files...

Also seeing this issue, where "content-range" displays the total number of rows in the table rather than the number of rows after the aggregation. For example, making this query to...