Vincent
Vincent
| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | yes | Version/Branch | 0.13.2 When using...
| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass?...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no | Version/Branch...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no | Version/Branch...
Hi guys ! I was wondering if we could find a way to use react-universally as a dependency. The problem with starter kits (not especially this one) is that their...
I'm working with GraphQL generation and the records of my data source are immutable (non extensible objects) (see: https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Global_Objects/Object/preventExtensions). So this line: https://github.com/wubostc/virtualized-table-for-antd/blob/66f0e80c6a82e70b25574c36c4b6b39e3f81b73f/src/vt.tsx#L727 doesn't work and triggers the following error:...
Hi guys. I have the following schema and I would like to be able to create a `Message` from already encoded `Error` objects. ```proto syntax = "proto3"; message Error {...
Would it be possible to handle gradients colors within Pie or Doughnut Charts ? Something like that? 
First of all, thanks for this amazing library. I tested a lot of charts libs with Swift and this one is by far the cleanest. I was wondering, if it...
Hello! I have a component extending the Select with tags mode enabled. I'd like to have a regular tag wrapper, but just change the inside of the tag. Unfortunately the...