Ilya Boyandin

Results 40 comments of Ilya Boyandin

Appears to go away when disabling React script mode

- Version of dokku you use: 0.4.14 - Non-core plugins you use (including internally developed ones, with their purposes if possible): - none - Company Name: Teralytics - Size of...

Yes, thanks! I've actually discovered this approach too now and it works for me at least as a workaround. Does it still mean though that some resources are spent on...

Also, offering an option to render the tooltip in a portal would be very helpful I think. Something like `tooltipUsePortal` which could take a DOM node to render to and...

Noticed that `onMouse…` events in the `Line` chart [only work when enableSlices is false](https://github.com/plouc/nivo/blob/ce7c755b23cfc55ead9bac9920a55ef6e764bd99/packages/line/src/Line.js#L272). That's unfortunate, because we need to use the slices mode and customize the tooltip. Is there...

I started a related discussion here: https://github.com/plouc/nivo/discussions/2044

Thanks @SylvainCorlay! Could you elaborate on how _really blocking calls_ would work? Would it solve our issue? For our API we would actually prefer if the calls were blocking until...

Would this be applied to any function returning a future?

Thanks @sonthonaxrk! Here's the error: You can try for yourself, our widget is public: ``` pip install unfolded.map-sdk ``` ``` from unfolded.map_sdk import UnfoldedMap unfolded_map = UnfoldedMap( mapUUID='ae4f5345-8507-49ec-85f6-a1f8c7bc2219' ) unfolded_map...