xiaoweiz
xiaoweiz
VS Code crashes after running the script to replace `ffmpeg.dll`. Seems to be related to #86
No, the solution in #87 doesn't work any more. vscode 1.46.0 electron 7.3.1 Here's the header of the crash report, complaining the signature issue. ``` System Integrity Protection: enabled Crashed...
@seibert The pseudo-code for implementing `noncentral_chisquare` and `noncentral_f` is quite simple. I gave one at numpy/numpy#5766 for improving `noncentral_chisquare`. According to [https://github.com/numpy/numpy/blob/master/numpy/random/mtrand/distributions.c#L256-L260](https://github.com/numpy/numpy/blob/master/numpy/random/mtrand/distributions.c#L256-L260) a `noncentral_f` random variate with parameters `dfnum`, `dfden`,...