Nykolas Laurentino de Lima
Nykolas Laurentino de Lima
I'm trying to upload a file and set a expiration time to it. ``` val metadata: ObjectMetadata = new ObjectMetadata() metadata.setContentLength(file.length) metadata.setExpirationTime(DateTime.now().plusMinutes(10).toDate) bucket.get.putObjectAsPublicRead(filename, file, metadata) ``` But when I check...
I have a case class with a `id` attribute that's an `Option[Int]`. When I try to serialize it as a JSON I got the following error: ``` case class Development(id:...
Add instructions about python scripts used to configure the project into IDEA and Eclipse.
Wrong example of "hello world" not matching the defined length. Typo on Push type introduction.
Is possible to show a validation message together with the `error` css class?
## Description When we do a HX request and the response is a redirect the loading state should be kept - if it doesn't the application will "flick" before loading...
When using “hx-post” within a form and the loading-state ext the loading behavior works as expected. but when the backend returns a “HX-Redirect” header the loading state stops, because it...
## Description When we do a HX request and the response is a redirect the loading state should be kept - if it doesn't the application will "flick" before loading...
## Problem Encoding problem for CSV exports when opening the generated file in Microsoft Excel ## Changes Implemented BOM in CSV exports to resolve encoding issues with special characters on...