Tarun Gaba
Tarun Gaba
> Is this issue still present in Falcon v2.8? Yes, I see it in v2.8 as well.. !!
Hey @ZuluagaSD (Sorry for the delayed response). Falcon doesn't support connecting to impala using kerberos authentication.
> I imagine that for a given fid, the grid name (filename?) can change (i.e. users are allowed to rename the grid without changing its fid). Is that so? That's...
@n-riesco You should be able to use: https://api.plot.ly/v2/folders#all (with the query-parameter as `grid` ) to get all the grids for that user.. (which can then be filtered for the `fid`...
> That will also be very expensive if there are many grids... some users have 10k grids True. Unfortunately, we don't have any endpoint at the moment which takes a...
Tests are already present for OrthographicCamera in the viz/tests directory: [test_visualization_scene.py#L281](https://github.com/pydy/pydy/blob/master/pydy/viz/tests/test_visualization_frame_scene.py#L281) Are there any more test cases that you might be referring to?
@mitkof6 : I have attempted an implementation for TubeGeometry in #368 .. I have checked it for some basic cases, but it would be great if you could pull that...
A possible solution for this issue would be to use a unique indentifier. Currently, by default we are using timestamp as the identifier to correlate the simulation file and scene...
@moorepants Please provide an update on this. We can get this example merged in too.
Having an abstraction for the same(using helical shape or something?) Or you want it to be implemented as an example? On Wed, Apr 23, 2014 at 1:09 AM, Jason K....