Taylor S. Marks
Taylor S. Marks
I tried just adding `# pragma: no coverage` comments to the lines which were getting flagged as uncovered but I knew were obviously getting covered, IE, function definition lines, but...
What’s truly remarkable is the number of people who complain without offering a PR to fix the issue.Did my FOSS help you? Cool.No? Sorry, did we have some kind of...
This seems to work ok for me for checking whether Kafka is up or not: nc -z localhost 9091 || exit 1 (Note that I personally have Kafka running on...
The dependencies are part of a standard macOS or Windows installation. Many Linux distros have gstreamer as part of a standard install. I’d like it to gain support for phonon...
I also have a Pi 3 running Raspian. I’d be happy to test and accept any pull requests to fix it. (I’m not a very good BDFL.) Taylor > On...
If it’s often that easy to fix, it should be made to display a message saying to do so, or it should just automatically take care of it. Alternatively, can...
Hello, Do you have gstreamer installed? I believe it’s part of the standard gnome desktop installation. It wasn’t able to find the gi module, which should be installed in the...
I believe the name of KDE's media component is phonon. Take a look here for an example of it being used: https://techbase.kde.org/Phonon/Python The `delayedInit` method creates a `Phonon.MediaObject` and `Phonon.AudioOutput`...
The only requests I take are pull requests, and the only bugs I’m going to care about are the ones that include failing unit tests. You’re welcome to implement these...
How much have you tested this? Do you have a test case where the code previously reliably failed but this now reliably works? One possible issue I see here is...