Joe Timko

Results 6 issues of Joe Timko

**Intended outcome:** useQuery hook that is polling with a `fetchPolicy: no-cache` should not update the cache. **Actual outcome:** The cache is updated with the query results from polling. **How to...

🐞 bug
🔍 investigate

Hi there I am following the installation instructions exactly as they are in the documentation and importing the plugin crashes my build with the following error. I am unsure why,...

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox > Make...

**Bug description** After upgrading to 5.5.2 all imports of the form `import * as am5 from "@amcharts/amcharts5";` result in the following error: ``` /Users/josephtimko/work/netspring/firewatch/node_modules/@amcharts/amcharts5/.internal/core/render/Slice.js:1 Error [ERR_REQUIRE_ESM]: require() of ES Module...

enhancement

The plugin does not support dynamic scale keys, it is predicated on all users ensuring that the x-axis scales is named x. It should be fixed, but it would be...

### Expected behavior Skip nulls should behave properly, accounting for the missing width of nonexistent bars within a bar category (tick). Chart number 3 in the code pen, should look...

type: bug