Jeff Rooks

Results 45 comments of Jeff Rooks
trafficstars

bump on this -- is this exchange officially unmaintained? I'd really love to be able to use it if possible. **Edit:** It looks like [`debugExchange`](https://github.com/urql-graphql/urql/blob/main/packages/core/src/exchanges/debug.ts) might be the best option...

`Ref` is the type exposed from solid for ref, I'm not following what you mean. Do you mind elaborating? ```ts // How `Directive` type is created in the signal, meets...

~I see - yes that seems to work.~ Update: I had a ts-ignore in one place so I was mislead. The error still persists and I think is because `Directive`...

> I meant that `createInfiniteScroll` should return `(el: Element) => void` instead of `Directive` or `Ref` as it is neither a directive nor a ref, it should just be able...

@thetarnav Does this look okay now to merge?

I'm also seeing this with css modules

I'm creating a keyboard shortcut manager for an application and want to allow a user to define keys bound to an action. Normally when triggering keybindings in software, for example...

> Better that it doesn't do this by default, because it stays true to the principle of a primitive. I fully support a commitment to the principle of primitives. However,...

>But then, how would this be reflected in the API? If someone was the input a shortcut code of ctrl S alt X, would it be reasonable to expect order...

I had a similar situation and decided to just make a new ability task for the specific scenario I needed. For example, wait for a confirm or cancel and also...