Clement VILLAIN
Clement VILLAIN
## 🚀 Feature Proposal The goal here is to improve the type the TFunction so that if we have variables in our translation file, the TFunction is aware of it...
Hello I run into an issue with the frames numbers. I try to decode an audio book (http://ia801400.us.archive.org/7/items/jekyll_and_hyde_klh_0904_librivox/jekyll_01_stevenson_64kb.mp3) ```ruby configuration = Pocketsphinx::Configuration.default decoder = Pocketsphinx::Decoder.new(configuration) decoder.decode 'jekyll_01_stevenson.wav' puts decoder.words ```...
Hello 👋 In my current project, some rules are duplicated and applied several times. It creates big SQL queries that are hard to read. With this PR, the duplicated rules...
fix #67 It fixes the issue on my angular2 project. @ebidel is this what you meant?: > the loading code can probably use a debouncer