Leo Razoumov
Leo Razoumov
As of `cargo-cache` version `0.5.1` the `~/.cargo/bin` disk usage reported on MacOS is still incorrect. The reason seams to be that many toolchain binaries are *hard-links* of the same executable...
No luck so far. Compiled the latest master (bd1ecf5) without openSSL as before. Running tests produces failures and also it hangs. I had to kill the process after 3 minutes...
Reran tests with ``` ./test-without-openssl.bash -v ``` as you suggested. It hangs as before. After waiting few minutes watching nothing happening I killed the job with `^C`. Here is the...
Confirming that running the test on Apple Silicon creates huge files > 300GB in size. Had to kill the process when 50% of my SSD got filled.
Confirming the same problem on iPad 12.9 inch (5th gen 2021) with iPadOS 15.3.1 and iSH 1.2.3 (build 298). `git add` or `git commit` stuck forever when underlying git repository...
`scikit-learn` 0.18 completely changed _Gaussian Process_ API, implementation and documentation. Not clear how to reproduce the old results using the new `GaussionProcessRegressor`
I think one possibility would be to symlink the binary package directories so that `nimble install` would symlink files in `bin/` directory rather than copying them.
I am experience very similar problem with conda 4.7.12. Trying to update `rpy2` to a new version on conda-forge I am seeing the same failure: ``` $ conda install --strict-channel-priority...
This is a regression in v3.3.0. Auto Width works correctly in v3.2.5 and earlier.
Yes, I think the issues addressed in the PR https://github.com/jupyter/jupyter_console/pull/244 (still open and pending resolution) are the root cause of the regression. Downgrading `jupyter_client` from 7.0.2 to 6.1.12 resolved the...