gosr

Results 7 issues of gosr

Hi, First of all, great work here. I can currently manage to create a task, and assign it to myself (for testing purposes). I want to add the task to...

Assume you have a sealed class hierarchy as follows: ``` sealed class MyType { data class Open(val something: String) : MyType() data class Finish(val reason: String) : MyType() } ```...

type:question

https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ Please migrate to Maven Central.

I am following the guide (https://play.kotlinlang.org/hands-on/Targeting%20iOS%20and%20Android%20with%20Kotlin%20Multiplatform/03_CreatingSharedCode) currently, and was adding it to source control. Probably it'd be a good idea to add a note in step 3 to create a...

Hi, I am using the ExitUntilCollapsed scroll strategy for my project, and it works well. My toolbar has a navigation icon. Currently, the entire toolbar (including its navigation icon) gets...

- Clone the repo - Follow the readme file here https://github.com/dropbox/dropbox-sdk-java/tree/main/examples/android - Run the Android app ``` Execution failed for task ':core:generateStone'. > A problem occurred starting process 'command 'python''...

When opening the app the scan starts (ProgressDialog shows). Problem is the fact that this scan lasts forever. I've also tried cancelling the scan task by pressing Back button, and...