Leigh Dodds
Leigh Dodds
I'll consider how best to do this. Using markdown for author names is probably simplest as we're using it elsewhere. Ditto for endpoints, but I also want to reliably get...
I just removed the local bits of my path :)
The goal here was to try and improve the validation around URIs. Currently the code use URI.parse. This will catch some errors but also lets through some values which probably...
Just in case it helps, this has a good overview of the lidar coverage: https://houseprices.io/lab/lidar/map
Some comments: - A piece of software might be created by dozens, if not thousands of contributors. Do all of them get cited? This seems like the classic "attribution stacking"...
@seinecle that's a good point, maybe it would be useful to identify what the citation is intended to support? E.g: - accessing a pre-built piece of software, e.g. in order...
The ability to export and import filters would allow people to collaboratively create shared filter lists, similar to shared block lists. From a technical perspective the API already provides a...
Sorry for slow response on this. I'd like to support this and I'm open to a pull request, as I'm pretty busy with day job stuff for at least the...
If you know the organization id for the user, then this appears to work with the current code: ``` EventbriteSDK::Organization.new(id: '...').events.retrieve ```
As noted in #46 the examples in the README don't work, so the library is not usable for really basic tasks (just want to list all the events owned by...