relikd

Results 175 comments of relikd

I also noticed that tables are not rendered? ![screen](https://user-images.githubusercontent.com/1321720/74334967-57692680-4d9b-11ea-9be6-88e3120968a1.png)

can confirm this behaviour with image loading and net filters. I have a net filter for all images from sciencealert.com `||www.sciencealert.com/images/articles/processed/*` But If I open the Web Inspector - _Ressources_...

@JoshuaBrest isnt that just the normal ICNS PackBits compression? If so, that wouldnt help much for ImageOptim. All the formats using the PackBits algorithm cannot be compressed further – they...

- fix IconFlavor And one suggestion: I think we should remove the .provision drawing in the thumbnail generator. Isnt the thumbnail icon cached anyway? How useful is an expiration status...

I also did a complete refactoring of the code to have a more modular structure. https://github.com/relikd/ProvisionQL/tree/refactor_rewrite Not sure if you first want to review the changes in this PR or...

tell me what this command returns for your tipa file: ```sh mdls -name kMDItemContentType your_app.tipa ```

Interesting, so there is a macOS application for tipa files. I did not find any on the official homepage. With this command you can check which App is used: ```sh...

Oh, and my opinion on that is that it is probably better to create a separate QL plugin for that. The TIPA file does not follow the same structure as...

Does .tipa work with this plugin? (remember to `qlmanage -r`) [ProvisionQL.qlgenerator.zip](https://github.com/ealeksandrov/ProvisionQL/files/14158411/ProvisionQL.qlgenerator.zip)

Yes, the error happens because of a bug in the original code (tried to access non-existing key `CFBundleShortVersionString`). I fixed that in my overall refactoring. Here is the newest version...