PythonPan

Results 3 issues of PythonPan

vscodium-reh: https://github.com/VSCodium/vscodium/releases/download/1.82.0.23250/vscodium-reh-linux-x64-1.82.0.23250.tar.gz vscode server: https://update.code.visualstudio.com/commit:8b617bd08fd9e3fc94d14adb8d358b56e3f72314/server-linux-x64/stable remote machine: Alpine Linux edge,i have installed gcompat which cans make Alpine Linux runs glibc execute file. when i update vscode and vscodium to 1.82.0,vscode-server...

bug

For ElementFilter's `__init__\within\not_within\exclude` method: `marker` parameter supports string list and string with whitespace in string list now. We can do it in ElementFilter like element's `mark` method. ```python3 from nicegui...

### Description It is same as https://github.com/ag-grid/ag-grid/issues/8855 Following code won't work as expected. ```python3 from nicegui import ui grid = ui.aggrid({ 'defaultColDef': {'flex': 1}, 'columnDefs': [ {'headerName': 'Name', 'field': 'name'},...

dependencies