Thad Guidry

Results 544 comments of Thad Guidry

@ostephens permanently re-order. It happens when I create logical records where the id is created (or recreated correctly) for a set of sub-records. But in order to create the right...

Wait, we documented it in the `refine.ini` file itself as below, but it's for developers only, yes? So only the technical docs? ``` # Google Data OAuth configuration for developers...

We should only document extensions that are built-in to OpenRefine. If it's not a built-in extension, then it should have its own documentation. It's already listed in the extensions listing...

> - The image property should possibly be media and contain additional information needed to render it safely. Hmm, can you speak more about the additional information and what this...

I think it makes sense that structured previews would use existing structure standards of the Linked Data web. That way, structured data to power previews could actually come from many...

@acka47 exactly, don't standardize at the protocol level, but instead around the basic structure of a preview, as @Abbe98 and I are encouraging. That way, any service can throw into...

In my current service prototype, I have disambiguating properties (a few properties used for identification to clearly expose differences between other entities). Previews have a high need for showcasing disambiguating...

@Abbe98 can you give an example of a "legitime search"?

Sure, but the list of "dragons we want to slay" is very, very long indeed some going back years to the very first issues still remaining open. Hmm, which maybe...

It is getting swallowed likely. https://logging.apache.org/log4j/2.x/log4j-api/apidocs/src-html/org/apache/logging/log4j/Logger.html#line.85 Perhaps being explicit might push it out? Just set the level to trace using `log` method with a `trace` level explicity? https://logging.apache.org/log4j/2.x/log4j-api/apidocs/org/apache/logging/log4j/Logger.html#log-org.apache.logging.log4j.Level-java.lang.String-java.lang.Throwable- Or this...