Tyler Breisacher

Results 11 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

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...

Fixes https://github.com/ratatui/ratatui/issues/1727 This looks like a large PR but most of it is just formatting changes.

## Work in progress! Not ready for review yet. Often I will call a method even though I know it doesn't exist yet, because I'm planning to add that method....

I'm using rust-analyzer while trying to make changes to rust-analyzer, and getting an error reported here: https://github.com/rust-lang/rust-analyzer/blob/cd413d0cac0a820d2b107ba92e77e1fb77bb2de6/crates/ide-diagnostics/src/handlers/no_such_field.rs#L60 > function `resolve_variant` is private (E0624) But `Semantics::resolve_variant` is public. rust-analyzer seems to...

A-ty
C-bug

This documentation is attached to `nom::bytes::take_while` but the example was using `nom::bytes::complete::take_while`. I also updated the example to reflect the fact that this version behaves like `nom::bytes::streaming::take_while`, not `nom::bytes::complete::take_while`. The...