Jacob Gillespie

Results 10 issues of Jacob Gillespie

Still a **work in progress**, but this will be the upcoming 1.0 release of `plex-sync`. Highlight features include: * Deeper integration with the Plex API, meaning it will - login...

## Problem The Depot builder VM BuildKit instance got into a deadlocked state where it would accept build requests but hang indefinitely, starting about 13 hours ago - this caused...

stale

As of right now, all icons inherit their color from the current context, but there are some icon packs with colored icons, or even icons with multiple colors. Investigate supporting...

enhancement

It appears that the 16px-sized TextBox icon has a space in its name: - 16px: https://github.com/microsoft/fluentui-system-icons/tree/master/assets/Text%20Box - 20px and 24px: https://github.com/microsoft/fluentui-system-icons/tree/master/assets/TextBox This causes minor issues with downstream consumers of the...

**Describe the bug** It appears that functions with differing search paths result in incorrect output due to `buildStringList` being unable to parse a `search_path` with commas. I'm not super familiar...

### What change does this PR introduce? This PR switches CI to use [Depot](https://depot.dev) for The `api` and `web` Docker image builds. Depot provides hosted BuildKit build servers, with managed...

community

Hey! 👋 With MySQL 8.0.19+, it's possible to alias the row being inserted and then reference that alias in the values for `on duplicate key update` [[ref](https://dev.mysql.com/doc/refman/8.0/en/insert-on-duplicate.html)]: ```sql insert into...

enhancement
mysql
api

**Is your feature request related to a problem? Please describe.** With other gRPC libraries, I'm able to connect to a gRPC server listening on a unix domain socket (e.g. `unix:///path/to/server.sock`)....

enhancement

This PR allows passing additional keys to context as the last argument to the `app()` returned from `createTwirpServer` or `createTwirpServerless`. This allows you to pass external context into the RPC...

WIP, but this replaces the local registry proxy container with pulling from a remote service (https://github.com/depot/pull.depot.dev). This simplifies the local CLI machinery, so that we don't have to run the...