rekado
rekado
I'm using the py3 branch with the tedlium_nnet_ms_sp_online model. I'm running this on the Bill Gates TED talk mp3. Is recognizes the first few characters but then crashes: ``` Received...
On the py3 branch `decoder_test.py` still uses Python 2 print syntax.
On first start this happens: ``` Could not connect undefined method `[]' for nil:NilClass ``` This doesn't happen when running soundcli the second time.
If one waits for a while after pausing and then resumes, the song seems to have ended already. Sometimes soundcli will just freeze.
soundCLI will attempt to save the auth file in $XDG_CONFIG_HOME/soundcli/. This fails because the directory doesn't exist.
Currently, only one keypair is stored per profile. Any page could trigger `window.mozCipher.pk.generateKeyPair` and thus overwrite the stored key, meaning that the user will lose access to whatever encrypted data...
When an error occurs during the very first initialisation of DOMCrypt, the config file `.mozCipher.json` may be created as an empty file. On subsequent initialisations of the extension, DOMCrypt will...
Jellyfish cannot be built on any other architecture than x86_64. On at least three other platforms building fails because of embedded assembly instructions in `./include/jellyfish/rectangular_binary_matrix.hpp`. Is there any way to...
There are many Scheme files that do not define modules, which makes them harder to reuse. This may also be the reason why precompilation doesn't quite have the expected effect...