Alexander O'Donovan-Jones
Alexander O'Donovan-Jones
**Is your feature request related to a problem? Please describe.** In clusters that use Istio there are generally few, if any Ingress objects. Application end points are instead handled via...
## What issues does your PR fix? - fixes #511 When using [postgres-operator](https://opensource.zalando.com/postgres-operator/) alongside Airflow, it's not possible to mount the secrets that the operator creates to manage user credentials...
The newer `0.3.3` release doesn't appear to have been published to [PyPI](https://pypi.org/project/nodb/#description). Can you publish it so that we don't have to use a GitHub link in editable mode when...
Do any instructions exist for compilation under Windows? The provided instructions aren't entirely complete for Windows, specifically regarding the usage of zmq.lib
Has anyone looked into running the server asynchronously? I've got client code that runs using `aiohttp` and when I'm testing connections that timeout (using `httpserver.expect_request(f"/{path}", method="POST").respond_with_handler(timeout)`) it looks like the...
When attempting to use `spotify forward 5` it instead jumps to 5s into the current track. When attempting to use `spotify rewind 5` it instead restarts the track at the...
When using the `underline_cells` flag in `assert_df_equality` if the dataframes have different amounts of rows, the assertion function throws an exception. ```python from decimal import Decimal from pyspark.sql import SparkSession...
Pretty straightforward, I wanted to start using `ruff` and `uv` but when I installed `uv` then `ruff` I didn't get a `ruff` executable as expected. I ended up reinstalling it...
I'm trying to work out how to correctly structure my model so that I can graph out a simply line (or bar) graph. The data model for the table is...
### Environment Flask-Appbuilder version: 3.4.5 (running from within Airflow 2.2.5 iirc) ### Describe the expected results I've got a table within PostgreSQL that I'm querying, that I don't control. The...