D0han
D0han
This changed exactly in https://github.com/yeojz/otplib/commit/b088efe9da45e102e59b5cd2c0df5bddf80c5a92 @yeojz seems that you committed that change, can you shed some light here?
Awesome work! Can you also add easy to trigger one-off option to charge Flipper fully? The use case would be pretty much same as yours, but also to easily prepare...
Also bumped into this problem, output_wts should create parameter file instead of the long command https://github.com/ggerganov/whisper.cpp/blob/7a74e929c842489010f641156f2a5ac733b17016/examples/main/main.cpp#L693
Not sure if that causes data loss or not, i do not have parallel samples from another source to compare. If you can do first review pass on #411 to...
I checked out recordings, and a lot of them cuts off words. Having said that, i do not have any concrete arguments to tie it up with malformed MP3 headers.
This script could benefit from static analysis, please use https://www.shellcheck.net/ to make it more robust
Same, Firefox on Linux, usually 1.5-3.0 speed
How that problem was found out: https://github.com/charlie-foxtrot/RTLSDR-Airband/issues/410
Not sure if i understood correctly, are you asking for this? ``` $ git grep -h 'import ' -- '*.py' | sort -u from abc import ABC, ABCMeta, abstractmethod from...
Ignoring IDE specific files should be done probably in user global gitignore config, not in the project specific one. For reference: https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer