Matt McHenry

Results 37 comments of Matt McHenry

Great! If you want to propose updates to the docs and examples, I can review and hopefully we can wrap this up! :) FWIW I've been using git submodules to...

Thanks for the feedback! I just looked through how I have `onUrlRequest` implemented in my app, and I think what you propose would work okay there. I'd have to move...

Just an update: I still think this will work, but it needs an important tweak. As you've implemented it, there's nothing that causes the `Browser.Navigation.pushUrl` call that's needed to actually...

Finally got some time to update the examples & README, and squash down to a single commit with a sensible message. Please take a look and let me know if...

I've pondered for a while by reading docs, and convinced myself that there's still a need for this. So, I've started poking at it to see if the compiler agrees...

To be clear, it doesn't compile yet ... but my time comes in fits and spurts, so wanted to throw it out there in case it saves someone else a...

Okay, pushed a few more commits. There are two compilation errors now, both require some thought. in `update`, we now have `reportedUrl = fromString urlChange.url`. But unlike the old `Erl`...

Carried through the above-proposed UrlChange refactor, feels pretty reasonable, but we'll see. Decided to just require the client code to supply an `onUrlRequest` function for us to delegate to, that...

I've completed updating my photo album app to use this, and it both works okay and feels okay in the code. Commits on my project that show the changes include:...

If it'd be easier to have a PR open with my changes so far, just LMK!