Elton Minetto

Results 23 comments of Elton Minetto

As far as I understood, your service need the tenant_id to work, no matter how you generate it. Here, as you are receiving this data from an HTTP request, your...

@aschrijver sorry for the late reply. I agree with the points in the @cjslep's text. By the way, thanks @cjslep! I will fix the problems you pointed.

I didn’t create a graphql layer in my projects yet, but I probably would implement using the same idea you suggest. I see this as a new way to access...

I just used this in a script: $parseSpeaker = new Object($parseConfig, 'speaker'); $parseSpeaker->name = $s['name']; $parseSpeaker->picture = $s['picture']; $parseSpeaker->resume = $s['resume']; $parseSpeaker->sitesCollection = array('__op' => 'Add', 'objects' => $s['sites']); $r...

Sorry, i'm using another version You have to change the $parseSpeaker = new Object($parseConfig, 'speaker'); for $parseSpeaker = new ParseObject('speaker'); I did a pull request to this change ;)

There is something can i do to help? :)

O que deveria ir no sitemap? As organizações?

Pior q eu não tenho certeza disso. Tem como você fazer um teste? Tentar remover o arquivo e fazer um composer update? Para ver se ele cria novamente e como...

Me parece melhor alterarmos o setter para remover a formatação e salvar apenas os numeros O que acham?

Ebert has finished reviewing this Pull Request and has found: * 1 possible new issue (including those that may have been commented here). * 1 fixed issue! 🎉 You can...