Alexis K.

Results 6 issues of Alexis K.

Hi, I got some issues when converting NSDictionary / NSArray from JSONKit with DCKeyValueObjectMapping library because it does not support NSNull representation. By default when a object is nil, JSONKit...

Implementation provided may be improved, but it works well for the projects I work on. 1 - Interface ``` @interface DCParserConfiguration (XBAdditions) -(void) mergeConfig:(DCParserConfiguration *) parserConfiguration; @end ``` 2 -...

Restkit supports multiple datePattern. It would be great to support multiple date patterns as well. It is mainly needed when parser configurations are merged.

pgsql support for AuthenticatorStore provides persistent and clusterisable implementation. Same for UserService. Pgsql support for UserService is based on Some(implementation) found on Play! mailing list, which was also submitted 3...

### Describe the bug The 'select' tag menu does not have the native font family which is replaced by a 'Times New Roman' one. This issue appeared some days/weeks ago,...

type: bug
status: needs triage

Hello, I'd like to contribute some code improvement related to performance. The function `b64toByteArrays` is critical for performance of the component as it makes heavy computation iterating on byteCharacters and...