Martin Holmes

Results 88 comments of Martin Holmes

Also on Ubuntu 22.04, flatpak 1.12.7, got this this morning: ~~~~~ ** (appstreamcli:7653): WARNING **: 08:01:25.346: Found icon of unknown type 'unknown' in 'system/flatpak/flatpak/cc.nift.nsm/*', skipping it. ** (appstreamcli:7653): WARNING **:...

+1 for a solution to this if you can think of one. It should be possible to turn off cert checking, or specify a particular cert as trusted. (Otherwise, linkcheck...

As far as I can see, the only additional complexity involved is the fact that the report process uses the file, and in the past I've found it very useful...

I'm going to work on this in a branch from dev to test whether it happens there, and if it does, fix it there, then backport to 1.4. The branch...

The first finding is that searching for the exact phrase "Marks & Spencer" does not find it, but if you escape the ampersand to `&`, it is found, and that...

This seems to be a bug in Saxon or Java, because both of these test false: `matches('ꞏ', '\p{L}')` `matches('ꞏ', '\p{L}')` I think the best thing to do for now is...

Fix and test for it committed in branch iss-300-sindot. PR #301 created.

Martin Honnen pointed me at the Saxon documentation which says that it's still using Unicode 6 tables: https://www.saxonica.com/html/documentation12/conformance/xpath31.html So that would explain it, if the documentation is up to date.