Gabriel Indurskis

Results 8 comments of Gabriel Indurskis

I accidentally included another commit where I had added some debugging code, sorry about that. The first commit contains everything needed.

nevermind, I managed to remove the unwanted commit. *phew*

After more [investigation upstream](https://github.com/jgm/pandoc/issues/7149), it turns out that the issue is not actually `MetaString` or `stringify`, but rather the different overall structure of the metadata returned by pandoc in the...

After more [investigation upstream](https://github.com/jgm/pandoc/issues/7149), it turns out that the issue is not actually `MetaString` or `stringify`, but rather the different overall structure of the metadata returned by pandoc in the...

This worked for me, thanks djangosChef - but I suggest changing the code to use the variable `notifyManualUnlock` instead of `notifyManualLock`, since some users (like me) will want only notifications...

Like I mentioned in issue #120, line 1273 `if (notifyManualLock) {` should be changed to `if (notifyManualUnlock) {`

I think this could be addressed by adding another (optional) account metadatum: a student-ID (or other unique identifier). When students create their CoCalc account, they should be encouraged to put...

(I was about to add this as a new feature request, but then found this bug - I'll leave it up to you if you think this should become a...