Klaus Purer

Results 39 comments of Klaus Purer

what if the theme author created the font? Is that a realistic scenario or do theme developers always just rip off fonts from somewhere else?

Nice, thanks for stepping up! @nfrankel also showed interest, maybe check with him what would be best for a new home. To preserve history and past ownership I would like...

Thanks a lot! I was thinking if I should switch this project from Twitter API to Twitter scraping with https://github.com/megahotel/twitter-scraper or similar, but did not find the motivation and time...

Running into the same problem when building crates with their minimal version: ``` $ cargo build -Z minimal-versions error: multiple packages link to native library `z`, but a native library...

Hm, I ran `rm -rf ~/.cargo/registry` and cargo downloaded the index again, but still having the same problem when building https://github.com/alexcrichton/git2-rs with `cargo build -Z minimal-versions`. Maybe it does not...

Sorry, yep I think I posted too early in this issue without understanding how the registry index works :) I think I have enough pointers now how to fix the...

We have now prebuilt binaries and a docker image, please use those.

A lot of things improved: * We have a docker container image now, check the README * You can specify the path to the config file with `--config` * We...

And I'm done! Binaries are now available on the release page. They don't work on all platforms, for example the Linux binary only works on newer distributions. On an old...