Johnny Metz

Results 14 issues of Johnny Metz

## Review the Contributing Guidelines Before submitting a pull request, verify it meets all requirements in the [Contributing Guidelines](https://github.com/donnemartin/system-design-primer/blob/master/CONTRIBUTING.md).

needs-review

It appears I can only bind a single SQLAlchemy session to an app at once via the context variable: from flask import Flask from flask_graphql import GraphQLView from sqlalchemy import...

I'm trying to use multiple SQL databases in a single GraphQL schema. Unfortunately I haven't figured out a good way to do this. I know I can use the `context`...

enhancement
help wanted

The following script works with the base `click` library but raises an exception with the `django-click` library. ``` import djclick as click @click.command() @click.argument("name", help="Some name") def command(name): click.echo(f"Hi {name}!")...

**Background** The `Link` HTTP header only includes links to different pages. It would be great to also include the total count somewhere in the response. **Potential Solution** This [SO answer](https://stackoverflow.com/a/43968710/6611672)...

### Is your feature request related to a problem? Please describe. My project includes a lot of small configuration files. Many Python packages allow configurations to be included in `pyproject.toml`...

feature request
stale

### Expected behaviour Is it possible to use this library to implement the OAuth2 Client Credentials grant flow? I'm trying to implement this for Microsoft: https://learn.microsoft.com/en-us/entra/identity-platform/v2-oauth2-client-creds-grant-flow ### Actual behaviour N/A...

## What does this PR do? - Part of https://github.com/pixiebrix/pixiebrix-app/issues/4877 - Add `AuthUserOrganization.control_rool` which is set in `selectOrganizations` ## Checklist - [x] Add tests and/or storybook stories - [x] Designate...

## User Story As a frontend developer, I an API call to fetch deployment mod definitions to use RTK, so we get the RTK query benefits (caching) and consistency with...

developer experience

## Prerequisites - Blocked by https://github.com/pixiebrix/pixiebrix-app/issues/4876 ## User Story As a user, I want the brick history page to be fast and snappy, not slow and laggy ## Motivation The...

performance
workshop