Cameron Crothers

Results 8 issues of Cameron Crothers

Hi with the new `stripVendorExtensions` on api docs the code does not take into account recursive structures which will result in an error ```Unhandled rejection RangeError: Maximum call stack size...

Currently the `DateTimeOffset` extension method has the unexpected behavior of changing the offset to match that of the current system timezone and does not just set the time as suggested...

This method requires dcom+ to be open on the server and the firewall for any traffic required, and only works in the old 7.0 release. See https://stackoverflow.com/questions/47480571/net-core-and-microsoft-web-administration for further examples...

When deploying it would be better if it uses the ROOT_URL from the environment if available it is good for when there is multiple urls and for Blue/Green deployments

In react 15.5 React.creatClass is deprecated in favor of es6 classes. https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html Would you be willing to accept a pull request bumping minimum version of react to 0.13?

When calling job.fail() with an object of type Meteor.Error the code fails with the following stack trace. ``` I20160218-11:16:46.819(11)? Exception in setTimeout callback: Error: Match error: Expected plain object I20160218-11:16:46.821(11)?...

question

When I modify my server code only Meteor does not force a client to refresh, however there will be no headers available in list after the reset and no headers...

I'm looking to run multiple local api serves on rails falcon, to do so I need to set different default ports for the applications. The only part of the code...