Jonas Haag
Jonas Haag
Audioread version: 2.1.9 When decoding an MP3 file using the GStreamer backend, pitch gets disorted. See example attached, which has the original MP3 file, a WAV file decoded by the...
Ich hoffe, das ist hier nicht der falsche Ort für Support. Ich habe jetzt mal so einen Sensor zusammengebaut entsprechend offizieller Empfehlung. Hängt jetzt außen am Balkongeländer, ca 5 cm...
Reproduce: - Run `docker run -it ... serve ...` - Press Ctrl+C Expected behaviour: Server shuts down and Docker container is stopped. Actual behaviour: Nothing happens
Update deprecated json-to-openapi-schema dependency, and fix security issues with `npm audit`. The json-to-openapi-schema upgrade seems to break a test. For some reason, the updated version does not correctly resolve file...
Without this, cURL will send `Expect: 100-continue` on POST/PUT requests which will make the proxy fail. See https://gms.tf/when-curl-sends-100-continue.html
Reproducer: ```py import pandas as pd from functools import partial from snowflake.connector.pandas_tools import pd_writer import logging logging.basicConfig(level="INFO") TABLE = "xxx" SCHEMA = "yyy" with get_sqlalchemy_engine().connect() as conn: conn.execute(f"CREATE TEMP TABLE...
## What is the current behavior? https://github.com/snowflakedb/snowflake-connector-python/blob/0aec3eff1e4d2fe0f3845814645b7a66246a88f4/src/snowflake/connector/pandas_tools.py#L301-L307 Does not allow additional kwargs from here: https://github.com/snowflakedb/snowflake-connector-python/blob/0aec3eff1e4d2fe0f3845814645b7a66246a88f4/src/snowflake/connector/pandas_tools.py#L38-L52 ## What is the desired behavior? Allow passing any `**kwargs` ## How would this improve...
Environment: ``` arrow-cpp 7.0.0 py310hc7d0c5d_8_cpu ... Cached ... python 3.10.5 h582c2e5_0_cpython ... Cached ... snowflake-connector-python 2.7.9 py310hbc1ed79_0 ... Cached snowflake-sqlalchemy 1.4.0 pyhd8ed1ab_0 ... Cached ... sqlalchemy 1.4.39 py310h5764c6d_0 ... Cached...
[Here](https://github.com/jonashaag/klaus/blob/b163b77087e5ea346fa25ac74fc8046acc107684/setup.py#L46) we have a ISC license identifier, but Grayskull detects it as "BSD 2 clause".
With ``` docker run --link ... edoburu/pgbouncer:VERSION ``` I get ``` ...@(bad-af):0 closing because: server dns lookup failed (age=0) ``` for any versions >= 1.9.0. With 1.8.1 it works.