learn-ocaml icon indicating copy to clipboard operation
learn-ocaml copied to clipboard

A Web Application for Learning OCaml

Results 137 learn-ocaml issues
Sort by recently updated
recently updated
newest added

**Related project scope(s):** REST API **Related user(s):** - @cesclass - @erikmd ## Bug description The dev. doc. (comments, etc.) of some parts of the codebase (§) is terse and should...

kind: bug

* **Kind:** feature This PR implements backend of the feature requests #331. @erikmd I would like to notify that the server returns a 500 error when you want to connect...

kind: feature

Close #478, Close #414, Close #205, Close #312, Close #158

feature

:robot: I have created a release *beep* *boop* --- ## [0.14.1](https://github.com/ocaml-sf/learn-ocaml/compare/v0.14.0...v0.14.1) (2022-10-01) ### Bug Fixes * **learnocaml_common.ml:** Ask token (not secret) when opening exercise url ([#489](https://github.com/ocaml-sf/learn-ocaml/issues/489)) ([b91050e](https://github.com/ocaml-sf/learn-ocaml/commit/b91050e1caaf46fb6c3abb6f3120dd784af701f7)) ### Documentation *...

autorelease: pending

* **Kind:** / enhancement / * Close #462 ### Description Change the display of not-found functions to be more user-friendly ### Checklist * [ ] Read the [CONTRIBUTING.md](https://github.com/ocaml-sf/learn-ocaml/blob/master/CONTRIBUTING.md) guide and:...

kind: enhancement

* **Kind:** bugfix * Close #214 ### Description tested with firefox: ![Capture d’écran du 2022-05-24 11-17-31](https://user-images.githubusercontent.com/41067131/170000535-253d60ab-202d-4d67-86fd-1b887f5cb82f.png) ### Checklist * [ ] Read the [CONTRIBUTING.md](https://github.com/ocaml-sf/learn-ocaml/blob/master/CONTRIBUTING.md) guide and: * [ ] Use...

part: CSS
kind: fix

**Related issue(s) or PR(s):** N/A **Related project scope(s):** UI, learn-ocaml-client, Teacher-dashboard **Related user(s):** @erikmd ## The problem Currently, the webapp views (student UI vs. teacher dashboard) only show one flavor...

feature

Currently, when new exercises are added to the server, they are immediately considered as "open" and are available to the students. It would be nicer if they were hidden by...

kind: enhancement
good first issue
priority: high

**Related project scope(s):** GHA and PRs ## The problem The artifacts' URL is not easy to find. (except at release time, of course) ### Wanted solution * Add a step...

feature
good first issue

When an exercise is written in Markdown (in a file `descr.md`), verbatim text (between backquotes) appears in a larger font than normal text. Ideally all text should be in the...

kind: bug
part: CSS