Faye Chun

Results 14 issues of Faye Chun

This is a tracking issue for video acceleration on the PinePhone; I expect the majority of work to happen in upstream nixpkgs, but figured this was a good place for...

device: pinephone

Some of the soldier's names are randomly generated at runtime. The string that they come from should be in the binary somewhere.

When swiping on the channel list with a touchscreen device, the application will first select & load the child the swipe first started over, *then* start scrolling the tree. This...

This PR contains the necessary changes needed to upgrade asahi-audio to the 2.x series. In particular, we: - upgrade `nixpkgs` to latest (one containing Wireplumber 0.5.2) - bump `asahi-audio` to...

We delay starting a transaction until the first Postgres operation. This way, we don't start transaction until we need one. However, this requires to use `unsafe` code. We should evaluate...

hygiene
P2
Postgres

Users may have their own defined functions that they may wish to use to generate default values. In order to validate them, we should allow them to write the type...

P3
Postgres

Users should be able to specify a service method in the default value field, allowing them to generate custom values.

P3

Currently we report either, but not both in the case that one operation succeeds, but the other fails.

P3

Some tests (like service-related code) may hang due to the implementation being tested. It would be helpful to either time out long-running tests or trap a signal to print current...

int-test
P3

Once we implement #248, to support images etc., we need to expose those blobs through REST endpoint (so that, for example, users can specify as an `href` attribute).

P3
Postgres