Arun Kumar

Results 58 comments of Arun Kumar

I also faced https://github.com/bitwalker/distillery/pull/718 with latest distillery version (`v2.1.1`). Following solution from [elixir forum](https://elixirforum.com/t/deployment-with-edeliver-distillery-results-in-no-code-change/23467/3) help me get past this issue. I had to add following hook in `.deliver/config` ```elixir post_extract_release_archive()...

FYI, `React 17` is released and out of RC - https://reactjs.org/blog/2020/10/20/react-v17.html It would be better if we get an official `React 17` adapter.

Any update on this issue? We too are stuck because of this issue.

This feature is not present right now, but will be added shortly.

There is no solution for this as of now. One way to solve this is to take some kind of config in `customSegmentLabels` like `xPos, yPos` ... still this will...

This is a known limitation and the way I see it there wont be any fix for it any time soon. PRs are welcome though.

@DenisOlianych Right now it is not possible to configure custom needle. Having a custom needle component as a prop will solve this issue. I will take a look at this...

> This can be circumvented with redeclaring imports so they don't import from the index of d3; or declaring sideEffects in the package.json Can you please elaborate more on what...

Can you please give a bit more context? Do you mean, the needle can be dragged anywhere on the screen? The needle has to stay in a fixed position to...

@michaelwint Can you share a **Codesandbox** link with what you are trying to achieve? I'm trying to understand the usage and if the parent dimensions is also in `percentage` with...