Igor Randjelovic

Results 54 issues of Igor Randjelovic

## 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...

cla: yes

## PR Checklist - [ ] 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...

cla: yes

The goal is to clean up package management throughout the CLI - this is the first step (and it's WIP) towards that goal. Right now we have 2 services responsible...

cla: yes

This patched `git-raw-commit` (used by conventional-changelog) to allow passing a pathspec to `--commit-path`. Issue opened in conventional-changelog repo as well: https://github.com/conventional-changelog/conventional-changelog/issues/909

cla: yes

## PR Checklist - [ ] 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...

cla: yes

## PR Checklist - [ ] 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...

cla: yes

## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting your...

cla: yes

WIP - untested yet, adjustments might be required. Add the log type prefix to the console logs printed to ADB. This brings the format in line with the iOS (v8)...

cla: yes

Add usage sample to readme for Vue 3 - added in #371. For example in a cdn/browser usage: ```js const app = Vue.createApp({}) app.directive('scroll-to', VueScrollTo) app.mount('#app') ```

enhancement
help wanted