Florian Kühnlenz
Florian Kühnlenz
Hi, I am running into a strange issue. I am trying to mount a share on my synology NAS via sshfs. When I try to do it with Transmit (the...
Hi, when installing with the mssqlserver extra poetry attempts to install pymssql 3.0.3 which complains: > DeprecationWarning: The pymssql project has been discontinued. To install the last working released version,...
Hi, I am trying to install the budibase helm chart on our cluster. ChartVersion 0.2.11 AppVersion 1.0.214 I get the following error message: Error: INSTALLATION FAILED: rendered manifests contain a...
We would like to display dynamic forms in our solara frontend based on pydantic models / json schemas. There are multiple IPyWidgets out there that provide this functionality namely: -...
The [DatetimePicker](https://ipywidgets.readthedocs.io/en/stable/examples/Widget%20List.html#datetime-picker) ist not currently covered by https://github.com/widgetti/reacton/blob/master/reacton/ipywidgets.py
**Describe the bug** When I open the tab for logs I see only an error message. `TypeError: oidc.OpenIDConnectAuth is not a constructor` **To Reproduce** Steps to reproduce the behavior: 1....
```python from snowflake.sqlalchemy import URL import sqlalchemy import fakesnow with fakesnow.patch(): engine = sqlalchemy.create_engine( URL( account="abc123", user="testuser1", password="0123456", database="testdb", schema="public", ) ) with engine.connect() as con: print(con.execute("CREATE SEQUENCE insertion_id_seq START...
Hi, Would it be possible to support loading of data from a stage? (https://docs.snowflake.com/en/user-guide/data-load-considerations-load) I am not sure from the docs if this would be even inside the scope of...
**Is your feature request related to a problem? Please describe.** it would be great to use autoui in solara **Describe the solution you'd like** ```python import solara as sl from...
**Describe the bug** When we use testcontainer in our build pipeline we get the following error: > Conflict ("Conflict. The container name "/testcontainers-ryuk-d5f13be0-c6ab-43c0-83ad-071f3604cb77" is already in use by container "0f610da3c88a6f4ff0d46c71b55219b08db90dd699aa75a990f041e0bccf83b6"....