scriby

Results 24 issues of scriby

The backend I'm working with has some endpoints that are modeled in a way such that I'm finding difficult to model with restmod. As an example: /things/:thingId/options/me In the above...

Just noticing that the $populate event names are called things along the lines of `find-many` instead of populate. Should those be renamed?

I updated to grunt-tslint 2.0.0 and now I get this error when linting my codebase. Let me know if you need more info and I can dig into it some...

Type: Bug

I have a grunt task setup like so: ``` javascript grunt.registerTask('pre-commit', [ 'typescript:build', 'tslint', ]); ``` When it runs tslint as part of that task, it always throws the "Cannot...

Type: Bug
P2