Ben DiFrancesco

Results 54 issues of Ben DiFrancesco

Hi- thanks for making this available. I'm wondering if you could specify the original source of the data and perhaps add it to the read me.

There ought to be a way to tag a custom field as read only. If you "get" a record with a read only custom field and then "update" it, the...

Upgrade guide: https://quasar.dev/start/upgrade-guide#migrate-to-v2-from-v1 Can also remove `worker-loader` dependency https://webpack.js.org/guides/web-workers/

app
dev

Meta issue to document possible mitigations to the bottleneck of announcement scanning: - [x] Async w/ progress bar (notification when completed) - [x] Parrallelization - [ ] Rust based crypto...

bug
app

Note: document process internally for future projects/updates

library
dev

Is it possible to add privacy-preserving analytics to the frontend? Google Analytics is certainly off the table. Are there any privacy preserving options? Perhaps [Goat Counter](https://www.goatcounter.com/) or [something similar](https://github.com/zgoat/goatcounter/blob/master/docs/sessions.markdown#existing-solutions)? Or...

app

The linter is throwing new errors on `deploy.js`: ``` @umbra/contracts: ✖ eslint --cache --fix: @umbra/contracts: umbra/contracts/scripts/deploy.js @umbra/contracts: 12:7 error Avoid referencing unbound methods which may cause unintentional scoping of `this`...

dev

When fetching payment announcements via subgraph, in the `Umbra` method inside `umbra-js`, we currently do not honor the `startBlock` and `endBlock` parameters, and instead always fetch all announcements. We should...

bug
library

- [ ] Deploy the contracts on Goerli - [ ] Setup OZ relayer - [ ] Update backend to support Goerli - [ ] Update frontend to support Goerli...

dev