Robin Linacre

Results 59 comments of Robin Linacre

I'm not sure what the problem is, but it looks like CloudFront have released an 'official' CORS proxy [here](https://developers.cloudflare.com/workers/templates/pages/cors_header_proxy/) Raw code [here](https://raw.githubusercontent.com/ashleygwilliams/template-registry/master/templates/javascript/cors_header_proxy.js) Note that by default this restricts the origin...

Thanks @chris1610 and those for reporting

Added some code here: https://github.com/RobinL/fuzzymatcher/pull/30

Could you be more specific about the code you ran to receive this error? What did the data look like?

One way of checking how well the algorithm is performing is to check datagetter performance against the cartesian case, to see which matches it misses. It would be good to...

This might be a second, separate scorer class

i am also running into a similar problem when kniting to PDF. Some test code is here: https://gist.github.com/RobinL/0333ef61b6f5040247614297662c7dff What's odd is it's only the *first* output read from a remote...

Worth noting there are big differences between the performance of the various Athena drivers. Specifically, with some of the drivers, the speed at which query results are received by R...

@erikcw just to draw you attention to it in the above message, in case you missed it (because I was looking for the same thing): it's possible to achieve `array_join`...