Daniel Däschle

Results 38 issues of Daniel Däschle

``` SADeprecationWarning: The dbapi() classmethod on dialect classes has been renamed to import_dbapi(). Implement an import_dbapi() classmethod directly on class to remove this warning; the old .dbapi() classmethod may be...

``` SAWarning: Dialect sqlite:pyrqlite will not make use of SQL compilation caching as it does not set the 'supports_statement_cache' attribute to ``True``. This can have significant performance implications including some...

### Describe the bug ![image](https://github.com/v-analyzer/v-analyzer/assets/30751516/922f84c1-a73c-4942-a151-ffb8c3acfccc) `jwt.` (is the module name) is prepended from vfmt. v-analyzer makes it as an error. The module is not part of the .vmodules dir but...

bug

### Describe your feature request There is lowercase and field but not lowercase_field. ### Code of Conduct - [X] I have read and agree to the Weaviate's [Contributor Guide](https://weaviate.io/developers/contributor-guide) and...

feature request

The print statement results in unwanted console output. It's not controllable. Since in the client there is no logger, no printing is better than `print(e)`. In projects using this client...

### Which component is this bug for? Weaviate Instrumentation ### 📜 Description ``` File "...\model\api\api.py", line 54, in create_app WeaviateInstrumentor().instrument() File "...\venv\Lib\site-packages\opentelemetry\instrumentation\instrumentor.py", line 116, in instrument result = self._instrument( #...

bug

Fixes #288 @gioboa I hope this fix is good. I have no clue how it's supposed to work. I also did not test this change yet, but I think it...

### Describe the bug We try to override a shared package partially (sub path). In our case it is ``` shared: { react: { singleton: true, }, 'react-dom': { singleton:...

bug