Jules Sam. Randolph

Results 43 issues of Jules Sam. Randolph

## Please prefix the issue title with the project name i.e. [rush], [api-extractor] etc. ## **Is this a feature or a bug?** - [ ] Feature - [X] Bug I...

enhancement

diagram method has now three signatures - the first with one argument, returning `Stream` - the second with two arguments, with the latest an `Array` of values, returning `Stream` -...

PR: work in progress

Prior to this PR, `inputRef` could not be a ref object, despite it being [the new standard](https://reactjs.org/docs/refs-and-the-dom.html#creating-refs). Refs created with `React.createRef()` and `React.useRef()` are now supported.

**Is your feature request related to a problem? Please describe.** The footprint of `@react-hook/resize-observer` is 86% occupied by its dependency on the `@juggle/resize-observer`. For those who don't need a polyfill,...

Hi and thanks for your awesome work. I haven't seen any information on the accepted [charsets](http://man7.org/linux/man-pages/man7/charsets.7.html) compatible with this library. Could you perhaps add information on your README ? For...

Just released version 6.3; it is a small release with only one new feature. You can now have access to `TNodeChildrenRenderer` directly as a prop from custom renderers! Let me...

release

[`exports` field is a new standard](https://nodejs.org/api/packages.html#packages_exports) which adoption will inevitably grow further as the ecosystem switches to full ESM as NodeJS 10 reaches EOL. It's probably best to support it...

### Introduction A lot of React Native consumers rely on the screen and window dimensions to compute their layouts. Yet, after 5 years of React Native releases, this module is...

🗣 Discussion

**Use case** In my model, `'project.member'` is a sub-role of `'project.manager`'. If I want a list of all project members that are **not** managers, AFAIK I cannot yet. Well yes,...

enhancement
good first issue
help wanted