Bakkiaraj Murugesan
Bakkiaraj Murugesan
Hi, I am looking api-sanity-checker for auto generating test cases for the C code that we generate using some other Java based tool. For Ex: typedef enum { AM_T_FUNCTION_AM_QSI =...
Migrated code base to use QtPy libary than qt.py for Qt compatibility layer
Is it possible to provide a Qt QML backend , Qt widgets are getting kinds of less usage , Qt company promotes QML and suggest to use more QML from...
I have multiple Pyvista 3d visualizations render in the Qt 5.15.x Qt Widgets. This was done using QtInteractor (https://github.com/pyvista/pyvistaqt). Now, I am moving away from Qt widgets to Qt QML....
## Description I am new to pyvista. Here is my sample code that I currently have to load 3d model and texture, ```python carmesh: PolyData = pv.read(os.path.abspath(os.path.join(os.path.dirname(__file__), "Porsche_911_GT2.obj"))) #carmesh.translate([0,0,2]) #carmesh.rotate_x(90)...
### Description Is there a way to vaccum the Kuzu DB data files? It takes more size than expected in my simple usecases , I am looking for a "VACUUM"...
I could able to make grouping of the kuzu db nodes based on example from https://github.com/yWorks/yfiles-jupyter-graphs-for-kuzu/blob/main/examples/features.ipynb but I have requirement to collapse certain groups by default while loading to users....
#### ALL software version info ipywidgets_bokeh version: 1.6.0 ipywidgets version: 8.1.7 panel version: 1.7.5 Python 3.12 OS : Linux , Rocky 8.9 #### Description of expected behavior and the observed...
Python version: 3.12 Panel: 1.8.3 File: .venv/lib/python3.12/site-packages/panel/io/state.py Issue: When I do following code, ```python def on_session_destroyed(session_context: BokehSessionContext) -> None: if session_context.request is not None: print(f' session destroyed at the {session_context.request.uri}...