Nathanael Anderson
Nathanael Anderson
Please note; make sure your cohorts on the iOS side have the same "bucket" list... And I really think object ownership transfers is a worth while feature to get in...
I have another possible feature "enhancement" -- normally you do: `var myWorker = new Worker("worker.js");` to start a new worker... Well in the spec you can create a Blob, and...
@roblav96 To my knowledge they are not released...
@Pip3r4o - moving my sqlite plugin to be threaded would be a good test; but I won't be able to even start on this until after the conference... The nativescript-contacts...
@Pip3r4o - Thanks for the heads up on the new version of v8. I'm not sure if you are aware but I've been building masters on the community site for...
Hi @farfromrefug, You need to convert the Swift error type into a `NSError`. Many swift objects CANNOT go over the bridge into ObjC, if they can't bridge to ObjC they...
@mbektchiev - What about a feature request to actually update the `extends` keyword in JavaScript core engine to have the magic sauce that `__ns_extend_native` does. This way you depreciate the...
@Gamadril - The link you quoted which links to the post; the very first example... ``` const Del = (UIResponder as any).extend({ applicationDidBecomeActive(application: UIApplication): void { console.log("applicationDidBecomeActive", application); } },...
I'll run some tests to see if something broke in a later version. Any chance you can try the CLI NS 6.5.0 (specifically 6.5.0 and if you have time 6.4.x)...
Normally as long as you put in a [x] in the checkbox; this tells us at a glance on the template if you have filled out the required info, without...