Yann Vaillant

Results 9 comments of Yann Vaillant

I used to have a "dummy" lambda referencing the image to trigger the build, but I now have a new image that needs to be used with Fargate and is...

Thanks for the answer! But seems like `package` behave the same and will only build if referenced by a function, I'll try to find a workaround 😄

yeah true, I'll use that in the meantime! Thanks

I'm also running the snap on a server and not a Pi2, what type of optimization where you thinking of @oparoz ? Same question for #47 and #48.

Same issue, had to do this: ```xml src/main/resources/osx/icon-mage.icns ``` source: https://github.com/vayan/MageLauncher/blob/master/pom.xml#L236

Do we still need private instances to be accessible from the internet? Because I'm seeing missing videos from time to time in my feed

I've adapted the previous script for docker and it runs well in a crontab every 30min or so. ```bash #!/bin/bash subscriptions=$(docker exec -i postgres psql -U piped -d piped -qtAX...

Got it! thanks :) yeah my instance is on a private tailscale network so I can't get a let's encrypt cert. but it's ok I'll switch to http for the...