Sean Lynch

Results 122 comments of Sean Lynch

I think I the use case is fine to support. If you send a PR with some tests I'll merge it and cut a release. On Mon, May 27, 2019,...

@tanhauhau Sounds like this might be able to handle [$$slots with slot forwarding](https://github.com/sveltejs/svelte/issues/6059)?

Released as `npm install react-fetch-component@next` (pre-release `8.0.0-0`). Package name may change before becoming official (and won't be official until Hooks are official / non-alpha)

Hook implementation that might be worth looking at: https://github.com/mauricedb/use-abortable-fetch Not sure if [fetch-mock](http://www.wheresrhys.co.uk/fetch-mock/) supports testing aborting, or if this is ultimately just handled by [node-fetch](https://www.npmjs.com/package/node-fetch#request-cancellation-with-abortsignal)

I have not ran into that use case myself (yet). Would be open for a PR if you can think of a good api to support it. Might also be...

Maybe adding support for a `strategy` prop similar to workbox, with your use case covered by `staleWhileRevalidate`. Just a thought. I foresee me getting anytime soon to add this, but...

This is on my short list to implement.

I haven't had a chance to look at this in a while but I just took a look and I think the issue not waking up the PN532 chip when...

@RaananW The user manual from Adafruit is the same I have linked in the README and has all the definitive answers to the PN532. Keep me posted on your progress,...

Glad to hear it's working well :) Not sure I fully understanding the need to remove the listeners. Are you calling `scanTag` directly (and then waiting on the promise), or...