Alain Scialoja

Results 19 comments of Alain Scialoja

I wouldn't silently ignore. Maybe a more meaningful message then `Expecting value: line 1 column 1 (char 0)`? Maybe one specific for the empty JSON request?

I only tested @AbhiPanda 's solution and it worked for me.

This is related to https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/54

A solution would be that this plug-in would return file:// urls, which can be dealt with.

@viskin I'd be willing to try implement a solution to this issue if we agree on what could be best. We could have the plugin return, optionally, `file:// urls` or...

So I was digging into the code to figure out how to add support for file system URLs, when I discovered that those are already available. The URL is appended...

@dmitry-viskov edx assumes that `resourceLinkId` exists and has a check for it in order to submit grades from `LTIAgsScore` https://github.com/openedx/xblock-lti-consumer/blob/582597a6a7fa758be5b1a32511c4f8acd116394b/lti_consumer/signals.py#L30 If we create a PR to fix it, will you...

@Jack-2025 can you check if #62 fixes it for you?

> There are two models of interaction to pushing grades to the platform in the LTI AGS services: > Declarative: the platform creates a LineItem (equivalent of a gradebook line/grade)...

Same here! I can't get neither today nor tomorrow commands to work on mac. The following template ``` Week:: {{date:YYYY}}-W{{date:ww}} Eternal Week:: Week {{date:ww}} Month:: {{date:YYYY-MM}} Eternal Month:: {{date:MMMM}} Eternal...