Sebastian Kreft

Results 88 issues of Sebastian Kreft

We have been trying to adopt `fakesnow` in our project to avoid having to run all tests against a live Snowflake instance. In this process we found an issue related...

Autoincrement is not supported in duckdb and when transpiling snowflake statements using this modifier sqlglot generates invalid code that raise the following error: ``` duckdb.duckdb.ParserException: Parser Error: syntax error at...

Thanks for the great project, this is just what me and my team have been looking for. I create this issue to get some ideas of what the roadmap could...

In some suites test collection is not negligible, in our case is taking around 6 seconds. So it would be great if there could be a span showing the collection...

Currently the span name for parametrized tests include the attributes. This means that the spans are different and won't be grouped in views like the flamegraph. Using the test file...

Session and modules fixtures are included within a test span, making some tests longer than they really are. Setup of session fixtures are included in the first test, while the...

When working with keysets for decoding JWTs encoded as JWEs, the error is different than when using a single key. When using a `KeySet` the raised error is a `ValueError(f'No...

enhancement

Now that [PEP 735](https://peps.python.org/pep-0735/) has been accepted, it would be great to support it in tach. Specially given that `uv` already supports [dependency-groups](https://docs.astral.sh/uv/concepts/projects/dependencies/#dependency-groups). In our use case we have several...

enhancement

`pycountry` is only used in function [is_valid_country_code](https://github.com/facebook/facebook-python-business-sdk/blob/b363ffa684fb70c15f55cab4073e0d3fcefeca50/facebook_business/adobjects/serverside/normalize.py#L201) to validate that a code is a valid ISO-3166-1 two letter code. This logic was added in commit https://github.com/facebook/facebook-python-business-sdk/commit/a1589e7810f32e7962b27b82ffb49d0ef89f09e1. Depending on pycountry for...

Currently down only implements eof?, but in io streams eof? Is an alias for eof, as seen in the docs https://docs.ruby-lang.org/en/master/IO.html#method-i-eof The issue we are having with the lack of...