William Stam
William Stam
Couldnt submit a PR :( Currently using bootstrap (but the same for tailwinds etc) you have a base class ie `.btn`. For inactive buttons if you want to apply a...
right now (unless im totally useless) i cant seem to find a way to style the "selected" path when in focused mode ``` ``` the feature request is to be...
THE BROWSCAP CORRECTLY DETECTS THE BROWSER FROM THE STRING. but i got totally stumped on the OS part. Im more adding this here for any future searchers since i didn't...
im looking to keep track of all statements executed. right now iecho=True outputs to logging info. ``` if self._echo: logger.info(f"[{round((end - start) * 1000, 2)}ms] {query}") ``` would it be...
added `conn.close()` to the examples without it the connections seem to stay open on mysql in a Sleep mode untill you land up in `1040, 'Too many connections'` jail
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars. ###...
Im trying to have the docs show only the endpoints that the user has access to. this works in the backend when viewing `/openapi.json?token=xxxx`. is there a way with a...
i added a PR to patch this in https://github.com/GoodManWEN/cx_Oracle_async/pull/25 but incase somone lands up here and PR isnt accepted or delayed then a "sneaky" fix would be to do something...
## cursor.description by the looks of it it should be available as `cursor._cursor.description` but anyways.. this is purely for convenience see somone else was looking for this https://github.com/GoodManWEN/cx_Oracle_async/issues/19 ## cursor.fetchmany...
i found this issue here https://github.com/turbanoff/RunConfigurationAsAction/issues/5. having the same issue on pycharm 2023.3 and 2024 EAP with version 2.2 of this plugin. (not sure when it last did persist im...