William Entriken
William Entriken
The release does not include a JavaScript version. Also, the recommended install instructions is to load from CDN using jsDelivr or other without SRI. Best practice is to use SRI...
https://github.com/nibbstack/erc721/blob/77030ec2a25123d17b13e7ee469f1c956a48451c/src/contracts/utils/address-utils.sol .codehash Docs: https://docs.soliditylang.org/en/v0.8.11/units-and-global-variables.html?highlight=codehash#members-of-address-types
The approach in this implementation is: ``` supportedInterfaces[0x80ac58cd] = true; // ERC721 ``` But this approach has gotten much more expensive with recent gas cost changes. We can improve this...
Here is a competing product: https://github.com/dmrschmidt/DSWaveformImage They separate the rendering step from the display/interaction control. It is possible for us to do this as well. Considering if this should be...
Progress: - [x] Create DataSource protocol which could be applicable to audio files or any other data source, such as an array or other generator - [x] Move all existing...
According to CocoaPods, our testing is deficient. Evidence: https://travis-ci.org/fulldecent/FDWaveformView/builds/222183787#L466 # Work plan - [ ] Identify exactly what causes that metric to fail - [ ] Update https://github.com/fulldecent/swift3-module-template and https://github.com/fulldecent/swift3-module-template/blob/master/__PROJECT_NAME__/Tests/CheckCocoaPodsQualityIndexes.rb...
For a large audio file, update the view incrementally rather than all at once
https://developer.apple.com/reference/uikit/uiscrollview This is not an API breaking change. It would add many new features: - Scroll past ends - Nice alignment with our existing API - Bouncing, acceleration in gestures
Recommending new syntax: ``` python transfer.py [--quiet] NEW_OWNER_EMAIL PATH ... ``` This allows specifying multiple paths. Also related to another issue (#11).