Lee Siong Chan

Results 11 issues of Lee Siong Chan

``` const coolTheme = new Theme() .setName('cool-theme') .addColors({ black: '#202121', white: '#ffffff', brand: { 0: '#d1d4df', 1: '#4b5f85', 2: '#293142', }, }) .addOpacityVariant('hover', 0.1, ['brand']); ``` I have to use...

enhancement

Can we have `setL10n` in `useLocalization` so we can easily set the new value in a nested component?

**Is your feature request related to a problem? Please describe.** I wish to customize & improve some of the primitive components like `Checkbox` or `Label` to have different look-and-feel. One...

bug
confirmed

https://www.nushell.sh/ Currently I am using the trick suggested by [John](https://github.com/asdf-vm/asdf/issues/576#issuecomment-538018689) ```nu # in ~/.config/nu/config.toml path = ["/.asdf/bin", "/.asdf/shims"] ```

enhancement
help wanted

Now endpoint is only allowing `string` or `function`. Do you think it makes sense to allow [Request](https://developer.mozilla.org/en-US/docs/Web/API/Request) interface to be whitelisted as well? Since the [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/GlobalFetch/fetch) is accepting both...

enhancement