Jamie Birch

Results 104 comments of Jamie Birch

> For example, I don't think it's usual to determine the next/previous focusable node by visual position in the document. I think it's usually done by tabindex, falling back to...

Just to give an update on the current state of affairs, I've been trying to bundle jsdom with Webpack 5 for some personal project. This is a limited analysis, as...

> @darkyelox you will need to create a `gradle.properties` file in `App_Resources/Android` then add the following > > ```ini > useKotlin=true > ``` Confirmed that this worked (for someone else)...

Heya @fpaaske we’re no longer (actively) maintaining JSC so I’m curious why you went with that over our stable V8 runtime?

Follow-up: This certainly fixes one problem, but it caught me again in another case (this time with a file other than `.tar.gz`). I tried committing an `.xcframework` to the template...

I've been advocating to use [React Native Web](https://github.com/necolas/react-native-web) for producing the web client, as it allows us to use a single [React Native](https://github.com/facebook/react-native) codebase to produce both a mobile client...

Thanks so much, @vmoroz! Really excited to play with this.

For now I'm just happy that if anyone else runs into the same issue, they'll find this pointer in the GitHub Issues! Not starving for it to be implemented anytime...

`onEmpty(null)` would be a bit restrictive if you wanted to transform to something other than a primitive. e.g. if you wanted empty strings to be transformed to a new instance...

What if you wanted the default to be a callback, though? 🥲 Think it'd be best to simply accept "a factory for a value" rather than "a factory for a...