Sam Slotsky

Results 20 comments of Sam Slotsky

Agreed, it would be extremely helpful to allow multiple instances of the same type of tunnel exposing different values. Ideally I should be able to nest them. ```html ```

@jthoms1 my example is pretty far from minimal but I can make some time to produce a simple example if nobody else beats me to it

@jthoms1 I put up a repo that demonstrates the issue https://github.com/sslotsky/stencil-highlander Both instances of `my-tunnel-consumer` display the string "Bar" when the first one should display "Foo". Here's the relevant code:...

First I'll offer a generic answer, which is that this is the way people coming from React will expect this to work, because tunnels are based on React context, and...

@jthoms1 Let me know if there's any way I could help get the ball rolling on this. Would really love to see this added in time for Stencil One to...

Hmm, great question! The short answer is: probably, but I've never tried it! Here's the longer answer. 1. It probably works if you go the [custom component route](https://github.com/sslotsky/violet-paginator#building-custom-components), although... 2....

Thanks for reporting this. Really not sure how I missed it. This package is actually moving. Technically, [it has already moved](https://github.com/orange-marmalade/paginate-this), but I have some actions left to take before...

Thanks for reporting! Seems like the ideal would be to function like the `Esc` key. I haven't looked over this code for a while and it's not immediately obvious why...

Thanks for the issue @RazerM. I don't think version 1.5.2 had anything new besides dependency updates. I haven't really been maintaining any of my open source libraries for a while....

Ha, good question! I actually have a [new version of this library here](https://github.com/orange-marmalade/paginate-this), which has converted to using `prop-types`. I've been meaning to deprecate this library but don't want to...