plamenGo

Results 12 issues of plamenGo

Schema for addresses sub-attributes refers to 'photos' under path. Should be 'addresses'. ``` "id": "urn:ietf:params:scim:schemas:core:2.0:User:addresses", "name": "addresses", "type": "complex", "multiValued": true, "_index": 116, "_path": "addresses", "_annotations": { "@AutoCompact": {}, "@ExclusivePrimary":...

Question, do we know if the mongodb goland driver takes care of potential for noSQL injection for us? Or is that something we need to account for.

Hi @imulab I am looking to add support for custom fields, such as this: ``` { "id": "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:customField1", "name": "customField1", "type": "string", "_index": 0, "_path": "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:customField1" }, { "id": "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:customField2",...

Hello! Have you seen this test suite for SCIM endpoints? I ran and got a fair amount of failing tests ~50% https://github.com/AzureAD/SCIMReferenceCode/wiki/Test-Your-SCIM-Endpoint Digging into the failures some of them do...

Tagging stable version makes package management easier. Could you please add that to your project? Thanks!

(master) ➜ flutter build appbundle 035fef9 Waiting for another flutter command to release the startup lock... FAILURE: Build failed with an exception. * What went wrong: The Android Gradle plugin...

Hey guys, the sample .circleci config does not work for me. It always chokes on not being able to find bundle. All I'm trying to do is run rspec on...

When I launch the app I get a blank screen. Is this expected? Thank you for working on this!

Your test suite tries to PATCH a group with the following call: PATCH http://{{Server}}{{Port}}/{{Api}}/Groups/{{groupid}} ``` { "schemas": [ "urn:ietf:params:scim:api:messages:2.0:PatchOp" ], "Operations": [ { "name": "addMember", "op": "add", "path": "members", "value":...

bug
test