yacoob
yacoob
For all of those songs that don't have a sensible video to put in yet, blitzloop could just show a static image. Marginally better than a black screen.
In no particular order: - merge bits of `play.py` (like keyboard handling) to other places, to make them work in main blitzloop - move all code not related to the...
It's a feature request; I have no idea how feasible this would be, given that kana serves as the basis of timing. It'd be nice to be able to hide...
I have files with data that looks like this after loading: ```json { "title": "Exia", "entries": [ { "date": "2012-10-12T00:00:00.000Z", "cover": "photo9.jpg", }, { "date": "2013-04-22T00:00:00.000Z", "cover": "photo13.jpg", }, ]...
# Bug Report ## Environment Zola version: 0.12.2 Apologies for a vague bug, but I can't quite pinpoint the reason behind it. If I run `zola serve` for my [repository],...
I wanted to get the site name (as in, no protocol prefix) from `config.base_url`. It'd be nice to use `replace` filter for this. Right now I have `config.base_url|split(pat='/')|last`. :D
I'm not sure whether this is an expected or desired behaviour - I've noticed this as a change compared to whatever version of tera zola 0.9 was using :) ```...
As far as I can tell, you can create arrays in a template, but not a map. It'd be useful to have map support, so you can create maps and...
I've followed [the documentation](https://github.com/buptczq/WinCryptSSHAgent/blob/master/doc/wsl_tutorial.md) with a yubikey 5 nano. I *think* I got the key+cert generated properly: ``` PS C:\Program Files\Yubico\YubiKey Manager> .\ykman.exe piv info PIV version: 5.2.7 PIN tries...
Not a bug per-se, just wanted to let you know: ``` PS C:\windows\system32> choco install wincrypt-sshagent Chocolatey v0.10.15 Professional Installing the following packages: wincrypt-sshagent By installing you accept licenses for...