Sam Snelling

Results 11 comments of Sam Snelling

I should note that Laravel as far as I can tell doesn't allow for modifying the query string, unlike `$request->merge([])`. That's also an easy way to do this. We could...

No problem. I was wrong in my ending sentence, and just discovered the same problem on the JsonAPIResource, https://github.com/timacdonald/json-api/blob/main/src/JsonApiResource.php#L170 I'll update and write another test soon

Fixed, although I believe this one has to do with a circular reference. idk, but it's fixed and tested

+1 I love this idea. Going to give it a shot later tonight.

I'd love to see this feature. Any thoughts on how this could be done?

A little hacky ``` let goingBack = false; document.addEventListener('turbolinks:load', function (event) { if (goingBack) { window.TurbolinksAnimate.init({animation: 'fadeOutRight'}); goingBack = false; } else { window.TurbolinksAnimate.init({animation: 'fadeIn'}); } }); window.onpopstate = function...

Well, actually after playing with it more, `onpopstate` triggers on both backwards and forwards interactions. Will investigate how to determine backwards / forwards either later tonight or this weekend. On...

Can see this being super useful for a "toast" or flash feature as well to remove it from the dom.

The more I think about it, maybe we should have an event option on most of the features. That way, I can write a javascript "plugin" more or less that...

Maybe we should update the English list that Chris made in 2011. At the very least, it's not complicated to swap out in your own code. https://github.com/NaturalNode/natural/blob/master/lib/natural/util/stopwords.js