Vivianne
Vivianne
This is probably no longer valid. I see a different color in the progress bar to indicate the buffer load state.
I am wondering if this might only happen on a standalone instance--rather than inside docker. At least for me, the container seems to use UTC as its time zone.
That's unfortunate, apparently this is an inconsistency with the new Firefox for Android--form validation messages don't appear like they do for other modern browsers. I guess to fix this we'd...
Looks like the workflows may need to be changed for this to work, though.
I am still having this issue. I attempted to do a git-bisect to figure out what commit caused the issue, but had difficulty doing so. And unfortunately debugging with GDB...
When I have a moment, I will try to provide the full log including compile flags and link details, in case that helps. Please let me know if there is...
I get this too when running `--camera="Canon EOS 90D" --capture-image-and-download`. So I wonder if it really is the summary code, does that code path get run with this set of...
Good news. If I force the CAMERAS flags to be just "canon", I am able to build successfully. This suggests to me that it is one of the cameras. I...
This is strange. If I enable all cameras, I get the crash. If I remove one camera (and it doesn't seem to matter which!) it does not crash. Perhaps there...
I was able to reproduce this with both gcc and clang. However when I enabled ASAN `-fsanitize=address` in an attempt to catch the error in action, it no longer produced...