Baidyanath Kundu

Results 31 comments of Baidyanath Kundu

> I started brainstorming use of plotly (or others) for general shapes drawing, see https://gitter.im/boostorg/geometry?at=5e6d0b8e17d3e742347c5346 > > Since plotly can draw geometric shapes, https://plotly.com/python/shapes/, as well as can draw on...

@NJ261 is there a way to build it without conan?

Is this issue still active? If yes can I take it up?

@dabooz Is it necessary to maintain the order of the message? I ask this because the message, `Compatibility Error: Node properties do not satisfy constraint requirements.` is generated is in...

The `(numba2cpp(x) for x in args)` is a generator object so we need to cast it to tuple

So how do you suggest we make the numba extension support it? Also accessing vectors by index: ``` import numba import cppyy cppyy.cppdef(""" #include std::vector v = {1, 2, 3,...

> Right now, the signature match is purely string based, see: https://github.com/wlav/CPyCppyy/blob/master/src/CPPOverload.cxx#L1085 Yeah I have seen that but can we have a hack that makes it possible for the numba...

@YujiElfahkrany I am facing the same issue but it doesn't eat all the cpu. It just freezes at the first frame. @miroslavradojevic Did you find a solution?

This issue is related to #303 but the solution given there didn't work for me.

@d-desiatkin Thanks for the reply. Unfortunately I am no longer working on that project so I won't be able to check but someone else might find it useful. :)