devin ivy

Results 170 comments of devin ivy

Thanks! I'll pull this down for testing when I get a chance.

I would use a "populate" route for that, `GET /api/csqa/assessment/1/questionnaires` or possibly, `GET /api/csqa/assessment/1?populate=questionnaires`. The latter should include the assessment and its questionnaires, while the former should just return the...

Hi @moklick– I did start writing bedwetter v2. It got halted for a while, as it became increasingly harder to get to 100% test coverage, which was one of my...

I agree. Sorry for the hold-up. If you are interested in picking-up this issue, feel free! The update should not be terribly difficult, but if you haven't poked around this...

With 1.5.1 this has been added for find, findOne, and (I believe) partially for populate. We still need tests.

For the add bedwetter, one-to-many associations are incorrectly not being reflected on the response for a newly created record.

We've moved forward with this in mind: https://github.com/devinivy/bedwetter/blob/feba44b416a003394693fa7b078a00f64d8b5989/lib/index.js#L421

I see how some wording in the docs is confusing or unspecific, @simevidas . I will go through some of the areas you pointed out and revise them. In the...

I am not a Windows user, but I have done some research into this since I am interested in Windows support. - Under WSL users can achieve any file permissions...

> Is there a way to enable metadata from the command line? I'd prefer to only enforce permissions where the error message can provide a simple fix. My understanding is...