Lukáš Moravec

Results 34 comments of Lukáš Moravec

@MariusVolkhart oh, thank you for the explanation and sorry for bad understanding. I was probably tired when quickly reviewing.

This would be huge, will help testing this when it becomes available.

That would be awesome, but just want to note it should imply `-if-replica-exists` because of first start.

I have problem with new line character added before generated JSON even with this change with model `Mistral-7B-OpenOrca-GGUF`. Can we also trim this whispace or set `JsonReader.setLenient(true) `?

The same problem here, registering nullable string serializer like this: ```kotlin object NullableStringSerializer : KSerializer { private val delegate = serializer().nullable override val descriptor: SerialDescriptor = delegate.descriptor override fun serialize(encoder:...

@mjl- @gedw99 can you please help with some instructions making it work with caddy reverse proxy?

@victornoel would you enable me to contribute this to [micronaut-sql](https://github.com/micronaut-projects/micronaut-sql) project?

@victornoel Hi, I tried to contribute this to Micronaut as a mentioned, and image build is now working. I had to add `-H:ClassInitialization=org.jooq.SQLDialect$ThirdParty:build_time`, maybe just Micronaut thing. But now in...

@victornoel I solved it by using this reflection-config.json: ```json [ { "name": "java.time.LocalDate[]", "allPublicConstructors": true }, { "name": "java.time.LocalDateTime[]", "allPublicConstructors": true }, { "name": "java.time.LocalTime[]", "allPublicConstructors": true }, { "name":...

@victornoel I use gradle plugin, but it seem these are coming from `DefaultDataType` class. The compilation is ok without them, but they are created reflectively at runtime and throws exception....