Eduardo Speroni

Results 119 comments of Eduardo Speroni

@Kiougar I'm getting it ready for general use. If you want, send me a video of your collection (1s on each page at most) and I'll send you your statistics...

@Kiougar You can wait if you want :) it's just that there isn't any ETA as I'm busy with some stuff this week.

Although I understand the reasoning behind it, the renderer interface might still be useful do use internally especially due to some extra optional APIs that can be used. One example...

@atscott I've updated the PR with new tests. They should cover all cases now

You might want to use `.replace(sep, "/")` (sep comes from path and will replace whatever the separator is on that filesystem to /)

Shouldn't the generated declaration have Option extend NSObject in some way? Theoretically it returns NSObjects which is correct, but it's also Option. I might be wrong though

@rigor789 I'm not sure about it, but the runtime sometimes can do some magic when converting struct types where you can pass `Option` without implementing `NSObject` and it'll convert into...

Hello! You're uploading photos as base64, which means your request is likely quite large for starters, and you're adding an extra layer of packet loss and slow connection. Random request...

Hello! Can you please enable the NativeScript Angular logs (set Trace.enable() in your polyfills.ts, and enable the `NativeScriptDebug.rendererTraceCategory`). You should be seeing this log on the screen: ``` NativeScriptDebug.rendererLog(`NativeScriptRenderer.setAttribute ${namespace...

The NativeScriptDebug is exported as `ɵNativeScriptAngularDebug`. In any case, you can enable the category 'ns-renderer' instead