Matthew Lein

Results 33 comments of Matthew Lein

I'm not sure that the views/arrangement necessarily needs to be stored with the dabblet data. I think Dabblet use breaks down into 2 use-cases: creating and sharing. For sharing, I...

Not supported in any way, but the mechanism is there if you want to rewrite for your needs. You'd just be animating a left position (or translateY for way better...

I think there are 2 parts to your question. I'm not testing this, just codespeak and theories First, you can bind any event to trigger spinning, including custom events. They...

Looks like a reference to the jSlots `base` object is set on `$el.data("jSlots", base)`. https://github.com/matthewlein/jQuery-jSlots/blob/e87ce43045ed3f7718e9951ffb15826ba298694f/jquery.jSlots.js#L19 So after instantiating it, you should be able to make calls directly using that. Something...

I know this has been sitting for awhile, I just haven't had time to look at it in depth. But I appreciate the PR, and I'll get to it eventually...

Yep, I agree with that UX, although it would end up hitting my server even more, which is what I'm trying to control. In that regard, choosing between debounce or...

@gleopoldo Thanks for documenting this! I had the same issue, the named queries, mutations, and fragments worked everywhere but here...

Is this right? The latest gem uses a 5 years old version, and references possible outdated documentation?

Also worth noting that this only happens in gatsby prod builds `npm run build && npm run serve`

@arthur-nesterenko I saw that as well, but I assumed it would just not work for prismic sources, not that it would break staticQuery everywhere. At very least this ticket can...