Results 17 comments of Alex Boyce

Ok! I found the issue. It was a couple of things. First off on line 102, change to the following: // The issue here is that the callback isn't pulling...

I originally commented in issue #664, which I thought was related to my problem. But this issue hits the nail on the head. Other env versions include (for me): *...

Thank you for this. I’ll give it a try and hope it works :) On Sun, Dec 6, 2020 at 4:13 AM branson wrote: > After several hours reading and...

This seems to work fine for globally scoped css. But I’m having issues with scoped and resolved On Tue, Jan 12, 2021 at 2:24 PM Giuseppe wrote: > @poor-branson is...

I am having a similar problem when attempting to use the webpack loader (which, of course, wraps a css file using the `css` function). I've ensured that the loader is...

I've written a workaround assertion for `0.9`: ```javascript module.exports.assertion = function (selector, count, childSelector = null) { this.message = `The number of children is not ${count}`; this.expected = count; this.pass...

@jfairbank I'm willing to throw my hat in the ring to help keep this project updated. I use it a lot and find it very helpful. I've pushed a PR...

@TeoTN I've splintered this codebase to continue updates if you're still in need. Feel free to post up any issues. https://github.com/curiosity26/redux-saga-router

@vivekmpuh I have a PR into this repo, but it seems as though maintenance has stalled. In the meantime, I've forked the repo and published under my own namespace because...

👍 I'm running into an issue where I can't switch networks when already connected to a network. Tried doing resetWifi() but when the adapter comes up, it re-connects to the...