alan blount
alan blount
re #106 - config for customizing paths ``` js SimpleRest._config = { urlTransform: (type, name) => { if (type === 'method') return `${SimpleRest._config.methodUrlPrefix}${name}`, if (type === 'publications') return `${SimpleRest._config.publicationUrlPrefix}${name}`, throw...
This middleware will put in auto-headers on every response, to allow CORS. is automatically replies by allowing the origin, if set, which gets around some browsers no longer accepting the...
We are currently setting a "fake" invoke context here: https://github.com/stubailo/meteor-rest/blob/devel/packages/rest/rest.js#L199-L222 This works well enough for the Method call, but not for anything subsequent... for example, when using Meteor Collection Hooks,...
I've been thinking about using Redux w/ Meteor for some time and a new project is brewing... I've been a fan of your stuff for a long time. Can you...
Just askin :)
## Issue - Feature Request The OAuth which comes stock, for google, is great! It seems like we should have more options, to make it easier for current Meteor users...
The Cache details only included all the Model & Controller level Caches that is, it contained all Cache utilization until the `beforeRender()` callback Now, it will also include all the...
If the component is unmounted before fully rendered, it throws an error... Resolves the following error: ``` render.js:69 TypeError: Cannot read property 'destroy' of undefined at ReactBootstrapSlider.componentWillUnmount (react-bootstrap-slider.js:158) at ReactCompositeComponent.js:406...
``` $ mix gen ~/Code/za_min_template reducer warning: not passing the :switches or :strict option to OptionParser is deprecated (elixir) lib/option_parser.ex:562: OptionParser.build_config/1 (elixir) lib/option_parser.ex:197: OptionParser.parse/2 lib/mix/tasks/gen.ex:70: Mix.Tasks.Gen.options_from_args/1 lib/mix/tasks/gen.ex:136: Mix.Tasks.Gen.generate_project/4 (mix) lib/mix/task.ex:316:...
``` $ brew install --with-plugins grpc Warning: grpc: this formula has no --with-plugins option so it will be ignored! ``` The README has `--with-plugins` on instructions - not sure if...