Juan Manuel Torres
Juan Manuel Torres
added a check to the strategy class that compares the access-token and secret sent by the service provider, if they are different from the ones we have in the authentications...
Multiple records are created in the authentications table for the same account/provider if sessions are destroyed. I now have multiple authentications records for my one an only twitter account. should...
**Problem** This is more a question, and a feature request if the answer to the question is `no`. **Is it possible to do [multi-label][2] classification with TransmogrifAI?** **Solution** I should...
I tried deploying a test project using Kotlin `1.4.0` that otherwise deploys correctly using `1.3.72` but when I tried to deploy I get an error like this: ``` Unable to...
## Background Cold starts and Java functions have always been a bad combo. A scheduled auto warmer does not fully resolve the issue of cold starts. Concurrent calls will still...
## What happened? On a spring REST API Controller like this: ```kotlin @RestController class StreamController(final val files: List) { @GetMapping("/resource/{id}") fun mediaHandler(@PathVariable id: String): ResponseEntity { return ResponseEntity.ok().body("Get a specific...
Just updated to version `0.5.0` and the following code is throwing an error: ``` python table = self.get_helper_set().get('table') ``` I'm not sure if this is was by design or not....
The elapsed time for a custom format will jump straight to `2 mins` after it goes over 60 seconds. ### Test ``` python progress = self.progress_bar(60) progress.set_format(' [%bar%] Elapsed: %elapsed%')...
## Motivation ### Access from other classes Logging inside functions can be done using the methods LogInfo, LogWarn, LogError, and others. Although, there is no access to these methods from...
## Expected Behavior When using DynamoLocal for development a call to `getByGsi` GSI HashKey returns a List of Items ## Actual Behavior After I moved from `derjust/spring-data-dymanodb` to this one...