nyanpasu64
nyanpasu64
I somehow doubt that this is an actual bug (that denom will ever == 0), and that the author even reads this bugtracker
I think hertzdevil is no longer using this bugtracker. See http://hertzdevil.info/bug/view_all_bug_page.php .
The resampler is pretty bad. - when downsampling in bandlimited mode, audio significantly above the output's Nyquist rate is folded instead of silenced. - On some samples, resampling a properly...
I'm a different person, but I got the same vscode diagnostic message. I don't know if it's caused by this plugin or rust-analyzer. I didn't get the bug report template,...
Do I need to use `immer::box` (cheap copies) and not `std::map` (expensive copies)? ------- All event lists will be iterated over, in sorted order (so not a heap) every time...
Thanks for the help! This is not a commercial project. I actually came up with the single-atom idea talking to user bowbahdoe (don't want to ping, idk?) experienced in Clojure....
If you want to take the easy way out, you can just use the upstream atomicwrites library, and if they add support for disabling fsync on directory, you can add...
https://github.com/Kishanjvaghela/Ask-Permission/blob/master/app/build.gradle Maybe @Kishanjvaghela should edit the above file to not depend on exact versions, then users could remove `exclude group: 'com.android.support'` and let Gradle pick any version it wants, without...
unfortunately renaming @Override onShowRationalDialog will change the API.