Results 18 issues of Łukasz Rogalski

This bug is based on my experiments with `darker` on closed-source repo. I am not at liberty to disclose any code. We'll have to work on recreating failure criteria on...

performance

This bug is based on my experiments with darker on closed-source repo. I am not at liberty to disclose any code. We'll have to work on recreating failure criteria on...

enhancement
help wanted
question

SQLAlchemy 1.4 release notes: https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html#change-8dd50c1cc4d512bf97b23fb0243619af ``` Several operators are renamed to achieve more consistent naming across SQLAlchemy. The operator changes are: isfalse is now is_false isnot_distinct_from is now is_not_distinct_from istrue...

Needed for PyCQA/pylint#1245. It’s a very rough draft, input will be appreciated.

2.0
Work in progress

### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.5.1 ### What happened? Setup: AWS MWAA + `smtp_default` connection...

kind:bug
pending-response
area:core

Avoid dependency on python3-devel and pybind11 by using precompiled dependency.

MCVE in Snowflake: ```sql CREATE OR REPLACE TEMPORARY TABLE TEST (ID BIGINT, COL VARCHAR, ANOTHER VARCHAR); INSERT INTO TEST (ID, COL, ANOTHER) VALUES (1, 's1', 'c1'),(1, 's2', 'c1'), (1, 's3',...

MCVE in Snowflake: ```sql CREATE OR REPLACE TEMPORARY TABLE TEST (ID BIGINT, COL VARCHAR); INSERT INTO TEST (ID, COL) VALUES (1, 's1,s2,s3'), (2, 's1,s2'); SELECT ID , F.VALUE::varchar as V...

MCVE in Snowflake: ```sql CREATE OR REPLACE TEMPORARY TABLE TEST (COL VARCHAR); INSERT INTO TEST (COL) VALUES ('VARCHAR1'), ('VARCHAR2'); CREATE OR REPLACE TEMPORARY TABLE JOINED (COL VARCHAR, ANOTHER VARCHAR); INSERT...

### Summary Most bundling debug docs describe only happy paths when bundling succeeds. There are no docs to triage bundling issues other to run `npx expo export` and check if...

docs