Titusz

Results 44 comments of Titusz

Travis is a free service for open source projects. Or do you mean a budget for adding integration support in **fbs**? For developers that are only at home on one...

For 2D affine transformation-invariant hashes (including partial image-matching) I suggest having a look at this approach: https://pippy360.github.io/transformationInvariantImageSearch/

For anybody looking for binary wheels see https://pypi.org/project/pytaglib-wheel/#files **NOTE**: Outdated/Deleted - use official pytaglib package

> For the purpose of software supply chain security, I'd kindly ask you to add some sort of note to the PyPI project description, clarifying that these packages are inofficial....

The package is tested against python >= 3.6. Your pull request seems to remove py36 and py37 support. We could try to be less strict by pinning to major versions...

Cross chain addressing of transactions should be fairly simple with a pattern like: `:tx:` Examples: `eip155:1:tx:0x1cc5b5193db6f41c6b830660fe6e8e14a4c9bce66381956f065a5584272754b8` `bip122:tx:f1d481508ce99ade1427b581ce0e240dd7258358bbfdee89ed08450de23c5e6c` Another possibility, to make references much shorter, one could take advantage of blockchain...

I can confirm the issue. I also get: ``` java.lang.NullPointerException: null input at io.mola.galimatias.URLParser.parse(URLParser.java:215) at io.mola.galimatias.URL.withPath(URL.java:397) at io.mola.galimatias.canonicalize.DecodeUnreservedCanonicalizer.canonicalize(DecodeUnreservedCanonicalizer.java:41) at org.w3c.epubcheck.util.url.URLUtils.normalize(URLUtils.java:188) at com.adobe.epubcheck.ocf.OCFContainer.contains(OCFContainer.java:88) at com.adobe.epubcheck.ocf.OCFContainer.isRemote(OCFContainer.java:134) at org.w3c.epubcheck.core.references.ResourceReferencesChecker.checkReference(ResourceReferencesChecker.java:120) at org.w3c.epubcheck.core.references.ResourceReferencesChecker.check(ResourceReferencesChecker.java:102) at com.adobe.epubcheck.opf.OPFChecker.checkPackage(OPFChecker.java:149)...

1 pixel images are often used for clickable links that do not wrap any text. It seems that the Data URL is problematic. If you replace it with `data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7` it...

The `iscc` package on PyPI is out of date. It will eventually be updated when the final ISO standard is published. **The current reference implementation can be found at https://github.com/iscc/iscc-core.**...

Well, that is strange. Installation should in no way depend on poetry. I will update the CI build settings and add binary wheels for python 3.10/.11. Hopefully that solves the...