Robin Giesen

Results 3 issues of Robin Giesen

1. OracleDB version Oracle 11.2.1 2. Commands * print("sys.maxsize > 2**32:", sys.maxsize > 2**32) True * print("platform.platform:", platform.platform()) platform.platform: Linux-4.18.0-348.7.1.el8_5.x86_64-x86_64-with-glibc2.28 * print("platform.python_version:", platform.python_version()) platform.python_version: 3.9.6 * print("cx_Oracle.version:", cx_Oracle.version) cx_Oracle.version: 8.3.0...

bug

### Problem The current implementation of a select box is a great start but not always the data from the backend for the category options is the like the one...

type:enhancement
feature:st.column_config

I noticed, that the binary message sizes through the web socket massively increase when displaying more than 500 rows. Once the grid result is loaded and rendered, it's pushed through...