Allen Day
Allen Day
Proposed design to implement ABI parsing as part of Ethereum ETL. This allows us to extract more meaningful structured data from topics and events.  The design introduces a dependency...
Makefile target "docker" Dockerfile requires .npmrc: https://github.com/dekart-xyz/dekart/blob/main/Makefile#L23 https://github.com/dekart-xyz/dekart/blob/main/Dockerfile#L5 However, this file is excluded by .gitignore: https://github.com/dekart-xyz/dekart/blob/main/.gitignore#L40 Proposed solution: - add a file "npmrc" - modify Dockerfile to COPY the file...
See corresponding mediapipe issue: https://github.com/google/mediapipe/issues/924
Hello, This change allow creates a new partial "amp-extra.css" that can be overridden to include custom CSS into the amp-custom style element.
for example, keep outputting at score=15 until score=16 is achieved
https://github.com/ethereum/EIPs/blob/master/EIPS/eip-55.md
It's unclear how to debug this as the code is webpacked. Simply loading `http://localhost:8080/` produces this error. `http://localhost:8080/profile` also fails. ``` jQuery.Deferred exception: Cannot read property 'get' of undefined TypeError:...
tables need to be in a different order for the database to create cleanly. also, cannot create users until the database is up, so re-ordered README.md to reflect this.