Erik Ammerlaan
Erik Ammerlaan
Hi, The guidelines describe that collections should have a `@nextLink` attribute. However, in practice some Microsoft services use `nextLink` (without `@`). See https://azure.github.io/projects/apis/#!/DeploymentOperations/DeploymentOperations_List for example. What is preferred? I can...
Doctrine 2.5 will bring support for Embeddables. Embeddables are almost perfect for implementing [Value Objects](http://martinfowler.com/bliki/ValueObject.html) for doing Domain-Driven Development, but strict comparisons in Doctrine make this difficult. With Value Objects...
On Windows, Webpack hangs at `95% emit`. ``` λ npm run build > [email protected] build c:\graphiql-app-0.6.0 > webpack --config webpack/webpack.config.production.js --progress --profile --colors 7440ms build modules 19ms seal 3ms optimize...