Julien Goux
Julien Goux
I think it's all about how smart you want your Field inputs to be. In my example, if I have a design system with a lot of "smart" fields such...
Is it possible at the moment to disable the close action triggered by a double click on a notification? I display links in my notifications, so the users can only...
As a user of `cache-nix-action` using an alternative cache, having this merged in the official cache would be super useful for us as well.
This doesn't seem to be an issue with stitches :  Codesandbox here : https://codesandbox.io/s/competent-almeida-oxf56?file=/src/App.tsx They are doing a lot of heavy lifting at the type level : https://github.com/modulz/stitches/blob/canary/packages/react/types/index.d.ts#L42
Yes it would be a great improvement to start with, then maybe in the future we will find TS tricks to have a more native solution. 👍
Of course @sastan, let's move this and have a great week-end!
Hello all 👋, Wouldn't having a curried version of `parse` (in addition to the current behavior) be the solution? Here is a playground: https://tsplay.dev/mqyR2m
I missed `waitReady`! For now, it's more than enough for my use case. 👍
Sounds good to me! 👍
@zeekrey My pleasure! Usually what you want is to derive the stack name from the current git branch name. You need to get the merged branch name, and then you...