Johan Bergström
Johan Bergström
> It appears that it's the dashboard that's taking forever to get up and running. I know that Webpack isn't the fastest thing in the world but 15 mins is...
> Do you mean that an OTP should only be valid for a certain time? Say 5 minutes? And you want that be able to configure that "5-minute" value? I...
I think one quick win here could be sub-setting by utf8 character ranges [similar to what google fonts does](https://developers.google.com/fonts/docs/getting_started#Subsets) since this is [also matched in CSS](https://caniuse.com/#feat=font-unicode-range), likely reducing the amount...
> @rsms said: Subsetting is easy to do yourself. Nice - didn't know about `pyftsubset`. Everything is easy if you know how 😄 Edit: out of curiosity, have you considered...
Can confirm this is fixed.
FWIW, the extension works fine now. Suggesting closing the issue.
I think using s6 is a personal preference. In general, docker images are usually single process entrypoints (and exits), meaning docker itself should manage processes. This also makes more sense...
I think with current documentation and learning curve (what is gentoo, portage, builder containers, etc); people will build upon examples instead of creating something from scratch. I'm not sure how...
> @edannenberg said: > I think only the php images actually have a good reason for s6, everything else uses s6 just to be prepared for possible cron/fs watcher usage....
I will soon port our golang stuff; will think about what I can throw out in the open.