David Baumgold

Results 54 issues of David Baumgold

I've been looking for a simple flashcard app for iOS, and yours looks really nice! Thanks for building it, and releasing it open source. :) However, I have a feature...

Nice plugin! I'm planning on using it, but it was missing an option to specify what time in the dropdown you want selected by default, when the user first opens...

This upgrades us to the latest version of [Prettier](https://prettier.io/). See [the blog post introducing version 2.0](https://prettier.io/blog/2020/03/21/2.0.0.html). I also switched to pinning an exact version of Prettier, [as suggested in the...

This allows developers to provide more detailed typing information for their `TestClient` usage, which is helpful when trying to refer to the `.app` property on a `TestClient`. - [x] Initially...

testclient
hold

I'm not sure if this is appropriate for this project, but I thought I would send a pull request just in case. When I run my automated tests with Pytest,...

Docs

To avoid ugliness like this: https://github.com/edx/edx-ora2/blob/2626a75a198d3f62416d7a4519756b25f3c62f2d/requirements/test.txt#L4-L6

## Description Upgrade Typescript to 4.4.4, tslib to 2.3.1. ## Performance impact None, as far as I know. ## Security impact None, as far as I know.

Follow-up to #107. This extends our GraphQL schema to expose a `createUploadUrl` mutation, which allows an API client to get a pre-signed URL for uploading a file to S3.

This pull request uses PostgreSQL's [domain types feature](https://www.postgresql.org/docs/current/domains.html) to define two new types directly in the database: email and URL. It also modifies the existing tables to use these types...

Basic CLI support for Flask-SQLAlchemy, modeled after [the CLI support in Flask-Security](https://github.com/mattupstate/flask-security/blob/develop/flask_security/cli.py). Supports the following command: * `flask db create`