Gerwin Brunner

Results 36 comments of Gerwin Brunner

Changing [this line](https://github.com/studiointeract/accounts-ui/blob/1ff90cdc1b92c6dd59e85e78c4c2c54e166d5ccb/imports/ui/components/LoginForm.jsx#L758) to ``` const SignUp = (_options) => { ``` fixes it for me

We have separated out the hot code push servers and use a custom ddp connection for them. So I need to fix that function to fit this req. I'll try...

I just tried what you suggested, by ``` modules.autoupdate.checkForUpdates = function(){ this.log.debug('JUHUHU'); const runtimeConfig = this.currentAssetBundle.getRuntimeConfig(); const rootUrl = runtimeConfig.public.AutoupdateServer; if (!rootUrl) { this.log.error('no rootUrl found in the current asset...

I printed the function before and after overriding it. `console.log('HELLO', modules.autoupdate.checkForUpdates);` Here is the log output ``` verbose: [autoupdate] initializing autoupdate module verbose: [autoupdate] trying to read initial bundle version...

Sure. I actually pass it already thru meteor.settings Mit freundlichen Grüßen Gerwin Brunner > On 13 Apr 2017, at 14:45, Bartosz Wojtkowiak wrote: > > Hmm that is weird. I...

Tested it and works! We do have multiple destination Url for with we need to build separate versions of the client. I was thinking to create several files for it....

Awesome. That would be exactly what I was looking for! The filenames you proposed would be totally fine.

Having the react tools would be really cool. +1

@paradoxxxzero @Gnilherk I created a PR to be able to override Field.jsx by passing `fieldComponent` to the Field. Now you just need to create your custom `Field` component: ``` import...