Boyko Vladimir

Results 7 issues of Boyko Vladimir

Is it possible?

I have a task: ``` let task = Plan.every(5.seconds).do(action: startSome) ``` When I suspend() it somewhere and then resume for 10 seconds, I have 2 immediate calls of startSome. But...

Hi, I have the following code: ``` struct MainPage: View { var body: some View { return VStack { OrderHistory(previousOrders: previousOrders) } .background(.black, cornerRadius: nil) .padding(0) .relativeWidth(1) .relativeHeight(1) } }...

bug
enhancement
help wanted

Hi, I want to send messages to terminal from code like `console.log('message')` but without showing it in application console

How can I write clean code without 'application.remote.'? I don't want write like that: `var code = "application.remote.alert('Hello from the plugin!');";` I need this clean code: `var code = "alert('Hello...

How can I get places from coordinates/mark location?