Ishai Strauss
Ishai Strauss
@jdanyow what about this approach: https://gist.run/?id=524b94cc960456499bbb306fe1491e4a
@volak You are completely "on base" actually. In fact, since I posted originally in this thread I have built a more sophisticated version of @asyncBindable with support for exactly what...
@volak Here: https://www.npmjs.com/package/aurelia-async-bindable-bluebird Also, somewhat related. I have also published an aurelia redux integration that I use quite a bit too: https://www.npmjs.com/package/aurelia-redux-connect
Hi all, We have an angular 1 app running breeze that I am seriously considering rewriting using the angular-meteor project. I am wondering if this is going to happen? To...
@kentcdodds Why not just use environment variables for this? I've been doing this: ``` server: { default: `webpack-dev-server -d --devtool '#eval' --inline --env.server ${process.env.REMOTE_BACKEND ? '--env.remoteBackend' : ''} ${process.env.PUBLIC_NETWORK ?...
@LandonTClipp Thanks for the quick response. I understand the concern, however, as far as this package is concerned I don't see how this is misleading. It is in fact the...
@LandonTClipp Much appreciated, thanks a lot. I have added the test.
@LandonTClipp thoughts?
Just wanted to +1 this. I've had to use some really nasty hacks to get around this in lupoex.
@chebyrash thoughts?