DatLag

Results 30 comments of DatLag

I created a post on [Reddit](https://www.reddit.com/r/RocketLeague/comments/hr5cb7/linuxguide_bakkesmod_on_linux/) in which everything is explained again and how to work around the performance problem

I already thought about that and wanted to do that. However there is a use case that prevents this. https://github.com/hadiyarajesh/flower/blob/master/flower-core/src/commonMain/kotlin/com/hadiyarajesh/flower_core/DBBoundResource.kt#L66 Even if the API access fails we want to get...

I would like to use my ResponseConverter for suspend functions as well. An exmaple interface looks something like this: ```kotlin interface Example { @GET("test") suspend fun getTest(): ApiResponse } ```...

I moved adding a ResponseConverter to the Builder class. If we need different ResponseConverter and maybe some same across different APIs, this is the best use case. For example we...

@Syer10 a new stable multiplatform compose Version 1.2.0 has been released. Can you please update your libraries?

Happens **occasionally**, can't really create a reproducer, for Composables in interfaces again with version 1.6.0-beta01, did not occur for me on alpha.

@jonbarrow thanks. Could you help me adding this or pointing exactly where I have to add this. I'm not familiar with python

I have described [here](https://github.com/bakkesmodorg/BakkesMod2-Plugins/issues/2#issuecomment-606030438) how to fix it. The issue can theoretically be closed but maybe it is better to leave it open for now.

The Kotlin Files are all in the wrong directory. This is unusable.

> Hi > I am new in github, so, how I can make this correct? you can help-me? Just replace the current Java files with your Kotlin files. Your Kotlin...