Vladyslav Piskunov

Results 11 issues of Vladyslav Piskunov

Fixed screenshot 404

**Added AdminLTE LESS files**, and integrated them into the Webpack config to include LESS in the build process. Let me know if you have any thoughts for improvements, or if...

Due to WebSockets being refused by the server, a workaround is to disable WSS by default, and enable only when needed & if it is working by passing 'sockets': true...

When creating a new project, using Vue CLI 3, both in CLI and UI mode. Then adding `vue-cli-plugin-nativescript-vue`. HMR simply keeps reloading the whole app & relaunching. ``` File change...

Think this didn't happen before, but even if it did - doesn't seem the best way to scrap the project's original `.eslintrc`. Perhaps we can _append to it_ instead of...

This resolves #55 - Watch mode **rebuilds multiple times**. The cause was that **`dist`** directory was not ignored for change detection. This PR adds not just "static" `dist` directory ignore,...

Using `relative-deps` with NestJS - we have a very small lib and even in such case, it takes 7s per rebuild and runs it twice (maybe I've seen it run...

As per title, `@open-native/core/Libraries/Components/TextInput/TextInputState` do not seem to exist (likely other Base components too). This is reproducible by installing @open-native as per the docs, and adding `@stripe/stripe-react-native` Details / logs...

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