dcechano
dcechano
Should I hold off on work on [Issue #4979](https://github.com/streamlink/streamlink/issues/4979)? I was exploring how some of the functionality of making (and closing) `NamedPipe`s and `HTTPServers` could be moved to the `PlayerOutput`...
@bastimeyer, I understand sir. [Issue #4979](https://github.com/streamlink/streamlink/issues/4979) seemed doable with a somewhat clear avenue to resolution, so I got excited. I'll keep monitoring the Issues section. @bastimeyer, @gravyboat If there is...
This could be implemented pretty easy. I'm having trouble however figuring out how to keep people with the plugin already installed from having the default flag once changes are released....
Hi @jmakhack, I've been working on a solution but I am having a lot of trouble coming up with a valid test. The issue is that I read and write...
> @sylvestre, you seem to have a pretty good grasp on this already. Shouldn't this be fixed in `parse_datetime`? I actually did consider this, but I figured it is not...
I made the suggested changes including adding integration testing. I also increased testing to satisfy the code coverage bot, however I'm not sure I was able to get everything. I...
> what do you think about moving it into https://github.com/uutils/parse_datetime/ ? Oh, I see. I misunderstood @tertsdiepraam. Yes, I'm willing to move my work to [`parse_datetime`](https://github.com/uutils/parse_datetime/). However, I may need...
@sylvestre @tertsdiepraam I ran into some interesting issues while working to transfer this PR to `parse_datetime`. I have opened an [issue](https://github.com/uutils/parse_datetime/issues/56) that I think warrants your inputs. Your guidance would...
> @dcechano sorry but do you have an update ? thanks Yes sir. I am very sorry for the long delay but working out a solution that covers edge cases...
@sylvestre & @tertsdiepraam I have a [PR](https://github.com/uutils/parse_datetime/pull/57) in that is a major step in addressing #3505. I'm looking forward to hearing what you guys think. Thank you!