Tom Taylor

Results 99 comments of Tom Taylor

I should also say that the `push-manifest.json` exhibits the same problem.

OK, I'll bite. (I'm British!) # The easy bits ## [United Kingdom](https://spelunker.whosonfirst.org/id/85633159/) (country) * `eng_x_unknown` of GB and GBR is weird, those should be removed * `eng_x_variant` of British, English,...

I've managed to pull together a minimal Elixir script and sample XML that reproduces this error: https://gist.github.com/tomtaylor/2220e932140611e44318921040be18fe I don't think it's specifically related to streaming, but it does seem to...

Looking again with fresh eyes this morning I can see that it fails when the chunk passed to `Saxy.Partial.parse` doesn't contain the full CDATA close element (`]]`), only the first...

@qcam any thoughts on this? You should have a full reproducible example linked above, but let me know if I can provide any more context.

Hi again @qcam - is there anything else we can do to help with this issue? I've poked around the code base to see if there's an obvious place to...

I've made a bit of progress on this. This is failing when `Saxy.Parser.Builder.element_cdata` is receiving a non breaking space character (decimal codepoint 194). This isn't matched by the `is_ascii` guard,...

OK, I think I fully understand this now. The £ symbol is encoded as ``. When parsing the file, if a chunk of data cuts off at `0xC2`, then the...

Hi folks, sorry for the slow reply, I haven't had much capacity to think about this. Yes, the free plan is 200k credits, where a styled raster tiles is 1...

Brilliant, thanks @paulschuberth! I’ll try and find some time over the weekend to review this.