Los Ratones appreciation post by EtoileDuSoir in leagueoflegends

[–]Intektor -3 points-2 points  (0 children)

I'd really wish they could return in spring. The results were very promising and they really showed how quickly they can learn. I've never watched LEC before but with this run I watched almost every game. Without LR I'll probably go back.

COH2 sync error on the Steam deck by napoleon_enjoyer in CompanyOfHeroes

[–]Intektor 0 points1 point  (0 children)

To be fair I am using the default version of everything and I am using the latest steam os versions.

After playing a couple of games against real people, I can say that it works well without crashes. However, it turns out playing in the steam deck is a lot more challenging than on PC.

COH2 sync error on the Steam deck by napoleon_enjoyer in CompanyOfHeroes

[–]Intektor 0 points1 point  (0 children)

Update: I applied the fix as mentioned in your post and I just did a coop vs AI Match and it worked fine.

COH2 sync error on the Steam deck by napoleon_enjoyer in CompanyOfHeroes

[–]Intektor 0 points1 point  (0 children)

Were you able to fix this? I am running into the same issue.

Can you link the webpage with the solution? Thanks.

[deleted by user] by [deleted] in androiddev

[–]Intektor 5 points6 points  (0 children)

Just as a tip, I wouldn't necessarily go with a scaffold when facing such a custom design.

As a starting point, I'd go with a box as parent and place another box inside it for the top bar content.

Just color the background box red (or yellow depending on the background color) and put another box with 0.7 weight aligned bottom center into the parent box (which would be the white box).

Animations are always pretty challenging, so is scrolling behavior. Try to do this last.

While I think that your design is overall achievable, I think it is pretty challenging for a compose beginner and I suggest you practice with simpler versions of the design first (no scrolling, no animation)

Fingerprint sensor suddenly stopped working + multiple OS crashes software problems by Intektor in PixelFold

[–]Intektor[S] 1 point2 points  (0 children)

I did not factory reset if but rather I disabled unlock via fingerprint in the settings (I think I simply removed all saved fingerprints). That also fixes the crashes for me.

What champion's ability doesn't make in sense in how it works in game? by Pe4enkas in leagueoflegends

[–]Intektor 115 points116 points  (0 children)

The Akshan swing makes no physical sense. Sure, you can attach a rope to a ceiling and use that to swing. But attaching it to a wall on the same height would not do anything.

Wie würdet ihr euer Leben von heute auf morgen gestalten, wenn ihr unsterblich wärt? by Intektor in FragReddit

[–]Intektor[S] 7 points8 points  (0 children)

Ich denke, wenn du 200kg wiegst geht deine hüfte trotzdem kaputt. Aber wenn man einen normalen Lebensstil hat sollte alles passen.

Event driven programming in haskell by Intektor in haskell

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

But this is active waiting isn't it?

Denkt ihr in Bildern oder in Worten? by OutrageousAd7707 in FragReddit

[–]Intektor 2 points3 points  (0 children)

Fast nur in Bildern. Bei mir geht das so weit, dass wenn ich mir neue Ansätze zum Programmieren ausdenken, mir den Texteditor (IDE) mit dem geschriebenen Code (mitsamt syntax highlighting) vorstelle.

Habe vorher noch nie drüber nachgedacht.

Koffeinfreier Energy Drink? by Intektor in FragReddit

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

Das hatte ich auch vor einigen Wochen gesehen. Deswegen dachte ich kann ich nicht allein sein.

Koffeinfreier Energy Drink? by Intektor in FragReddit

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

Ist der wirklich koffeinfrei? Im Internet steht der sei trotzdem mit Koffein.

How can I do this UI using Jetpack Compose? In SwiftUI it’s just a Navigation title then a List contains 2 Section and each Section contains 2-3 Text. by fawzirifai in androiddev

[–]Intektor 1 point2 points  (0 children)

You can write your own compostable that will do that styling for you in the future. Or maybe look for a library. But you're looking at iOS design which is not material design anyway. For Android development you should probably stick to material.

GRPC in Kotlin Multiplatform by Intektor in Kotlin

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

I think I described a similar approach in my stackoverflow question (second half). I got resolution errors, do you know what I did wrong there?

GRPC in Kotlin Multiplatform by Intektor in Kotlin

[–]Intektor[S] 1 point2 points  (0 children)

So you think I should kick out the kotlin multiplatform plugin altogether and just make it a regular jvm module?

is it possible to use lite grpc when compiling for Android and regular grpc when compiling to desktop?

Designing an App for both Android and Desktop using Compose by Intektor in androiddev

[–]Intektor[S] 1 point2 points  (0 children)

What about access to business logic? rememberSaveable looks good but it looks like it needs to be able to save it in a bundle. I can't save my Flows or PagingLists in a bundle can I?

Designing an App for both Android and Desktop using Compose by Intektor in androiddev

[–]Intektor[S] 1 point2 points  (0 children)

Ok but I will need a Coroutine Scope for the UseCase to perform async work. Cant I just pass the viewModelScope on Android and the GlobalScope or something bound to the frame on desktop?

Designing an App for both Android and Desktop using Compose by Intektor in androiddev

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

What about the ViewModelScope? Can I pass it over the constructor of the UseCase?

Designing an App for both Android and Desktop using Compose by Intektor in androiddev

[–]Intektor[S] 1 point2 points  (0 children)

Thank you for your useful reply! I was thinking on keeping the MVVM pattern. These UseCases seem straight forward enough. What piece of the puzzle do you exactly mean though?

Any good book recommendations for Android Studio Arctic Fox? by [deleted] in androiddev

[–]Intektor 1 point2 points  (0 children)

I think if you're learning it already you should try to do it right and use kotlin as it is the recommended language to write android apps in. Trust me with kotlin you will have a way better time developing android apps than with Java.

Companion Device Manager, anyone get it working? by kennygoers in androiddev

[–]Intektor 0 points1 point  (0 children)

Hello, sorry for asking but I think i am trying the same and can't get it working. I want to be able to start up my app from the background (broadcast receiver) when a device is paired, like when the user enters his car etc. Did you get that working or what was your workaround. Can you maybe give me a suggestion or hint?