Joakim Forslund

Results 12 issues of Joakim Forslund

It is not clear how to make hoplite work with different android buildTypes. A demonstration for how to make this work would be much appriciated.

I really like the simplicity of this project, only one thing; I really wish I could lock a user to a certain packagename when the listing appears, to make a...

enhancement

I would like to suggest you make support for kotlin multiplatform since you already support obj-c and java. It would be awesome to be able to use this with kotlin...

### Ktor Version 1.2.0-alpha-2 ### Ktor Engine Used(client or server and name) Client ### JVM Version, Operating System and Relevant Context ktor-client-logging ### Feedback On non HttpStatusCode 200 even while...

bug

[Enter steps to reproduce below:] 1. Trying to create a new Cargo Binary 2. Crash **Atom Version**: 1.7.3 **System**: Microsoft Windows 10 Home **Thrown From**: [tokamak](https://github.com/vertexclique/tokamak) package, v0.2.7 ### Stack...

Currently currency cop crashes while trying to fetch tabs because it tries to parse tabs for royal league during weekends, this makes currency cop not start. Could this be fixed?

Cool to see someone else who works in the il2cpp field for frida! Been working with a total port of the c library to typescript, your solution is very clean...

Configuration > Kotlin: 1.7.20 > implementation("com.soywiz.korlibs.korio:korio:3.2.0") > implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4") > kotlin.native.binary.memoryModel=experimental ``` fun main() { GlobalScope.launch(Dispatchers.Default) { httpServer() } while(true){} } suspend fun httpServer(){ val server = createHttpServer{ errorHandler { println("Http...

bug
check

I'm trying to wrap my head around how to make the DynamicTcpClientApplication also give back the response data sent with: ``` @MessagingGateway(defaultRequestChannel = "toTcp.input") public interface ToTCP { public void...

waiting-for-reporter