Tyler Rockwood
Tyler Rockwood
Hello! I'd like to hop into this discussion and note that I'd like to extend this a bit further and allow the server to allow with arbitrary metadata (See #164)...
@Acconut this sounds good to me 👍
> > > > The server can always add additional metadata to the upload that the client can fetch using a HEAD request. Using that workaround that is already possible....
This seems to be fixed in the latest release
I suggest using https://www.npmjs.com/package/vite-plugin-babel-macros and importing from [`styled-components/macro`](https://styled-components.com/docs/tooling#babel-macro). We have this working nicely in our vite setup (although that's with a custom plugin that should do the same as the...
> Hi @rockwotj, please could you share your code how you set it up? > Or could you please tell me what am I doing wrong? > Looks like it's...
@IvanBernatovic you need to have a config file to get display names, see the docs for more: https://styled-components.com/docs/tooling#experimental-config
Hey Firebase Engineer here. We've fixed the buggy behavior in our latest deploy. You should have received an email for this but it seems our analysis of this did not...
The auth token *should* be URL safe at the moment but I'm not sure this is a hard gaurentee forever.
Okay I was anonymizing the input and _apparently_ this _only_ repros when the selector is `u+b`. so here's one that fails for me: `u+b .foo{color:red}` Sorry for botching the test...