Michael Edgar

Results 91 comments of Michael Edgar

Did you also try with `ISO-8859-1` ? As far as I can tell it does include `í` and `é` characters.

@sharukhshaik126 can you possibly provide a test file without sensitive data that I can use to reproduce the issue? Using the sample text you gave originally I haven't been able...

This seems like a reasonable feature, but should probably be enabled with a configuration property to allow users to opt-in.

@NandaBalakrishnan there shouldn't be any difference in how you use the staedi APIs for large versus small files. What is the problem/error you have?

@NandaBalakrishnan did you get things working? If you have any errors, etc. to share that will help diagnose any problem if it's in staedi.

Have you looked at using `mp.openapi.scan.exclude.classes` or `mp.openapi.scan.exclude.packages` to skip the resources implementing the endpoints you'd like to hide?

This may end up just being a change to the tests. From what I see, the new `EntityPart` class would be used for Jakarta REST multipart and would require user-provided...

@okarmazin I see your point and I don't disagree. I think the missing piece is how to get the default value from the class file. From what I can tell,...

This might be a good issue to raise with the Kotlin language/compile project. It would be much more useful if the field had an annotation with the default value so...