migel

Results 4 comments of migel

java version: ``` java import java.io.IOException; import org.junit.Test; import com.fasterxml.jackson.core.JsonGenerator; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.annotation.JsonTypeInfo; import com.fasterxml.jackson.databind.JsonSerializer; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.SerializerProvider; import com.fasterxml.jackson.databind.jsontype.TypeSerializer; import com.fasterxml.jackson.databind.module.SimpleModule; import com.fasterxml.jackson.dataformat.yaml.YAMLFactory; public class TestYAML {...

I realized that I've created an additional nesting when serializing with type information. I've changed it so it wouldn't and I don't get an exception in this case. I think...

I get this error when `CARGO_BUILD_TARGET` is defined (I use it to compile to musl). The binary is built in the `$HOME/.cache/rust-script/binaries/$CARGO_BUILD_TARGET` directory and I can run it manually, so...

I'm not sure if it's related but there is also a problem with empty lists in rust code: ```rust //! //! ```cargo //! [dependencies] //! polars = { version =...