Tom Morris
Tom Morris
DRAFT placeholder epic for things that we need to do to address the use of LLMs and their associated agents by project contributors. - [ ] Update contributor guidelines to...
If/when we design a public API, we should consider supporting [RFC 7807](https://www.rfc-editor.org/rfc/rfc7807) for the JSON response format. ### Proposed solution Implement RFC 7807 compatible JSON response format ### Alternatives considered...
If you have a column of QIDs with trailing spaces (or any other kind of data issue), when you ask to use them as identifiers no error checking is done...
As alluded to in https://github.com/OpenRefine/OpenRefine/issues/6608#issuecomment-2116153415, it would be useful to extend our sorting capabilities to support different strength collators as well as different locales. We currently support IDENTICAL and SECONDARY...
As I mentioned in https://github.com/OpenRefine/OpenRefine/issues/6608#issuecomment-2116153415, > we probably want to include some other algorithms as well, such as the four Unicode [normalization forms](https://www.unicode.org/reports/tr15/#Norm_Forms). The [`java.text.Normalizer`](https://docs.oracle.com/javase/8/docs/api/java/text/Normalizer.html) class provides access to this...
Closes #11430. Reverses damage from #11211. Modifies #11188. fix ### Technical Fixes: 1. Uses [ICUCollationField with an empty locale](https://solr.apache.org/guide/solr/latest/indexing-guide/language-analysis.html#sorting-text-for-multiple-languages) to do generic multi-lingual collation for work titles. Since only the...
- clean up code blocks - more to come...