Ray Knight

Results 10 issues of Ray Knight

@selbekk I'd like to discuss your proposal to co-maintain https://github.com/selbekk/calidation and potentially also https://github.com/selbekk/calidators. I'm interested. Sorry I didn't reach out on Twitter, but I don't use social media. If...

For companies that do a fair amount of paired programming, it's valuable to be able to represent multiple authors for commits. So we use Git's co-author feature: https://help.github.com/en/articles/creating-a-commit-with-multiple-authors#creating-co-authored-commits-on-the-command-line It would...

enhancement
help / pr wanted

My team has wanted to have clickable links, embed gifs and videos (youtube, vimeo) for fun (and profit?). Also, to be able to provide more context around a discussion topic....

enhancement

### Provide your feedback here. I'm curious if it might be possible to make some changes to the way RACs that implement the Collection API are structured. The current pattern...

### Provide a general summary of the feature here It is desirable to be able to merge slot props onto an existing slot. In order to do so, you must...

### Provide a general summary of the feature here The `useSlot` & `useRenderProps` hooks are very useful utilities within the `Provider` suite. Since we're already able to utilize `Provider` and...

### Provide a general summary of the issue here When implementing a dialog, there are three possible spots to implement the callback `onOpenChange`, on the `DialogTrigger`, `ModalOverlay` (if present), and...

needs investigation

✅ Closes: [#6810](https://github.com/adobe/react-spectrum/issues/6810) ## ✅ Pull Request Checklist: - [x] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [x] Added/updated unit tests and storybook for this change (for new...

### Provide a general summary of the issue here Not sure if this is intended and undocumented or a bug If you add an event listener to the `onAction` prop...

documentation

To enable better control over what is reported during a build, the esbuild log options have been exposed to allow users to fine tune what they deem important to have...