Caymon / Kayo

Results 10 comments of Caymon / Kayo

You can just set this up as a cron on the server itself: ```cron @daily /usr/bin/find /full/path/to/lolisafe/uploads -type f -atime +30 -delete ``` This will delete all files that have...

Saveing images from imgur/discord/giphy into albums

You use a mouse on your phone? :thinking:

Having the same issue with SpongeForge, not running as a proxy. I can try and take a look as well, although I'm fairly new to this project and code base....

That's fair, I'll build from source for now. That being said, I think it would probably be a good idea to setup some github action runners to build for the...

I think this works? at least it seems to work out of the box for me... Working example code ```rs #[macro_use] extern crate rocket; use rocket::fs::TempFile; type V1APIResult = Result;...

I believe this is happening with the GraphQL generator as well. Please note that I'm using a smithy generator to create a OpenAPI definition which I'm converting to the GQL...

I ran into the same issue, docs are not mentioning the requirement that FFmpeg < 6. Sharing in case it helps anyone else running into this issue. I was able...

My idea was to create cloudwatch dashboards to help guide users if they need to change the specs of the fargate task. Might be work creating a new issue to...

Getting the same thing as well