Guilherme Torres Castro

Results 16 issues of Guilherme Torres Castro

I think you should remove all try-catch from FB.php and FacebookApi.php, and give the developers the possibilite to handle exceptions.It's more easily to debug erros in graph-api or avoid black-holes....

I'm using cakephp 2.0 step to procedure : ```function beforeFacebookSave(){ $this->Connect->authUser['User']['name'] = $this->Connect->user('name'); return true; //Must return true or will not save. `````` } Erase cookies and the user in...

I am trying to start the schema registry docker image with the following configs: ``` schema-registry: image: confluentinc/cp-schema-registry:5.1.3 network_mode: "host" environment: SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: "localhost:2181" SCHEMA_REGISTRY_HOST_NAME: localhost SCHEMA_REGISTRY_LISTENERS: "http://localhost:8081" depends_on: - kafka...

**Is your feature request related to a problem? Please describe.** I am trying to configure cloudbeaver with a provided connection, for anonymous users. However it's not possible to automated this....

feature request
xf:connection
local config

It's possible always call the resolve api after client has subscribed? per example: ``` subscription do field :educational_element, :educational_element do arg :root_id, non_null(:string) config fn args, _ -> {:ok, topic:...

The default behavior is to query all records which is very slow. Most of the database GUI limit the query by default.

As showed in the screenshot above, if I click in the `eye` icon I am able to see the password of a protected certificated.

This patch add support for projects that are already using androidX, reference: https://github.com/flutter/flutter/issues/23995

**Is your feature request related to a problem? Please describe.** I am using terraform_k8s_provider and have my CA certificated stored as secret. I want to be able to pass it...

enhancement