Chris Pearce

Results 20 issues of Chris Pearce

So in theory this plugin is great. We prevent the breaking of purity throughout our components transparently so should be able to avoid lots of re-renders without having to manually...

I believe this would aid people in understanding the inner guts of how this works as well as the interop between flow and tcomb functionality. Eg. ``` type MyString =...

docs

Hey! Firstly awesome project and I highly appreciate the effort put into it. I was wondering if you had any plans to support Enums more clearly within the visualisation?

enhancement

### Describe a bug ``` 2022-01-29T17:26:42.2204524Z ##[group]Run ArtiomTr/[email protected] 2022-01-29T17:26:42.2204826Z with: 2022-01-29T17:26:42.2205233Z github-token: *** 2022-01-29T17:26:42.2205464Z skip-step: all 2022-01-29T17:26:42.2205691Z annotations: none 2022-01-29T17:26:42.2205948Z coverage-file: ./coverage/report.json 2022-01-29T17:26:42.2206245Z base-coverage-file: ./coverage/main.json 2022-01-29T17:26:42.2206519Z test-script: npx jest 2022-01-29T17:26:42.2206749Z...

bug

Ie. Render in a child `canvas` but bind events to parent `div`. This would allow for easily overlaying the canvas with interactive dom elements.

enhancement

I would really appreciate seeing this limitation documented a little further. Specifically I would like to understand the issue with merge commits and know if there is a migration path...

### 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](https://github.com/dotansimha/graphql-code-generator-issue-sandbox-template), [Stackblitz](https://stackblitz.com/github/dotansimha/graphql-code-generator-issue-sandbox-template) or [CodeSandbox](https://codesandbox.io/s/github/dotansimha/graphql-code-generator-issue-sandbox-template) > Make...

core

We get a TS error due to duplicated named imports. This schema: ``` enum MyEnum { A B } enum MyOtherEnum { A B } model MyModel { id String...

Using the latest beta and I can't quite find an example or relevant api that would always show a value within a bar chart. Ie. each bar chart should render...

Currently trying to use this library will result in the error seen below. ``` Uncaught Error: Invariant Violation: addComponentAsRefTo(...): Only a ReactOwner can have refs. You might be adding a...