Chris Foster

Results 45 comments of Chris Foster

@atido Hey, thanks for the kind words! For sure, I can get this added, it might take me a few weeks to get to it but we can definitely add...

Something like this might work: ``` javascript const couch = nano(url) couch.use(db).mango.find({ ... }, (err, results) => { // do your thing }) ```

For what it's worth, we've dealt with that by doing this: ``` const validate = function(newDoc, savedDoc, userCtx) { // Content here }.toString() ``` This results in `validate` being a...

@meeber Thanks, that workaround let's me upgrade to 3.5! I'll leave this issue open since it sounds like it is a bug.

@rawbeans You can specify no command with `{}`: ``` windows: - name: test3 root: ~/test/dir command: {} ```

This is a great idea! The suggestion @neumino had works great as well, but isn't super intuitive and I was stuck for a little bit before I came across this....

Hey @weilai-irl Thanks a lot for the response. > Assuming you are using the "Authorization code flow" in auth_oidc settings Correct, this is the authorization code flow. > Moodle site...

We have enabled some additional debugging and captured some relevant stack traces: During the request, it first triggers this warning: ``` PHP Notice: Error: mdb->get_record() found more than one record!...

@weilai-irl To update on this, we tried removing the token from the `mdl_auth_oidc_token` table and it did not resolve the issue. We instead had to delete the student's account as...

As an update, we have seen this happen with two additional students, both who have not logged in in some time.