Flavio Moreno

Results 7 issues of Flavio Moreno

Hello, would you like to know if it would be possible to add a way to serialize a dictionary please? Because when I make this code, it works. `st =...

Hi, I'm trying to implement a serializer/deserializer for a custom object but Redisson does not use it. Here is my code: JUserSerializer: ```java public class JUserSerializer extends StdSerializer { public...

question

## What does this PR do ? Add "All" scope for OpenApi requests Add unit tests for this scope ### How should this be manually tested? - Step 1 :...

## What does this PR do ? Fixes an error that is thrown when a single parameter is input and an array is requested. This will allow to avoid having...

Where is 'setChartTitleFontColor' method ?

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [x] Tests for the changes have been added...

Hello ! I'm using the Java Driver in Kotlin and I get this error with this DAO: ```kotlin @Dao interface UserDao { @Select suspend fun findById( id: Snowflake? ): Deferred...