Jamie Birch

Results 104 comments of Jamie Birch

Just to add that `--include` works for me too (which I understand is no consolation if you're patching multiple directories). In case it helps, here's how I invoked `patch-package` to...

> Eventually I just did `diff -u oldFile.java newFile.java > newFile.patch` and renamed it to whatever name patch-package expects. Thanks for that shell snippet; I'll use that next time rather...

> @shirakaba mentioned on slack the other day about using babel-preset-typescript instead of ts-loader. Here's my Webpack Config for React NativeScript, in case it gives any inspiration. https://github.com/shirakaba/react-nativescript/blob/28377ee7f1f54b95932b6adaf49964d9f2607d89/sample/react-nativescript.webpack.config.js#L7 > I've...

@davedbase I'll copy out the discussion we had over Discord, for posterity: --- Even if Solid.JS offers a custom renderer API, **you would still very likely benefit from simply implementing...

It looks like it's still in proof-of-concept stage (doesn't support navigation, for example). I do apologise as I suggested that the way to progress on this was to build a...

@bradmartin worth studying the approach taken by React Native in: https://github.com/zoontek/react-native-bootsplash, in case it illuminates anything.

Yep, it’s not just Angular; the exact same error happens in React, too. The same error arises (indeed only on iOS) no matter how simple your Tabs component is; no...

> Its caused by more child elements in element . As far as I'd found, it rather happens when trying to add any TabStripItem to a TabStrip. Maybe both should...

@komenixx Oh, interesting. So maybe TabContentItem has been changed from a LayoutBase (accepting any number of children) to a ContentView (accepting strictly one child)? I'm sure I've only ever been...

> it forces N to use a podfile Oh, is the Tabs component the only reason that NativeScript Core includes some Material components? I've very frequently had install problems with...