Clay Risser

Results 325 comments of Clay Risser

The HasManyThrough pull request is currently functional. There's still more work to do on it to make it more efficient with SQL, but it does work. https://github.com/strongloop/loopback-next/pull/2359 The code for...

You can see an example of how to set it up and use it in the fixtures test. https://github.com/codejamninja/loopback-next/tree/codejamninja/has-many-through-using-has-many/packages/repository/src/__tests__/fixtures

For hasManyThrough, you have to explicitly define your own join (junction) table. It's very similar to the way it works in loopback 3. You can read more about it at...

Like existing relationships in Loopback 4, you will need to wire it together in the repository. For the hasManyThrough relationship, you use the `HasManyThroughRepositoryFactory`. You can see how sellers are...

Yes, can someone please document this. I can't figure out how to connect mongo-express to a replica set.

Could you also add support for this in the docker container? Maybe have it pull from a comma delimited list of the replica sets in an environment variable.

Actually, that shouldn't be that hard to do. If it makes things easier, I'll do a pull request.

The pull request is at https://github.com/mongo-express/mongo-express/pull/284.

This would be very useful.

@travnewmatic that link isn't working.