Nathan Flurry
Nathan Flurry
Hello, I'm trying to resize my sidebar, but the changes are only reflecting after the only time I open the sidebar. ``` @implementation MenuViewController - (void)viewDidLoad { [self.frostedViewController setLimitMenuViewSize:TRUE]; [self.frostedViewController...
Originally added in [this](https://github.com/glium/glium/commit/1913af102744d8bfd74902d8a8667d72d6f1dd74) commit, we can't always assert that `backend.is_current` is true after `backend.make_current` is called The issue seems to be an issue specifically on the later versions of...
Added an example for using [Rivet](https://rivet.gg) to host Discord activities. Many casual multiplayer .io games run on Rivet for dedicated game servers. Full disclaimer, I'm the developer of Rivet &...
**Symptoms** When trying to select a GitHub repo, we get this error: ``` Failed to save sync with error: Invalid prisma.sync.upsert() invocation: Foreign key constraint failed on the field: syncs_linearTeamId_fkey...
## Changes
**Motivation** The common patterns for tainting are: * All servers * Entire pool * Entire region * Just a given pool in a region **Implementation** * Update taint worker to...
We generate 1 special character in our ClickHouse password because of the requirement for ClickHouse cloud. Some characters (e.g. "#") need to be encoded in the password, but instead get...