Tom Morris
Tom Morris
A decade later, I think this situation is greatly improved. - removing text facets with a large number of choices takes very little time in Chrome - scanning 375K cells...
I only took a quick look at this, but I think it may be a little complicated due to not having the necessary information available when needed, as outlined above,...
pro tip you can use Github's permalink feature to create clickable code previews that will take people directly to the code in question https://github.com/OpenRefine/OpenRefine/blob/f4878804960162ba6145941bfbe0d14e60133d9b/main/src/com/google/refine/importing/ImportingUtilities.java#L601-L606 > his method will ultimately return...
Python's `zip` doesn't actually do what's described above. Given `x=[1,2,3]` and y=`['a','b','c']` then `zip(x,y)` produces ((1,'a'),(2,'b'),(3,'c')), not ('1a','2b','3c'). It's up to the consumer of the new iterable to decide what...
My testing indicates grel:columnNames => null grel:row.columnNames => array of column names jython:return columnNames => NameError: global name 'columnNames' is not defined jython:return row.columnNames => array of columnNames jython:return row["columnNames"]...
I don't understand the "PFB" reference, but the example looks good to me. Thank you @sunilnatraj @ostephens @jquartel for driving the discussion forward. The request for "zip-like" doesn't mean that...
I agree with @wetneb that some type of restriction/registration of the target domain or payload would be useful. The fact that the current security posture is poor doesn't mean that...
I've lost the thread here. I'm happy to let you two agree on the best solution.
@zyadtaha it is a holiday weekend in many areas and European countries, including where @wetneb is based, also have Monday off, so it might be a day or two before...
Thanks for the reports. If I could make a request, it would make it much easier to reproduce/fix the issues if you were to: - provide the GREL expression and...