Tom Holder
Tom Holder
It seems like you can't supress a keypress in the keydown event if there is any sort of delay? Any idea what causes this?
### Connector Name destination-google-directory ### Connector Version 0.2.1 ### What step the error happened? Configuring a new connector ### Relevant information Connecting via oauth doesn't work - at least not...
This may not be a bug but something is up with it. If you have a document structured like: company --->categories [DocumentSet] --------->category ---------------->access [DocumentSet] ----------------------->access You can't do this:...
It's not very clear how you go about clearing and re-setting a documentset on an existing document. Scenario is I have a document that has a documentset of categories. Each...
Seems to be a bit of a bug/niggle when setting an object using a property setter. The following works: ``` $data = array(); $data['appName'] = $this->_getParam('appName'); $data['urlKey'] = $this->_getParam('urlKey'); $data['owner']...
First of all, fantastic work. Very simple, very natural. Just noticed one thing, not really sure this is an issue as such, just slightly confusing about the way it works....
What am I doing wrong with this filter?
Having trouble calling buildModularBlock. ``` import { SiteClient, buildModularBlock } from 'datocms-client' console.log(buildModularBlock) ``` Returns undefined. Can't call this function. I've looked through the code here and can't quite determine...
Plugin doesn't work with latest jquery. This seems to sort it but probably needs further investigation.