Manuel Rademaker

Results 6 comments of Manuel Rademaker

@loicmathieu looks like micronaut is not going to do much about it?! As I workaround (or maybe even standard way). Can i pass the input information in the API call...

i think there was a misunderstanding. I wasnt referring to the input type in a YAML but to the way information is send via API to the API endpoint. In...

ok i tried but no matter how i do it. I have to use the files argument when using requests. Maybe the issue is the way requests handles this particular...

But isnt the bug exactly that? Why can't these files be deleted? There are no permission limitations on my machine so I think the bug is maybe somehow related to...

@yawkat i have no experience in Java, so sorry if what I am writing is nonsense, however, looking at the docs of Files.deleteIfExists it seems that they allude to something...

@loicmathieu For some reason, this problem has (magically) disappeared with version 0.17.0. Temporary files are no longer created, or at least deleted immediately. I can only guess why this is......