Fredrik Lindin
Fredrik Lindin
I tried this on our Cluster by adding a Service targeting the master pod. Im curious if it is within the scope of the operator to solve this more seamlessly...
Seems this error stopped happening after switching to `protocol: http2`. So it's possibly only an issue on the quic protocol. I guess it's possible "the real error" is still there...
I don't have any specific plans for new features except for minification of Javascript. Currently CSS is already minified by default when `bundle:true` is set. The reason I haven't implemented...
Yeah, true. Plugin or "hooks" (is actually a better name) is important because you are pretty much screwed without it if you want to customize the output. I will add...
The reason you need to pass `app` is because the view helpers are added on the `app` object. I agree with you on the hooks, having an option before and...
Yeah, I have thought about that. However i'm thinking about simplifying it a bit, by just using a querystring parameter. I.e `background: url(/assets/images/check.png);` becomes `background: url(/assets/images/check.png?v=1234);` It seems a bit...
We also ran into this issue (with talos). Any chance that changing to use go for switching namespace https://github.com/linkerd/linkerd2/issues/7945#issuecomment-1138546766 would solve this issue?
I just think that this is maybe handled better outside of this library because it adds a lot of complexity. One thing you could do is just upload all the...
No, there is nothing in the api currently that exposes the functionality to change that path for generated files. Why do you need it? The only thing that you can...
Yes it is sync calls on startup in production because otherwise there is a risk that users receive assets that aren't really fully compiled yet. But yeah, 20 seconds sounds...