Matt Rixman

Results 39 issues of Matt Rixman

Hi. Thanks for poetry-version-plugin, I've found it really easy to use. Now I can do: ``` $ mycliapp --version mycliapp 1.2.3dev4 ``` Sometimes I forget to add a tag, and...

**Affected Document:** https://www.astronomer.io/guides/custom-xcom-backends **Severity:** - [ ] Critical: This document has incorrect or missing information. Add the `error/critical` label to this issue. - [X] FYI: The document is misleading or...

### Apache Airflow version 2.4.0 ### What happened Here's 10 dags with 200 tasks each: ```python3 from airflow import DAG from airflow.decorators import task from airflow.operators.python import PythonOperator from datetime...

kind:bug
area:core

- [x ] I have checked that a similar [feature request](https://github.com/astronomer/astro-cli/issues?q=is%3Aopen+is%3Aissue+label%3A%22feature+request%22) does not already exist. **✍️ Is your feature request related to a problem? Please describe.** I fixed a bug...

app/astro-cli

Hi, I'm a newbie, so I apologize if this question is in the wrong place. I'm trying to use mach-nix in this `flake.nix` ``` { outputs = {self, nixpkgs}: let...

First of all, thanks for working on Textual, I'm excited to use it to make cool stuff. Here's some code that works: ```python3 from textual.app import App, ComposeResult from textual.widget...

Hi, thanks for this project. I'm excited to use it. Please take a look at this asciicast: https://asciinema.org/a/352660 Notice how the action happens below the prompt. I'd like to do...

Hi, I just started using pyrsistent, but it's working great so far. Thanks for maintaining it. Here's some code that I dislike. ```python3 @dataclass_json @dataclass(frozen=True) class Foo: bar: Dict[str, str]...

**✍️ Is your feature request related to a problem? Please describe.** The first time I tried to use Oranization Level API tokens, I (naively) did this: 1. create the token...

I see that there is already [an issue](https://github.com/cachix/pre-commit-hooks.nix/issues/2) for documenting how to "override" a hook. I also want to override a hook, but I think we mean "override" in different...