Daniel Henderson
Daniel Henderson
Resolves [issue](https://github.com/microsoft/playwright-python/issues/2305)
Calls to `locals_to_params` now handle nested params properly. See [comment](https://github.com/microsoft/playwright-python/issues/1269#issuecomment-1945102293) in issue: 1269
### 🚀 Feature Request There is both inconsistent and incorrect use of type-hints throughout the package. This could be classified as a bug report. ## Inconsistent The 'typing' module is...
### Version 1.41.2 ### Steps to reproduce 1. Open the ipython REPL 2. Create a Playwright instance that bypasses the Python context manager. ```python from playwright.sync_api import sync_playwright playwright =...
resolves issue [#990](https://github.com/dbt-labs/dbt-spark/issues/990) ### Solution These code smells are no longer present: ``` dbt/adapters/spark/column.py:59:42: E231 missing whitespace after ':' dbt/adapters/spark/column.py:60:42: E231 missing whitespace after ':' dbt/adapters/spark/column.py:61:42: E231 missing whitespace after...
### Is this a new bug in dbt-spark? - [X] I believe this is a new bug in dbt-spark - [X] I have searched the existing issues, and I could...
Changes based upon the evolution of Julia's package management system. Also, updated minor API changes to the latest required dependency versions.
After installing 'async-openai' into my projects environment with pipenv, I am receiving this issue: ``` In [1]: from async_openai import OpenAI, settings, CompletionResponse .... 294 return import_string(REDIRECT_TO_V1[import_path]) 295 if import_path...
Warn on invalid dimension for `NZF1`: ref #123 - When a user specifies `n < 26` they should receive a warning that the dimension is being adjusted. (As done with...