Brandon Ryan

Results 35 comments of Brandon Ryan

> Adding a catch-block requires changing your code to use try-catch-finally instead of just adding in a catch-block. Typically APIs are nicer when adding an incremental feature requires just adding...

I am having this issue too. Cant seem to get around it.

Basically, you would publish to the new packages and then deprecate the old ones. Also putting a message in the readme linking to the new package. People who install the...

The latest version of create react app (and really esm) require file extensions for all import paths. Don't know if this is related or not. seems more like random node...

I really don't think that makes sense... if its a library meant to be used in the browser, why does it depend on node libraries?

I have the same issue. Fresh install with hombrew. `/tmp/pinentry-touchid.log`: ``` 2021/11/24 01:49:42 main.go:105: Ready! 2021/11/24 01:49:42 main.go:256: Error calling pinentry-mac: unexpected response: ERR 83918950 Inappropriate ioctl for device 2021/11/24...

Should not be limited to simple types. See https://doc.rust-lang.org/std/sync/struct.LazyLock.html for an example of a complex type being used in static.

Just a heads up. `NullabilityInfoContext` makes this a lot easier and less hideous now.

Dev-tools needs an update. Gets confused about nested index routes: Router Dev Tools: ![image](https://github.com/TanStack/router/assets/2406384/d35612a4-0c8e-4a83-8425-6ec365121c90) File Tree: ![image](https://github.com/TanStack/router/assets/2406384/2ee794e2-c133-4664-91c5-3d96ea2abfb6) Thank you for this btw! Was the only thing holding me back from...

I think it might actually be a bug with the route id? ![image](https://github.com/TanStack/router/assets/2406384/0459a078-c5d5-439e-87c8-69fd418b838e)