Sean Lynch

Results 203 issues of Sean Lynch

I've used this on another project and would be useful here (maybe a separate repo). - https://github.com/techniq/mui-downshift/blob/master/stories/components/MockFetch.js

Determine if there is a benefit (and if we would need to make any changes, although the `fetchFunction` prop is likely sufficient). - [Running fetch in a web worker](https://medium.com/google-developer-experts/running-fetch-in-a-web-worker-700dc33ac854)

Library currently supports NTAG\* tags, and hopefully other 4-byte page tags (Mifare Ultralight), but it currently does not support Mifare Classic tags, which have 16-byte blocks.

Since it appears both https://github.com/kelly/node-i2c and https://github.com/fivdi/i2c-bus require `i2c-dev` (ie. Linux), I'd like to investigate using an Arduino with firmata firmware and [Firmata.js](https://github.com/jgautier/firmata) so development could be performed on a...

Currently the use of react-virtualized can hinder the development of new features ([example](https://github.com/techniq/mui-downshift/issues/53)) and typically causes some virtualized-only issues with measurement/caching ([example](https://github.com/techniq/mui-downshift/issues/45)), and leveraging CSS can open up more use...

When using touch input on the [paginated loading](http://localhost:9009/?selectedKind=Input&selectedStory=focusOnClear&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel) story example, clicking "Load more items" closes the menu but still loads more items. It's been difficult to get using a Portal...

Would be nice to have an example story on how to group options into sections similar to this [downshift example](https://codesandbox.io/s/zx1kj58npl). Probably utilizing [ListSubheader](https://material-ui-next.com/api/list-subheader/). Need to think how windowing (with react-virtualized)...

Hi @tomshanley, I'm looking to use d3-sankey-circular to provide a `` layout component for [vx](https://github.com/hshoff/vx/issues/190) as the support for circular references is great, but when comparing non-circular layouts that [d3-sankey](https://github.com/d3/d3-sankey)...

bug
enhancement

If you re-export an imported component in `context="module"`, it currently throws this error: `Cannot read properties of null (reading 'type')`. I do this in the [Chart](https://github.com/techniq/layerchart/blob/master/src/lib/components/Chart.svelte#L1-L5) component of LayerChart to...

- https://github.com/bvaughn/react-virtualized/issues/123 - https://github.com/bvaughn/react-virtualized/issues/817