boxydog
boxydog
Thanks for this resource. https://musicinformationretrieval.com/evaluation_chord.html seems broken, referenced on https://musicinformationretrieval.com/index.html.
### Environment information * `py-solc-x` Version: 1.1.1 * `solc` Version: 0.8.10 * Python Version: 3.9.7 * OS: osx ### What was wrong? Code (pretty much straight from https://web3py.readthedocs.io/en/stable/contracts.html): ``` source...
### Overview I am trying to compile a file that has multiple includes from a node module. My entire working command line is: ``` /Users/zzz/.solcx/solc-v0.8.10 solidity/contracts/MyContract.sol --combined-json abi,asm,ast,bin,bin-runtime,devdoc,function-debug,function-debug-runtime,generated-sources,generated-sources-runtime,hashes,metadata,opcodes,srcmap,srcmap-runtime,storage-layout,userdoc --include-path solidity/node_modules...
# Pull Request Checklist Resolves: #3216 - [X] Ensured **tests pass** and (if applicable) updated functional test output Note: there are no manual python fixes in this PR, it's all...
- [X] I have searched the [issues](https://github.com/getpelican/pelican/issues?q=is%3Aissue) (including closed ones) and believe that this is not a duplicate. - [X] I have searched the [documentation](https://docs.getpelican.com/) and believe that my question...
https://github.com/tidyverts/fable/actions/runs/7721580515 shows that actions/checkout@v2 and r-lib/actions/setup-pandoc@v1 are deprecated. This updates them.
I get the error shown below if I try with setuptools 67.2.0 or 67.6.1 (latest). Install works if I install setuptools 57.5.0. (Got the idea from https://stackoverflow.com/a/71160711.) I'm using python...
Perhaps that means skicka won't be supported in the long term.
In [the README](https://github.com/IHTSDO/snomed-database-loader/blob/master/PostgreSQL/README.md) it says > Note that the scripted installation will now support loading other Editions. The script asks for a module identifier, which is INT by default, for...
In [load_release-postgresql.sh](https://github.com/IHTSDO/snomed-database-loader/blob/master/PostgreSQL/load_release-postgresql.sh), it asks for loadType (DELTA, SNAP, FULL, ALL), but then the code to adjust `environment-postgresql.sql` is commented out, so `environment-postgresql.sql` always has tables ending in `_f`, which only...