Jits
Jits
With Tailwind v4 leaning heavily into CSS cascade layers, it's becoming vital for other libraries (like this one) to support them too. Right now I'm having to resort to marking...
Thanks @rainerhahnekamp! That works for now (as a workaround) 👍🏽
@rainerhahnekamp — I spoke too soon — unfortunately it still fails elsewhere, when using the discriminated union types. I've updated the Stackblitz to show this (https://stackblitz.com/edit/stackblitz-starters-ucjue4?file=src%2Fstore.ts). Looks like the inferred...
@markostanimirovic — ahh, that's a shame! I've been using discriminated union types (with extended class) up until (and including) RC2. Is there anything that can be done to support this...
Thanks for clarifying @markostanimirovic, and for your suggestions. Sounds like functional SignalStores are the way forward. A future `withProps` base feature would be handy, but a wrapper / helper class...
I'd like to take this on; hoping to work on it this week.
@rainerhahnekamp — not a problem! 😄
[nitpick] Title should probably say `v8` (not `v9`) 😄
It's fine to make these credentials public (as long as you secure the Firebase services via their respective rules systems, and other configuration). See: https://firebase.google.com/docs/projects/api-keys
> However, you can write you REST API the exactly same way: Put everything in one endpoint and let the requestee decide on which items they'd like to receive. Then...