Daniel Haight

Results 9 comments of Daniel Haight

This should work now, I'm generating the project with spm on develop right now. Can you confirm it's working for you?

Thanks for the issue. For reference - what is the your expected outcome for the above string? I assume: ```swift [ "They used to work here, _____ they?", "hadn't", "weren't",...

Incase this is still an issue for you, the latest `develop` should have this behaviour now. And to make clear my previous point expected string should actually be: (different first...

Hi, Sorry for such a late response. This is a really good issue. I don't have too much time at the moment, but I'll keep the issue open and it...

Thanks for the comment that's really useful. This will go in. For now, for your particular question, the library works on a single string. So if you want to read...

Nice @thully thanks, check out my comment for the other issue by the way incase it helps in any way. https://github.com/Daniel1of1/CSwiftV/issues/29#issuecomment-251667487

**Update:** I quickly saw that my first solution - [`be8ee36`](https://github.com/RuiAAPeres/Receiver/pull/13/commits/be8ee362beacd1fedd2f9fe825d4bcf5c3b43bea) was too simplistic. It does not take into account removing handlers. **[`be8ee36`](https://github.com/RuiAAPeres/Receiver/pull/13/commits/be8ee362beacd1fedd2f9fe825d4bcf5c3b43bea) implementation (failure case)** ```swift let receiver = Receiver.make()...

@RuiAAPeres This seems perfectly suitable, I can essentially just lift it from there. And I'll update accordingly. Do you have a preference on whether to wrap the key in a...