Matt Rixman

Results 39 issues of Matt Rixman

This is a feature request, but first of all: Thanks for making jsonref. It's handy. ---- From the documentation: > dump() and dumps() work just like their json counterparts, except...

### Apache Airflow version main (development) ### What happened I have 16 dags which all update the same dataset. They're set to finish at the same time (when the seconds...

kind:bug
area:core
AIP-48

### Apache Airflow version main (development) ### What happened Any mapped task will do, but here's a DAG with two: ```python3 with DAG( dag_id="zip_tf", schedule_interval=timedelta(days=30 * 365), start_date=datetime(1970, 1, 1),...

kind:bug
area:UI
reported_version:main_branch

### Apache Airflow version main (development) ### What happened Here's are two DAGs: ```python3 from airflow import Dataset, DAG from datetime import datetime qux = Dataset("qux") with DAG( dag_id="a1", start_date=datetime(1970,...

kind:bug
area:core
AIP-48

**Describe the bug** Try to build this Dockerfile: ``` FROM nixos/nix RUN nix-channel --update ``` As described here: https://hub.docker.com/r/nixos/nix It fails with this error: ``` ❯ docker build . Sending...

bug

# Seller doesn't see my Bid When I view the "Buy Orders" page my order (Hash: d45dad) appears in the bidding status. It has been that way for a few...

type: Bug

First of all thanks for this project. I think it's awesome. I think my terminal is pretty, but when I share it, the colors don't translate--so it can be awkward...

First of all, thanks for dataclasses-json. It's useful. Here are some dataclasses: ```python3 # issue.py from dataclasses import dataclass from dataclasses_json import dataclass_json from typing import List, Dict @dataclass_json @dataclass(frozen=True)...

Sample Client/Server + Optional Sec-WebSocket-Protocol + No More Visual Studio Warnings ------------------------------------------------------------------------------- I've been using Simple-WebSocket-Server for some time, and I've collected several changes. I will be leaving my current...

Hello, and thank you for maintaining this project--it has been really helpful for me. Since upgrading to Boost 1.62, I now get this warning: CL : warning : Boost.Coroutine is...