Marco Buono
Marco Buono
Oh, that's pretty neat. I didn't know you could do that. Thanks.
Apparently the spec says: > If this element is not being rendered, **or if the user agent is a non-CSS user agent,** [emphasis added] then return the same value as...
The current version published on NPM seems to live here now: https://github.com/ReactTraining/react-router/tree/master/packages/react-router-native Looks like it's part of the “official” react-router project now.
Hey, thanks for the quick response. Reading through the issue and related issues, and trying to wrap my head around it. If I understand it correctly, does that mean that...
Oh, that makes sense then. Thanks for helping me understand this! I had thought of conditional types as being limited to `? :`, and not also the built-in utility types....
> Do we have any experience so far from similar implementations on what a good ratio of subsecond precision / clock sequence / random data we should target for v7...
Yeah, I'm currently looking at using them for a hobby project (very early, in concept stage). My use case is to have a bunch of (untrusted and sandboxed) WASM applications...
Is it possible to make it so that UI rendering is only enabled by default for when there's a single camera? When multiple cameras are added, it's disabled by default...
As long as you assign the type a name it works, and it does the proper check already: ```typescript interface Bar {} interface Baz {} // This doesn't work interface...
Rename many types to better reflect their usability (in the context of `Components` and `Resources`)
I think `Data` sounds perhaps too generic, which might make it confusing? There's also the problem of pluralization, since `data` is already plural, so you can't pluralize it further. What...