Jeremy Jay
Jeremy Jay
I would love to but I don't think I'll have the budget for it.
This is now fixed in the latest release: https://github.com/joiningdata/lollipops/releases/tag/v1.5.6
> Entities can have multiple types, or no type: what logic would you then use to build the view URL for them? Yes, one alternative I had thought about (but...
Interesting, ok. Part of my struggle is that there aren't really any reconciliation providers for bioinformatics resources, so I haven't been able to fully use those aspects of OpenRefine yet....
So the problem identified here is that EventStream is mixing `FSEventStreamCreate` and `FSEventStreamCreateRelativeToDevice` which each have different input requirements, and each provide different sources for event IDs under the hood....
Any insight on why these are there to begin with? The StringHeader replacement seems straightforward, but is there a leak it's otherwise accounting for?
Confirmed still an issue on 11.5.2, thanks for the repo case! As mentioned in the linked issue, I can confirm it is associated with #37 when the FSEventStreamStart returns 0....
I can include a README update with the changes I have queued for #37 . Trying to clean up the tests this evening
Hmm thanks for catching that! I think we should cover the remaining case also, can you add that in? ```go if (r&1) == 0 && (r&2) != 0 { return...
Yeah it's been a bit since I did FSEvents work, but it looks to me that the CFRunLoop reference in the struct should also be dropped throughout and replaced with...