Michele Ong
Michele Ong
Hi, Just checking, should this work with Meteor 1.3?
Hi, I'm using react-boilerplate and have used https://zach.codes/handling-client-side-app-updates-with-service-workers/ as a reference for getting automatic updates running on a SPA. The plugin is configured as: ``` new OfflinePlugin({ ... updateStrategy: 'changed',...
## Environment Reproducible in the demo at: https://www.draft-js-plugins.com/plugin/mention ## Description I understand this isn't strictly how the plugin is designed to work, but if you leave some not completed trigger...
I'm not certain if this is actually related to #63, but when I have multiple stories displayed on the Docs page with different returns on the same handler endpoint/method, only...
Hi, This isn't exactly related to what is currently in the repo, but as authentication and profile/accounts pages are partially implemented and stubbed out, this seems like it'll be relevant...
Hi, Not sure if I'm mistaken about this, but take the comments module for example. `action/comments.js` sets LocalState for errors in both the `Meteor.call` for `posts.createComment` as well as outside...
When completing the enrolment process with the modal, clicking Close or Submit destroys the form component, but the lightbox background doesn't disappear. Appears to be related to: https://github.com/ianmartorell/meteor-accounts-ui-bootstrap-3/blob/master/login_buttons_dialogs.js#L116 https://github.com/ianmartorell/meteor-accounts-ui-bootstrap-3/blob/master/login_buttons_dialogs.js#L136 As...
Hi, I'm using react-range for an audio range with one handle for the start, one for the end, and one for the playhead. Start and end cannot overlap, and playhead...
**Is your feature request related to a problem? Please describe.** More of an enhancement request. **Describe the solution you'd like** Apologies if this has been asked before elsewhere, couldn't find...
Hi, I'd like to use the search to display the name of the place (if available) in the input field instead of the address. Is there a way to do...