Dave Jeffery

Results 100 comments of Dave Jeffery

Just used this in a real-world project and it doesn't work if the `mutate` function is outside of the component because it violates the "Hooks can only be called inside...

Yes. I don't think there's a reason why render props can't also still be supported.

I've added a PR that introduces react hook support. #63. Looks like there hasn't been much activity on this repo lately so I'm not sure if it will get merged....

> In other words: the "source" array is not "list of files used to generate this", but just "list of names/paths of the files referenced in the "mappings". Do you...

Thanks for that link, I read it before but missed the part about it being "used by the mappings". I wonder could this be considered anyway. I'll give a few...

Ok, am I better off waiting for more input on this before doing a PR? i.e. Do you think there is a good chance the PR will be rejected? By...

Thanks! Ok, I'll try to schedule this in over the next couple of weeks. I'm completely new to the less codebase so any pointers on where to get started when...

Noting that this issue is also seen on Azure Pipelines. I think they are probably running on the same MS-hosted VMs so probably not that surprising.

I'm not sure if this will be fixed. Currently Pingy splits on the first dot to get the extension. This is because Pingy needs handle extensions like `*.babel.js`. Is there...

Shouldn't be too difficult to fix and support both cases. So, I'll leave this open and hopefully get around to it after Christmas.