Asher Cohen
Asher Cohen
Would be nice to add click/hover events so that the globe can be used interactively. A use case: - hover on a location and the name shows up with info...
Hi, I like the motivation behind morphism and really think there's a lot of value in schema transformation. Some cool libraries out there solve the validation step (zod, yup, joi,...
## Feature request Slider should have two triggers. One to act onInput and one to act on blur that would fire onValueChange. See discussion at the bottom of this issue:...
## Feature request Following a conversation with your maintainers I was suggested to create a reproducible demo of what I had in mind for a Radix Button component. ### Overview...
It's becoming popular for styleless component libraries to write state into data attributes, is there a syntax for styletron to read that state? Here is an example from Radix UI...
Hi, I'm investigating ways to automate data transformation. Since zod's main purpose is to validate data using a schema, would there be interest in also transforming a source object into...
### Current Behavior projectName does not match if lib is in a nested folder. node_modules/@nrwl/devkit/src/generators/executor-options-utils.js line 33 projectName is the name of the folder ![Uploading image.png…]() ### Expected Behavior node_modules/@nrwl/devkit/src/generators/executor-options-utils.js...
https://github.com/JacopoPatroclo/nx-react-native-expo/blob/master/packages/react-native-expo/src/builders/run-android/run-android.impl.ts I have checked source code and run-android has the same code as run-ios
hey, I really like this idea and I have thought of something that could improve it: I have a scenario where I also have to replicate functional business logic, so...