Joe Kerrigan

Results 6 comments of Joe Kerrigan

I've noticed the same phenomenon. I have a pre-trained model that works properly if consumed using something like [detect.py](https://github.com/ultralytics/yolov5/blob/master/detect.py). But when I package it according to the instructions in this...

Sorry for not taking more time to invest in creating a full PR, but I've at least figured out a workaround that works on my end that I can share....

Hello, Thanks for your interest in my project. How are you invoking the bot? You should be running `python -m musicbot` from the project root; if you attempt to run...

Hello! Thanks for your interest in my project. I agree that adding Docker support would be a great way to simplify deployment for users. I will leave specific comments on...

Hello! Thanks for your interest in my project. Unfortunately downloading age-restricted requires a signed-in user. To achieve this in `youtube-dl`, you extract cookies from your own browser, which are used...

I ran into the same issue. Here's a slightly more concise repro: ```zig const std = @import("std"); const Foo = struct { inner: u8 }; pub fn main() !void {...