Ersin Akinci
Ersin Akinci
Hi! Just wanted to say kudos for all the hard work you've put in. I'm coming from oGaml so you can imagine the reference counter implementation is solid 👍 👍...
**Is your feature request related to a problem? Please describe.** When using the `sx` prop, the `useThemeUI` hook, or any other API that exposes the theme object, it would be...
Add and use a new `ReactEvent.Drag` module for `onDrag`, `onDrop`, etc. The new module is like `ReactEvent.Mouse` but also [includes a binding for `dataTransfer`](https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API#Interfaces).
I created a PR for more correct bindings for `onDrag`, `onDrop`, etc.: https://github.com/reasonml/reason-react/pull/641 Basically, it creates a new event type and associated module, `ReactEvent.Drag`, that's the same as `ReactEvent.Mouse.t` except...
This PR adds bindings for [the `DataTransfer` API](https://html.spec.whatwg.org/multipage/dnd.html#datatransfer), commonly used in drag-and-drop and clipboard events.
[The `DataTransfer` API](https://html.spec.whatwg.org/multipage/dnd.html#datatransfer) is used in drag-and-drop and clipboard events. We should support it. I've created a PR here: https://github.com/reasonml-community/bs-webapi-incubator/pull/208
- Rails version: 5.2.4.3 - Algolia Rails integration version: 1.24.0 - Algolia Client Version: 1.27.3 - Language Version: Ruby ### Description If your model's settings are incorrectly configured, `.reindex!` will...
## Summary Is there any chance that we could port the Chrome devtool to Safari? I know, I know, it's a long-shot request. My reasons are: - I run my...
Would folks be open to adding ERB/erubis as a dependency to this project to customize config files during the provisioning step? **Use case** I'm adding support for the `parallels-iso` builder,...
I'm a new Nix user and I came across NUR while trying to set up [nixify](https://github.com/kampka/nixify). My main question is, why isn't NUR structured as a Nix channel? That is,...