Jiten Poddar

Results 6 issues of Jiten Poddar

Hi, is it possible to return `key identifier` in the props (so that one doesn't have to loop through the entities to get ti)? e.g. Kind = User Key Identifier=auto-generated...

type: question
api: datastore

I have two questions: 1. Can we do `import` instead of `require` server side? 2. Can we do `import` instead of adding JS link in the html client side?

Is there a way I can set style by providing `styles` in the dispatch statement?

I get the error when I drag the scrollbar. I looked into it a bit, here's the problem: ``` if (o.railDraggable){ bar.bind("mousedown", function(e) { var $doc = $(document); isDragg =...

I've been noticing for some time that when I run the tests, puppetry opens multiple browser tabs (sometimes > 8). Is this intended behaviour? Puppetry version: 3.0.0-RC.3 OS: MacOS

Getting this error in the Gulp console: [ReferenceError: [BABEL] C:\Apps\workspace\betty.acdb.ui\node_modules\react-bootstrap-datetimepicker\lib\DateTimeField.js: Unknown option: C:\Apps\workspace\betty.acdb.ui\node_modules\react-bootstrap-datetimepicker.babelrc.optional while parsing file: C:\Apps\workspace\betty.acdb.ui\node_modules\react-bootstrap-datetimepicker\lib\DateTimeField.js This is the content inside babel.rc { "optional": ["runtime"], "stage": 0 } When...