John Lim Ding Wei

Results 11 issues of John Lim Ding Wei

## This is a Bug Report For bug reports, please answer following questions: * What went wrong? Sync behaviour does not match what was described at https://github.com/serverless/event-gateway/issues/478#issuecomment-405281407 I'm getting a...

## This is a Bug Report Running this code snippet ``` module.exports.createUsers = (event, context, callback) => { const user = event.data.body; if (!user.firstName || !user.lastName || !user.email || !user.id)...

## This is a Bug Report When deploying, i get the following error (seemed to happen after i did a function rename) ``` Could not subscribe the userMicroservice-dev-main function to...

Hi, Is it possible to make a row 'editable' instead of on a per column basis? Thanks. :)

Hi, I'm getting the following error when doing `gulp build` on a Polymer-2-starter-kit project, ``` In bower_components/polymer/lib/legacy/polymer-fn.html: [could-not-load] - Unable to load import: Cannot read property 'forEach' of undefined```. Any...

### Description When running my unit test to check if my custom element is displaying the expected text inside paper-item, the test fails because textContent of element is prefixed and...

Does polymefire support multi-location updates as explained in this blog https://firebase.googleblog.com/2015/09/introducing-multi-location-updates-and_86.html? I've searched through the code base but could not find any calls to ref.update() method. Is multi-location update something...

…is able to query for data that does not have a specific key. I believe there should a more elegant solution but this works and we have a test in...

… been loaded and can be accessed. Hi, There are instances when a client needs to know when it is able to start accessing data from firebase. Having an event...

Hi, When a user logs out, the list of todos are still visible on screen even after a browser refresh. Modifying todo-data.html as follows ``` // Setup user ref in...