rht
rht
The tests actually failed, and I observed, have failed for most of the recent PRs. Maybe there needs to be `set -e`? Fixing the test is outside the scope of...
> @rht For what purpose would you like to use CI for this repo? Just for assurance that there are no bugs creeping in through the changes. > Note that...
> If I am not mistaken, this is at the beginning of the install_flame.sh script? I saw that it is there in install_flame.sh, so the install can notify a failure,...
It seems to be specific to `cirq-google` ```console # in cirq-google $ pip-compile -o requirements.lock requirements.txt Could not find a version that matches protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,=3.19.5,>=4.21.6 (from -r requirements.txt (line 3)) Tried:...
On a fresh virtualenv: ``` ERROR: Cannot install -r requirements.txt (line 2) and cirq because these package versions have conflicting dependencies. The conflict is caused by: cirq-google 1.1.0 depends on...
And `go-coreutils` already prefers the gnu/linux flags/convention.
@nonchip, for encryption / private content, I redirect you to https://github.com/ipfs/notes/issues/63. For distributed indexer / search engine, see https://github.com/ipfs/archives/issues/8.
Don't have enough network+storage bandwidth to do this, but wish to `cat` the source archives https://gateway.ipfs.io/ipfs/QmPFiQcfUPr9DYTJ7MPzY9ixxWkfK1oqQQEmQHS1zeD5PP and then process it to get the most used operators 1-gram / var names....
(on latexsearch : it is too crude. it's like searching through latex "bytecodes" instead of the formulas it represent) I will put the script here after I have modified it...