Dimitris-Rafail Katsampas
Dimitris-Rafail Katsampas
## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting your...
## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting your...
## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [x] There is an issue for the bug/feature this PR is for. To avoid wasting your time,...
## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting your...
### Issue Description Since NS webpack 5, method `_onLiveSync(context)` of `View`-related classes has an `undefined` context argument everywhere it's called. That is because `__onLiveSync` callback is called in UI thread...
## Read this comment first The reason why this occurs is that you are likely trying to use a pre-compiled (to JS) component that was compiled with a different Svelte...
## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/CONTRIBUTING.md#commit-messages. - [x] There is an issue for the bug/feature this PR is for. To avoid wasting your time,...
``` // Remove all toasts from "new" container toast.pop((i) => i.target !== 'new') ``` I believe this functionality is contradicting itself. Callback should delete toasts that meet the condition instead....
The correct locale ID for Greek language is `el_GR`, therefore filename should be `el` instead of `gr` to match locale standards. This will help users import file dynamically using a...
## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [x] There is an issue for the bug/feature this PR is for. To avoid wasting your time,...