Pascal Chambon
Pascal Chambon
As we see in this except, at the end, the playlist still tries to load an items OUT of bounds, which is undefined, so the mediaelement player makes errors ;...
Just in case someone stumbles on this : the sorting page doesn't get updated by djangoadmin_reorder, because it uses direct render and not template reponse ; so one should replace...
The YAML config is built by simple string formatting in https://github.com/hackebrot/pytest-cookies/blob/master/src/pytest_cookies/plugin.py But since on Windows, filepaths use backslashes, this makes an invalid YAML file with wrong escape sequences : ```...
**Describe the bug** In the context of Django Rest Framework for example, "_default_translatable_fields" is populated when queryset loads the instance, modifying it and saving it doesn't change this "_default_translatable_fields" later,...
It'd be awesome to be able to (right) click tags in RF files, and search/goto the corresponding tagged testcases. Since Tags can be in the form "tag" or "tag1ANDtag2", the...
[BUG] Crashes and errors when recording video+audio with libcamera-vid/libav on RPI ZERO (Bullseye)
Hello, I've tried all kinds of combinations to record video+audio on a raspberry pi zero V1, with libcamera-vid. I always get "Application provided invalid, non monotonically increasing dts to muxer...
For now, the sample rate (Hz) of captured audio is not editable by command line option, as noted in https://forums.raspberrypi.com/viewtopic.php?t=333940 It'd be useful to have that audio, e.g. to lower...
I've seen several CLI options of control pause/resume of capture with signals or keyboard, but not for interactively stopping the recording. I'm not sure what's supposed to happen in case...
I'm using rstcheck (https://github.com/myint/rstcheck) to ensure RST code and python code in slides is OK, however it raises an "(ERROR/3) Document or section may not begin with a transition." because...
Thansk for this package Here is a little buglet : when I group models together under a single app-name, clicking on "cross referenced" models will lead to a page where...