Tyler Breisacher

Results 7 issues of Tyler Breisacher

#### Description of changes Upgrade uuid to avoid some annoying install-time warnings about potential risks in older uuid's (#8464). Trying this again after previous attempt was rolled back (#9159) ####...

DataStore
Utilities

#### Description of changes A couple of functions take an optional `clientMetadata` parameter which is not documented in this .d.ts. This PR adds that parameter. #### Description of how you...

TypeScript
first-time-contributor
external-contributor

At the end of chapter 2, there is a small "exercise" showing a few different ways that git can be used to solve a problem. It would be great to...

Work in progress! Building off of @Alex2782's work in https://github.com/godotengine/godot-demo-projects/issues/697#issuecomment-1732429953

update

I was just looking at this demo and realized that jumping to definitions of things would work a little better if the types were filled in, so I went ahead...

enhancement

There are (at least) two different cases where you might use git-svn. One is if you have a project currently stored in an svn repository, and you want to stop...

Read props at render time, instead of in the constructor. That way if props change we're always reading the latest values. I haven't tested this yet. I tried doing `yarn...