Daniel James

Results 11 issues of Daniel James

I'm using Chart.js with a React wrapper (react-chartjs-2). I want to upgrade to the latest major version of Chart.js (3.x) to remove the dependency on moment, among other benefits. There...

[](https://issuehunt.io/r/storybookjs/storybook/issues/8078) **Describe the bug** When creating stories for a DocsPage with an MDX file, the code preview underneath the story seems to have the wrong indentation, even though it's correct...

bug
help wanted
has workaround
todo
addon: docs
block: source
:dollar: Funded on Issuehunt
small

The gradientDirection prop example was wrong and hard to understand so I updated it

### Description When calling the ref functions (`.play()`, `.reset()`, etc.), it causes a crash. The crash consistently happened whether I was calling these functions from inside a `useEffect`, a handler...

I'm working on converting Explorer's /activity calls to /roles calls instead and I realized it would be great to have "witness_invalid" as a possible type, so we can show the...

Related to this PR for Explorer: https://github.com/helium/explorer/pull/718 If we want to keep the UI for block detail pages useful (with the ability to see the breakdown of transaction types in...

I'm not sure about the feasibility of this, but here's what I'm trying to do on the frontend: For a given city (using the city_id value), allow someone to link...

I think we should make UnknownTransactions have all camelCased fields so we can better prepare for when the type is fully supported in helium-js, and avoid re-writing any frontend code...

helium-js will need to support `poc_receipts_v2`

https://github.com/helium/helium-js/blob/master/packages/http/src/resources/Sums.ts#L51 Right now `.list` allows a string like "-1 day" but `.get` only takes `Date` objects as input: .list: ```js async list(params: ListRewardsParams): Promise { if (!params.bucket) { throw new...