Brenek Harrison

Results 18 comments of Brenek Harrison

I also am having issues with some folders being locked by this project. For me, the build/tmp folder in my repository is being locked up such that my gradle script...

~I was observing this with versions 1.6.1 and 1.7.0, but with 1.7.1 I am no longer seeing this behavior.~ Edit: The behavior was gone for about a day or two,...

I am fairly certain this is caused by using `pytube` instead of `pytube3`. Try replacing the old version with the new version, and see if that helps.

@Dito2007baik It is likely that you just need to uninstall pytube and install pytube3. Something like: `pip uninstall pytube` `pip install pytube3`

I suppose I am a bit confused as to what issues you are talking about and trying to solve with Temporal. 1. What exactly do you mean by "workflows/activities" in...

I'm going to go ahead and reopen this because user choice is always good and this isn't a bad idea, but I won't be working on integrating an external job...

Using a Makefile is also an option, but that requires make to be installed, which isn't fantastic.

I just realized today that the Handbrake preset should just be converted into a plugin directly, no need for special treatment from Encodarr. Checking if a media file already complies...

I believe that maybe I know what is causing this issue. Jobs are given a UUID when they are queued, not when they are dispatched. Because queueing can happen very...