Robin Nicollet
Robin Nicollet
@ReimaFrgos hey, any news on this ? I saw your branch https://github.com/ReimaFrgos/PptxGenJS/tree/92+103-AddGradientSupport there is nothing on it yet, do you need a hand ?
any idea in which release can this PR make its way ?
The last comment here lasts from 2 months, will this pull request be checked soon ? Or should I move on and merge manually the commit allowing for this ?
I have the same error
For documentation, I'd say https://cloud.google.com/datastore/docs/apis/overview and https://github.com/google/google-api-php-client
If you look at the API here : https://cloud.google.com/datastore/docs/apis/v1beta2/key is how a key is implemented (in JSON) and here : https://cloud.google.com/datastore/docs/apis/v1beta2/datasets/commit there is the full doc on inserting entities. As...
Yeah. An entity is identifiable either by a numeric "id" OR by a "name" string, but not both. It's like in SQL using a VARCHAR primary key UR an INTEGER...
Cool. I'll check it when I got some time. Thanks a lot !
@rodrigopedra thanks for the detailed investigation. > As I think the Container is a highly sensitive component, and would require reviewing a lot of execution paths, I can't work on...