Ricardo Canastro
Ricardo Canastro
I'm starting out with game development and more specifically with react-game-kit. It was really easy to have a simple game running, but now that I'm reaching more complex challenges I'm...
### :information_source: Info **Version: `v3.6.0`** ### :speech_balloon: Description I'm using `protocol_activation` and everything seems to be working as expected except that when I uninstall the application, the registry entry under...
I'm trying to use this library but In my case I needed the flip_card to be "uncontrolled" (I'm sorry for the react.js terminology) ie. this widget would dispatch onTap events...
In order to keep compatibility with graphql-tools functionality it would be nice to support this feature: https://www.apollographql.com/docs/graphql-tools/generate-schema.html#descriptions
### Related to NA ### Context When running Swayze on the web we can't use `Platform` ### Approach Use `TargetPlatform` as we already do in other places of Swayze.
### Related to NA ### Context Add "simple" swayze example ### Approach I picked up our internal example and stripped it down. There are a lot of features that are...
Fixes #TICKET ### To help everyone out, please make sure your PR does the following: - [ ] Update the first line to point to the ticket that this PR...
Right now if you use the markdown plugin, even if you don't want to support "Code" blocks, you'll still endup with prismjs in your bundle. Ideally this would be optional.
In order to provide a good UX for keyboard users I would like to be able to submit my checkout form when the user presses enter and to close the...
### What version of Effect is running? 3.8.4 ### What steps can reproduce the bug? ```ts const SaveItem = SqlSchema.void({ Request: S.Struct({ jsonColumn: S.Struct({ data: S.String }) }), execute: (value)...