Tadej Šivak

Results 11 comments of Tadej Šivak

Same with me. I think the starting point is the problem comparing with Tradingview pinescript where closing price is included. ``` if bar_index == 1 if close > close[1] isBelow...

Any chance this will get merged soon?

Tested on latest version and i can confirm that it's working on Android but not on iOS. Really hope this plugin gets an update for iOS. ✔ Getting NativeScript components...

Same for me on Android 11. On Android 10 works fine. √ Getting NativeScript components versions information... √ Component nativescript has 7.1.2 version and is up to date. √ Component...

Adding bellow configuration to `App_Resources\Android\app.gradle` solves this issue. ``` dependencies { implementation 'com.squareup.okhttp3:okhttp:4.9.0' } ```

Application with same code base is runing in two different environments "production" and "test". Using channel name lets say "users" and transmit transport Redis with connection to the same server...

Yes, this would solve my issue if implementation would work also for channel names scoping. Currently it works only for storing keys.

I have exact problem in workspace with multi folder, java formatting is not working. If i open same folder in new VS window it works as expected. ``` { "editor.formatOnSave":...