You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(description): Add learnocaml-exo-loading initial phase
* in order to have as good an UX as that of exercises view
* feat(description): Implement padding decoding
* Aim: interoperate with learn-ocaml.el, which can encode the token by
(base64-encode-string (format "%192s" "AAA-BBB-CCC-DDD") t)
before opening the URL
http://localhost:8080/description/:id#token1=:encoded
with a 256-wide string for ":encoded" that couldn't be easily copied
if, say, the user takes a screenshot of the exercise description.
* For the moment, the support of legacy URLs
http://localhost:8080/description/:id#token=AAA-BBB-CCC-DDD
is still supported (but deprecated; it may be removed later on).
0 commit comments