sm-Fifteen

Results 20 issues of sm-Fifteen

**Is your feature request related to a problem? Please describe.** I currently find myself using FastAPI as an API frontend for a database running queries of varying levels of complexity...

enhancement
investigate

### Describe the bug I was investigating 502 errors on an API server I'm developping using FastAPI. Basically, the server would intermittently stop responding for such long periods of time...

bug
investigate

Some of the tracks I have exported appear to have missing instruments when attempting to play them back. Very noticeable on `7_B_MAP_GUILD_01` where channel 10 is mapped to intro trumpet...

**Is your feature request related to a problem? Please describe.** FastAPI's Dependency injection system, while extremely useful, tends to run into a problem when several long-running dependencies are needed for...

feature
reviewed

While the documentationn for FastAPI is in general extremely solid, there's a weakpoint that I feel hints at some underdevelopped feature within the framework, and that's [startup and shutdown events][1]....

feature
reviewed

I've seen a lot of issues cropping up related to the use of flask_principal or flask_security with blueprints where, even when `skip_static` is set, static files provided by blueprints will...

### Is your feature request related to a problem All of the security schemas currently supported by FastAPI rely on some sort of "client-server synergy" , where, for instance, the...

feature
reviewed

Over the past year, the MMA has been detailling [the various components of the MIDI 2.0 specification](https://www.midi.org/midi-articles/details-about-midi-2-0-midi-ci-profiles-and-property-exchange) and working to define things such as an official MIDI 2.0 USB profile....

As of right now, if I install butler through Flathub and try connecting to `http://homeassistant.local:8123` (as I would through my web browser), I get a white page with the following...

Feature
Upstream

* **asyncpg version**: 0.20.1 * **PostgreSQL version**: 10.3 * **Python version**: 3.8.2 * **Platform**: Windows * **Do you use pgbouncer?**: No * **Did you install asyncpg with pip?**: Yes While...