Nathan Walker

Results 332 comments of Nathan Walker

Looks like this is related to what I was seeing as on macOS Sierra I see the same thing, just the launch screen. I'll try Soundflower soon and report back.

https://docs.nativescript.org/plugins/localize.html

@IEFX See this section https://github.com/NativeScript/ns-v8ios-runtime#building-v8 Be sure to follow each step carefully, restating steps here for clarity: In order to build the V8 engine for iOS and produce the static...

This is the compiled js from the plugin regarding the problem area with `GIDSignInDelegateImpl`: ``` var GIDSignInDelegateImpl = (function (_super) { __extends(GIDSignInDelegateImpl, _super); function GIDSignInDelegateImpl() { return _super !== null...

Thanks @darind, https://github.com/NativeScript/ns-v8ios-runtime/pull/132 published in `8.2.0-alpha.0` - Upon confirmation this issue can be closed and will be included with 8.2 in coming weeks.

> @NathanWalker are you sure this is good? It seems to force to ellipsize end. Shouldnt it use the setting from `whiteSpace`? It seems wrong to me We'll add a...

> Just a small note. Since it's an ios-specific property, perhaps we should append platform name prefix like we do with other properties that target a specific platform. > >...

@farfromrefug flagging for 7.0 as we can test these changes with all other planned changes for 7.0 👍

@farfromrefug we would like to get some of these improvements in for 8.0 and curious if you would want to collaborate on anything remaining here?

Pretty good solution, I believe this may help quite a number of conditions I’ve seen over the years. Would be curious others opinions but I like it.