Wayne Van Son
Wayne Van Son
## 🚀 Feature request ### Current Behavior I see that there is no `iap`, which would be nicer than using `ichain` for chaing the status type. ### Desired Behavior API...
When I scroll all the way down to `revert`, it cycles down to `feat`. I can't easily figure out if I've exhausted all the options This is from the perspective...
with the experimental codec API, how do we set default values for partials? ```ts import * as codec from "io-ts/Codec"; interface In { folder?: boolean; } interface Out { folder:...
**What**: Information on installing typescript types from `@types/jest-dom__types` **Why**: These instructions are critical for using Typescript, yet I haven't seen any instructions. **How**: In `readme.md`. > \ I'm not sure...
In chapter [17. Actions](https://www.w3.org/TR/webdriver1/#dfn-dispatch-a-pointermove-action#x17-actions), section [17.3 Processing Actions Requests](https://www.w3.org/TR/webdriver1/#dfn-dispatch-a-pointermove-action#x17-3-processing-actions-requests): > If origin is not equal to "viewport" or "pointer" and origin is not an Object that represents a web element,...
## 🚀 Feature request An export from the Optional module called `partial`. This request is in progress, I will advise when it's ready. ### Current Behavior There is no way...
**Is your feature request related to a problem? Please describe.** + Importing each separate icon is too declarative. + Annoying developer experience - just let us start! + Have I...
We've released version 2.0 of the library! :cake: This is a breaking change, so read the `readme` to understand the API before migrating. We could've gone about releasing this a...
**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** Update the state in React and rerender it. Currently it only allows changes when the...
There is no index module. When this library is imported with `yarn add waveguide`, it cannot find the files. In the package.json, it points to `./lib/index.js` as expected but the...