Roberto Guerra

Results 7 issues of Roberto Guerra

I'm trying to retrieve a large list of files form an s3 bucket. To do so I need to call `listNextBatchOfObjects` on a `ListObject`, which is what is returned from...

We have a project where we use environ and in dev we have a profiles.clj, but when building we providing everything via system environment vars. When building the project in...

Is there anyway to have a background mode? Or maybe add a task to be executed when the watch plugin starts? I'm trying to use it with another plugin (ratpack)...

I just started playing around with `kobalt` and discovered some wonky behavior when adding a dependency. For example, this is valid `gradle`: `compile("org.springframework.boot:spring-boot-starter-actuator")` but it won't work with kobalt because...

I'm getting this exception on production mode only: ``` org.springframework.mock.web.MockHttpServletRequest. Stacktrace follows: java.lang.ClassNotFoundException: org.springframework.mock.web.MockHttpServletRequest ``` It works fine on development mode.

When I run the ubjerar, the application always crashes when I click on some other window (e.g. change tabs on a browser, or double click on the terminal). It doesn't...

Flutter is becoming a popular framework for writing cross-platform Mobile and Desktop apps. And Firebase is a popular database used in mobile app development. It would be nice to have...