Shiva Prasad
Shiva Prasad
### Issue Description When running the app the console is flooded with the message "WeakRef.clear() is non-standard and has been deprecated. It does nothing and the call can be safely...
``` Fatal Exception: com.tns.NativeScriptException: Cannot find runtime for id:1 at com.tns.Runtime.runWorker(Runtime.java) at com.tns.Runtime.access$1500(Runtime.java:39) at com.tns.Runtime$WorkerThread$1.run(Runtime.java:472) at android.os.Handler.handleCallback(Handler.java:873) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:214) at android.os.HandlerThread.run(HandlerThread.java:65) ``` nativescript: 6.2.2 tns-core-modules: 6.2.1 tns-android: 6.2.0...
The crash is due to the conflict between RLV's native class called TKDataSource and a newly added TKDataSource class in 13.4, To resolve this, I've renamed the TKDataSource class to...
@shardul89 The android counter part has the above features. Any plans on adding it to iOS?
https://github.com/NativeScript/nativescript-dev-webpack/issues/1027 Quote from @DimitarTachev > Maybe we can get the Webpack compilation faster if we stop writing the output files to the `platforms` directory and start syncing them directly to...
### Is your feature request related to a problem? Please describe. When you run `ns clean` on a project that uses yarn as the package manager, the CLI still tries...
Please try out the Demo project. Note that no matter what change you make, the app restarts to sync the changes. If you stop using the plugin, the HMR works...
```sh #!/bin/bash # URL of the GitHub repository repo_url="https://github.com/denysdovhan/wtfjs" # Fetch the README content readme_content=$(curl -s "$repo_url") # Extract all anchor links from the README anchor_links=$(echo "$readme_content" | sed -n...
Adds a missing typescript definition
Ignore bundling demo and tests folders