bitnom
bitnom
This repo has just enough interest that it will mostly take care of itself. Someone needs to evaluate and accept PRs.
What if, instead of simply using the price history, we included indicators such as RSI, MACD, Polarized Fractal Efficiency, etc? Should that not improve the accuracy? I'd like to investigate...
How much of an impact does the sample rate and bitrate have? My use case is that I need to perform speaker verification across multiple sample rates/codecs such as AMR...
I've been trying a while to get streaming diarization + recognition working together. I've failed trying many different strategies for streaming wav to pyannote. I started with an example that...
I will now begin work on a PR to add support for restricting routes to multiple permissions like this: ``` async def protected_page(self, request): await check_permission(request, ['protected', 'level1', 'level2']) response...
This happens with this package when I run a stress test of `./wrk -t12 -c400 -d30s http://localhost` Output doesn't show me line number. Must be in the module somewhere. Related...
If I open up the hosted demo it works just fine in Chromium. If I clone the git repo and open it locally, it doesn't work in Chromium but does...
I don't want to be very critical of this software because I think it's great and I want to use it but... Without ipv6 support you might as well just...
Does using [USBGuard](https://usbguard.github.io/) prevent an attacker from performing the exploit?
For... ``` func doUpdate(url string) error { resp, err := http.Get(url) if err != nil { return err } defer resp.Body.Close() err := update.Apply(resp.Body, update.Options{}) if err != nil {...