Bakkiaraj Murugesan
Bakkiaraj Murugesan
@djhoese , @almarklein . Thanks for your reply. QML application in Qt has its own even loops based on QQmlApplicationEngine. The way we communicate with UI in QML is slightly...
I believe, Client side certificate is already available. I use it following way, ```python3 ssl_certificate: str = str(Path(__file__).parent.joinpath("client_Certificates.pem").resolve()) rest_client = Client( base_url=v3_rest_uri, headers=basic_auth_header, timeout=60, verify_ssl=ssl_certificate ) ``` Then use the...
I do confirm that, refs are supported. Ex: from https://codebeamer.com/cb/api-docs/v3.json ```json "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ExportProject" } } } }, ``` The above is fully...
+1 I do wait for this Enhancement , Here is my usecase. I like to do deep debugging with the clients generated using openapi-python-client. I would like to see request,...
@dominicjtriana , exactly. I do have same issue what you have. Adding new mesh with "add_mesh" works. But its too slow (~30ms for my FFT plots). I dont know how...
Strange. I think, possibility could be Qt Python bindings version. I tried today as well, OS: Ubuntu 22.04 but I did tried earlier in windows 10 PySide2 = PySide2-5.15.2.1-5.15.2-cp35.cp36.cp37.cp38.cp39.cp310-abi3-manylinux1_x86_64.whl Qt.py...
@ray6080 , At work, I am working on application which will determine how the network of the IPs (inside SoC), This data then gets stored in Kuzu as nodes and...
@ray6080 , Here is the representational schema , ``` CREATE NODE TABLE MYNODE ( node_name STRING, type STRING, timer STRING, reset STRING, powerup STRING, voltas STRING, port_time FLOAT, defines_data JSON,...
@ray6080 awesome. Thanks. Will wait for the update.
ok, Thanks @royi-luo for the update. which version we can expect this update?