Jesse Kelly

Results 50 issues of Jesse Kelly

Extends Bounded type. It's currently a work in progress, but I am looking for feedback. The thinking with these functions is that Bounded effectively represents a range of values. So,...

A slightly easier way to create an instance of Show from a function. Ex. ```javascript const showAsUppercase = getShow(capitalize) ``` vs. ```javascript const showAsUppercase: Show = ({ show: capitalize })...

Hello! Thank you for the wonderful project that is orga. I am starting a project built on top of orga and so far it has been a pleasure to work...

The implementation of NavigationMenu currently looks like this: ```jsx {children} ``` This breaks when using asChild because that prop can only be used with one child. However, wrapping it with...

Stale

## 🐛 Bug report fp-ts-routing should not use .then as this has special behavior within js. Its use is also flagged by eslint. https://github.com/sindresorhus/eslint-plugin-unicorn/blob/7d804e3ce8ecb9d51b16d558eeae6dc12a81ec4c/docs/rules/no-thenable.md * Not specific to a particular...

wontfix

It would be incredibly useful if the cli generated storybook stories for each installed component(complete with variations, etc).

Stale

https://github.com/awslabs/smithy Smithy is a language/protocol independent schema language created by Amazon. The core project provides compilers to openapi and to json schema. It would be great to have a transformer...

Extends Promise apis to use PromiseLike instead. Uses Promise.resolve to convert PromiseLike into a Promise. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/resolve _The Promise.resolve() static method "resolves" a given value to a [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise). If the value...

### What is the problem this feature would solve? Currently the `FileSystem` layer provides `FileSystem.writeString` and `FileSystem.readString` helpers; however, when using `FileSystem.open` those helpers aren't provided in the returned `File`...

enhancement

### What is the problem this feature would solve? There is no Secret.map fn ### What is the feature you are proposing to solve the problem? It would be useful...

enhancement