Richard Tibbles
Richard Tibbles
I have had this issue since restarting VSCode too - no symlinks, and session history properly resumes in the CLI.
Note: I have already done some updates to the content import fixtures (and will continue to do so) because they were not representative of data coming from a content database.
Updated, rebased, and force pushed.
Hi @eapdso, What are you using to achieve SAML 2.0 based SSO? The only SSO solution for Kolibri [we have developed uses OIDC](https://github.com/learningequality/kolibri-oidc-client-plugin), so I assume that this is something...
OK, great - looking at the Django OIDC library that our plugin is using under the hood, you should be able to pass ` next` GET parameter with the login...
This is will open up more confusion as currently only Studio can interpret channel tokens. I think it is safer not fix this, than to deal with inevitable edge cases.
> simply make the command-line UI consistent. My point was that it isn't simple, because the Kolibri GUI isn't just calling the the command, but making a request to Kolibri...
> Alternatively, we can do what you said in #7346 (comment) – embed token information in the Channel DB metadata. My inconsistency here did occur to me. My main concern...
Noting that we have added this kind of alert in coach for lesson and quiz editing so we should have a pattern we can replicate.
Additional info here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/localeCompare One thing of note, is that we should: ``` When comparing large numbers of strings, such as in sorting large arrays, it is better to create...