Felix Marezki

Results 8 issues of Felix Marezki

I'm having a multi project build with two projects both of them depend on the koltin std lib of course and both of them reflect upon classes. Unfortunately the produced...

I'm having a multi project build with three modules A, B, C. Dependencies are i the same order: A -> B -> C Yet, I'm having trouble getting all the...

I'm trying to use an artifact stored in my local maven repository as a dependency for another project, like so (build.gradle file): ``` ... repositories { mavenCentral() mavenLocal()" } dependencies...

Update rust to version 1.51.

new-contributor

TLSHandshake is awaited even though encryption is advertised as being off - EncryptionLevel::Off Here is the code: ```rust #[tokio::main] async fn main() -> Result { tracing_subscriber::fmt() .with_max_level(Level::TRACE) .init(); let mut...

Maybe this can serve as a starting point. This would: * Trigger for any tag starting with a `v` * Set up a cache for some files * Ensure the...

I couldn't get chrono working for use with serde integration. I think this should fix it and am looking forward to your feedback.