UnknownJoe796
UnknownJoe796
This fixes an issue where adding a subview to a CosmosView would cause a crash.
If I execute `func start` on Linux and then send a termination request (`kill -s SIGTERM `), the local runner will ignore the request. Sending a termination signal like this...
This PR is intended to be for after #19 might be merged, as it is dependent. Built explicitly to stream the processing of rows in a CSV effectively. Introduces the...
This PR adds two functions to `Csv`: ```kotlin fun encodeToAppendable(serializer: SerializationStrategy, value: T, appendable: Appendable) fun decodeFromReader(deserializer: DeserializationStrategy, reader: Reader): T ``` With these, it is now easy to stream...
The following incomplete code cannot be used because `@Contextual` doesn't work in `serializer()` . This code would allow for very short definitions of server endpoints that handle serialization across multiple...