Sidney Alcantara
Sidney Alcantara
I noticed this as well when converting from RGB to LCH. Input: `#421AFD` Output: - css.land/lch: `lch(33.789% 122.345 301.987)` - chroma.js: `lch(35.959% 125.517 306.756)` Most noticeable is the +5 to...
It looks like colord uses W3C sample code for making the conversion from RGB → LAB: https://github.com/omgovich/colord/blob/master/src/colorModels/lab.ts#L45 https://www.w3.org/TR/css-color-4/#color-conversion-code The W3C draft specifies the D50 whitepoint: > Convert from a D65...
We use [react-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd) already and it should be used here too as it’s accessible for keyboard and screen reader users
Hi @santoshgistto, I cannot reproduce this issue. Could you please check that the version you’re running is v2.4.0 or later in Project Settings? http://localhost:3000/settings/project
Hi @santoshgistto, the code that displays that snackbar was removed in commit cf10f9c and was released as part of v2.4.0. There is no other code that would display this snackbar....
It looks like an issue with the node modules installed in your local clone. Try reinstalling dependencies using `rm -rf node_modules; yarn` then rebuilding. If that doesn’t work, make a...
Hi there, to add Anonymous sign-in, go to Project settings and enable it in the **Sign-in options** dropdown. Then in the Firebase Console, go to Authentication > [Sign-in method](https://console.firebase.google.com/project/_/authentication/providers) and...
Hi @leoruhland, thanks for your interest in Firetable! We currently do not have a guide on how to set up this field. It requires you to set up Cloud Functions...
Thanks for pointing this out. This is a really tricky problem for Firestore, primarily since we use real-time listeners on Rowy. The Firebase channel’s video lays out this problem nicely:...
We also considered this, but we didn’t want to add Algolia as a requirement for users to use Rowy. We don’t want to add cost for users who only use...