Joseff B

Results 6 issues of Joseff B

Query: ``` mutation CREATE_COMMENT($input: CreateCommentInput!) { createComment(input: $input) { comment { commentId content } } } Vars: { "input": { "commentOn": 1241, "clientMutationId": "CreateComment", "content": "19", "author": "CollectionBuilder", "type": "artifact",...

Bug
Component: Mutations
ObjectType: Comment
focus: mutation refactor

I run into an issue creating new post in a custom post type (i.e. collection) without explicitly setting edit_other_collections capability for user role. Works fine when I use the edit_other_collections...

Bug
Invalid?
Needs to be reproduced
close candidate
ObjectType: Post
Component: Model Layer

Can't add custom schema for postgress check. Currently only checks the public schema. something like the following should work (not tested). ```public function getTables($db_schema = 'public') { $cmd=[ 'mysql'=>[ "show...

Hi. Just wondering if there is a 3.16 image I can use for this. Also I'm assuming I just point desktop 3.16 to the localhost 8081 port to connect right?...

I'm trying to figure out how to have a top down drawer pop down after the site menu after you click a menu button. Any one figure out how to...

Hey all I had to add this to the nginx config file to get my existing [wp roots/bedrock ](https://roots.io/bedrock/) install to work: ``` if (!-e $request_filename) { rewrite /wp-admin$ $scheme://$host/wp$uri/...

enhancement