Alvar Lagerlöf
Alvar Lagerlöf
Cool idea!
I just noticed this myself recently too. My theory is that something changed with the threading model in Next.js. On my end it's just a child process and it seems...
Adding support for locale seems like a great idea, I suppose adding the locale always is better in case the images should have different langs too. But the example code...
It also looks like [domain routing](https://nextjs.org/docs/advanced-features/i18n-routing#domain-routing) might make including the locale in the URL outright, problematic.
Good idea. I changed the default to `headless: true` in https://github.com/alvarlagerlof/next-banner/releases/tag/v1.1.7. Seems reasonable. About the other puppeteer options, they are currently passed through json once. Would what be a problem...
I'm not sure the author is going to stop shipping a zip file if they have multiple versions though? I was thinking maybe of a block list?
Sure! Id 313 is what downloads a zip with a bunch of incompatible jars. /bin/podman run \ -it \ -v /mnt/ssd/minecraft/%N/config:/config:ro \ -v /mnt/ssd/minecraft/%N/plugins:/plugins:ro \ -v /mnt/ssd/minecraft/%N/server:/server \ --security-opt label=disable...
Yeah I'm realizing that now too. The Spiget API doesn't seem to have any concept of "sub-resources" or the likes at all. And the plugin author says that they bundle...
I would be able to improve my situation somewhat if PLUGINS also took zip urls as arguments.
> That's an interesting idea. And for zips it would simply unzip the contents into the plugins directory? Yes, exactly. I believe it already does this for Spiget resources that...