Results 85 comments of AJ Slater

Shut down docker. Remove the line: ```json "credsStore" : "desktop" ``` from ~/.docker/config.json Restart docker. Worked for me. Solution failed at by reading this other issue: https://github.com/docker/for-mac/issues/3774

A similar problem can be eliminated by making sure you don't preload background-images with the string 'none': This happens to me because I don't use the corner images in my...

The ComicBookInfo format took a unique approach in that they added their metadata to the zipfile comments. I thought this was genius until it became clear that updating zipfile comments...

I believe [aioprocessing](https://github.com/dano/aioprocessing ) attempts to address this issue.

Thanks. They named it Comet just to give me a headache. https://www.denvog.com/comet/comet-specification/ That’s the old CoMet.xml format. It’s not great, but it’s clearly meant to be used by a comic...

A workaround for this is very easy with item slots. It was a nice little feature of v2 but not critical. e.g. ```html ```

My parser doesn't pay attention to element order when reading comicinfo.xml.

Most sorting with English seems easily done semantically. For instance, the examples given in #4 are easy to do algorithmically. In Codex If i were to solve for the example...

Not to derail this too much but as a practical matter, i suspect most tagging is done from comicvine data (with comictagger i'd suspect). I can't recall having ever seen...

Does manga have a popular metadata file format that's stored with the archive analogous to comicinfo.xml?