Tom Morris
Tom Morris
Here's a sketch of what I'm thinking might work for a Sampler interface. Basically it's a generator for row indices with some special flag values for skipping rows and end...
Here's the JSON for the bad rev (which is slightly different from the first example): ``` [ { title: "{'level': 0, 'label': '', 'pagenum': '', 'title': 'Kroktiili'}", label: "", pagenum:...
Thanks for tackling this cleanup! I didn't do a comprehensive survey, but it looks like one of the works mentioned in the bug report was missed: https://openlibrary.org/books/OL14000990M/The_collected_works_of_Henrik_Ibsen?b=8&a=7&_compare=Compare&m=diff Rather than attempting...
The compilation failure was due to use of an undeclared transitive dependency on httpcore 4.x which had been pulled in by Jena previously, but no longer is since they updated...
Thanks for the clarification. Let's still move the new CSS into the appropriate file to make it easier to review in the context of the related CSS. https://github.com/OpenRefine/OpenRefine/blob/54b7050d418e5cdebdfbe1a57c50055ba2f1bacd/main/webapp/modules/core/styles/views/data-table-view.css#L95-L113 https://github.com/OpenRefine/OpenRefine/blob/54b7050d418e5cdebdfbe1a57c50055ba2f1bacd/main/webapp/modules/core/styles/views/data-table-view.css#L154-L163
The footer of https://okfn.org/en/what-we-do/tools/ could be taken to imply that all OKFN source code is released under the MIT license. Perhaps @rufuspollock knows if this was the intent? Otherwise, a...
Hmmm, I would have thought the best solution would be to fix the stored data so that the column contains pure JSON, but I don't know how it's consumed (or...
That sounds good to me, but you'll need to get a review from someone with commit privileges (ie not me). If you haven't done so already, I'd suggest updating your...
p.s. the way that you had the tests written originally to call `Change.load()` directly was totally reasonable for a unit test and arguably better since it has less coupling to...
Thanks for putting this on our radar. Since Jackson 3 was just released in October 2025 I think it's probably on the early side to be thinking about this. We...