Gerwin Brunner

Results 17 issues of Gerwin Brunner

Hi, it seems that the plugin is not working when I have the event handlers registered like this: ``` $(document).on "click", ".do-confirm", -> console.log "hey" return $(".do-confirm").click -> console.log "hoe"...

Hi, I have like 15 tests that call different fs commands (copy, rename,...) They individually work. I comment out one half of the tests and they work and then the...

This seems not be be working any more in jasmine-node 1.14.3 Seems to be the same issue as #240. I have the followig code and the exact same issue as...

Is there an easy way to use the Developer Tools thru Shopify collaborator accounts?

Is there a way to tell the generator for orders to also populate shipping addresses?

Hi, I get the following error ``` Exception in delivering result of invoking 'createUser': TypeError: _this7.showMessage is not a function at http://localhost:3010/packages/std_accounts-ui.js?hash=69063d010a3ed9c833c97bb301c6d32ad0e2425e:2400:20 at http://localhost:3010/packages/accounts-base.js?hash=00b4c32478a678093a294cc73c7dbd8c59c65d48:324:26 ``` I think this is due...

What would be the best way to override the [checkForUpdates](https://github.com/wojtkowiak/meteor-desktop/blob/07d7a005e5a6b47c14addca4cbe3d55723cb7ff9/skeleton/modules/autoupdate.js#L231) function in the skeleton/modules/autoupdate/ module for a desktop application? Any hint would be very appreciated. Cheers, Gerwin

feature request
accepted

I added a way to pass a fieldComponent prop to the Field so that the underlying field can be extended and the render overwritten.

I really like your approach. Beeing a big fan of [Autoform](https://github.com/aldeed/meteor-autoform) this looks very promising. Do you plan to add an abstraction for base components? So that we could use...

Hi, are you planning to move the project to React hooks from the current class approach?