James Falcon

Results 20 comments of James Falcon

Unfortunately without a logcat or more precise reproduction steps, there's not much I can do for this. Let me know if you find out anything more.

The obfuscation makes it hard to figure out whats going on. Is it a local file that already exists or is it being streamed?

What were you doing when this happened?

What does Mange devices mean?

Did you find an error in a specific section of code? A null pointer should result in a crash, not an ANR. Is your problem specific to AntennaPod? If so,...

I've explored software decoding options. If somebody wants to add it I'll gladly accept it, but realistically I'm not going to be implementing it anytime soon.

Are there any workarounds, or is 1.0.0b1 just currently not compatible with flask 1.0?

This patch work for you? ```diff diff --git a/cloudinit/distros/bsd.py b/cloudinit/distros/bsd.py index a38f0edd5..c4e1e15c6 100644 --- a/cloudinit/distros/bsd.py +++ b/cloudinit/distros/bsd.py @@ -3,6 +3,7 @@ from typing import List, Optional from cloudinit import distros,...

This should fix the last failing unit test: ```diff diff --git a/tests/unittests/test_cli.py b/tests/unittests/test_cli.py index 04f5f4573..c585efd56 100644 --- a/tests/unittests/test_cli.py +++ b/tests/unittests/test_cli.py @@ -247,9 +247,9 @@ class TestCLI: [ "**Supported distros:** all",...