Moritz Hedtke
Moritz Hedtke
In my opinion svelte has some nice ideas but in too many places its inventing too much new syntax. I think e.g. lit does a much better job at the...
> > lit does a much better job at the syntax place as it's able to run without any transformation. > > and how lit solve such specific issue? Please,...
> > Iit does not use a custom syntax for routing but just normal components. > > we also have no custom syntax, __layout is a common svelte component I'm...
crossposting https://github.com/runem/lit-analyzer/issues/149#issuecomment-1006162839
Anybody knows workarounds inside of `html` tagged templates that verify the type checks? The only one I could find is: ```typescript export function pwSelectInput(props: Pick) { const { onchange, disabled,...
Has this led to infinitely loading pages that maybe randomly showed the unstyled page?
> I wonder if the job is too fast to be picked up by things that scrape the stdout from pods I would assume these tools would be able to...
Then I would close this and instead improve the documentation.
See https://github.com/mastodon/mastodon/pull/19791
I think it would make sense to still use http as a liveness probe because it ensures that the server is actually still able to handle http requests and not...