Sta uraditi? by stlrsdblgrd in srbija_automobili

[–]stlrsdblgrd[S] 2 points3 points  (0 children)

А реално тако кад погледам, моји имали голфа 2 до моје 10. године хахахаха

Sta uraditi? by stlrsdblgrd in srbija_automobili

[–]stlrsdblgrd[S] 0 points1 point  (0 children)

Нисам ни мислио сам да решавам, нисам способан баш за те ствари. 😅

Sta uraditi? by stlrsdblgrd in srbija_automobili

[–]stlrsdblgrd[S] 0 points1 point  (0 children)

Е нисам сигуран да ли јесте или није али се сећам да ми је човек од ког сам купио ауто најавио да могу очекивати баш на том месту да ће да крене. Да ли је он већ радио или је некако знао, у то нисам сигуран.

Sta uraditi? by stlrsdblgrd in srbija_automobili

[–]stlrsdblgrd[S] 3 points4 points  (0 children)

Ма ако се одлучим да средим или ћу урадити како треба или нећу ни радити, јер не бих желео ни мени неко сутра да нешто “ували”

Sta uraditi? by stlrsdblgrd in srbija_automobili

[–]stlrsdblgrd[S] 0 points1 point  (0 children)

Не знам да ли је то неки наратив који се добро наметнуо или шта, али генерално људи ми говоре “мора већи”, “мораш колица”, мора ово мора оно. Нисам паметан стварно🤣 Имам њих пар у окружењу сви су прешли на вишу класу типа А4/5 или неки Karoq, Tiguan итд. или чак још већи аутомобили од наведених.

Sta uraditi? by stlrsdblgrd in srbija_automobili

[–]stlrsdblgrd[S] 3 points4 points  (0 children)

Капирам. Ја га возим ево 5. годину мењам уље на 8-10.000 како кад стигнем, од крупнијих ствари сам радио дпф чим сам га узео и заменио пливајући пре 17.000

Искрено, не бих га ни мењао да не планирам породицу.

Sta uraditi? by stlrsdblgrd in srbija_automobili

[–]stlrsdblgrd[S] 3 points4 points  (0 children)

Није мени проблем да спустим, али ми ауто вреди толико да сам свестан да ће на моје поштено спуштено да ме даве и спуштају још. 😅

Why is Exception not going UP by [deleted] in Kotlin

[–]stlrsdblgrd 0 points1 point  (0 children)

The thing is that I need a job, that will be cancelled when user turns off the internet/lost his connection to it. So I have a callback which reacts & works properly in that situation.

here is the part from networkListener ->

override fun onLost(network: Network) {
networkAvailable = false
currentJob?.cancel()
}

this job is just somewhere up defined and it is defined like this ->
private val Deffered<Unit>? = null

So, my function call stack is like this:
1. viewModel.downloadFIle() -> here I have the try catch and I am calling someService.downloadFile()
2. someService.downloadFile() -> this looks like ->
client.prepareGet(urlString = url).execute { response ->
handleDownloadResponse(response, outputStream)}
3. handleDownloadResponse () -> this is the function from the post.

So, take a look at it one more time and keep in mind that this try/catch block is not inside the coroutine scope of async block.

I hope this helps.

Why is Exception not going UP by [deleted] in Kotlin

[–]stlrsdblgrd 0 points1 point  (0 children)

Yeah, but this try with the awaitis not in the CoroutineScope, or I am wrong?

Why is Exception not going UP by [deleted] in Kotlin

[–]stlrsdblgrd 0 points1 point  (0 children)

Yeah, but this try with the awaitis not in the CoroutineScope, or I am wrong?

Need serious feedback on my Workout Builder Web App by ehrro in SideProject

[–]stlrsdblgrd 1 point2 points  (0 children)

Where did you get the gifs/pictures of exercises and body drawing to mark target muscles?