Perondas
Perondas
I am trying to create a switch like in this image:  However, I cannot find a way to reduce the distance between the toggle and the edges to 0....
When I try and use the EnvironmentVariablesPropertySource with allowUppercaseNames set to true, then it will not accept cameCase names that are all uppercase. So corsList does not become equivalent to...
I am trying to load an arrayof strings from the environemnt. I cannot however figure out the correct syntax for it. For example: ```hocon serversettings.cors = ["http://localhost","https://some.domain"] ``` with ```kotlin...
When using ```io.livekit.server.RoomService.sendData``` to send any data to a exisintg room an exception is raised. The data does however end up being sent, meaning that members of the room receive...