ocaml.org icon indicating copy to clipboard operation
ocaml.org copied to clipboard

The official OCaml website.

Results 232 ocaml.org issues
Sort by recently updated
recently updated
newest added

Note: I did try to add a recipe with Eio too but it didn't seem to like that. I will raise an issue with more details.

Cookbook

One example with Cmdliner, and two from the standard library (Sys.argv and Arg), Happy to rework them if I've missed some details.

Cookbook

Adds recipe for validating links on a webpage. For this example the webpage is represented as an html string. This code makes use of the cohttp and lambdasoup libraries.

Cookbook

![Screenshot 2024-07-01 22 42 09](https://github.com/ocaml/ocaml.org/assets/116699/dd9bbee5-fed9-4cd9-bebf-d7cd2a5020fd) For the cookbook entries covering "command line arguments" I made one recipe using Cmdliner and two using the standard-library (once with `Sys.argv` and once with...

bug

Added task to web programming section to show how to send data via a POST request. I wondered if it would be beneficial to have a section dedicated to working...

Cookbook

In Unix folders named: * `bin` contains _compiled_ executable files (e.g. /bin or /usr/bin) * `lib` contains _compiled_ library files (e.g. /lib or /usr/lib) In OCaml/Dune projects those folders often...

enhancement
documentation

Add Measures of Central Tendency title with tasks for calculating the mean and median

Cookbook

In [Link to Figma page](https://www.figma.com/design/J0w4b9exaHhVpvabKoGqTn/Design-Github-Issues?node-id=616-2515&t=ABO0h6yDCxRnRSTz-1), we have a design for the new Event card: ![Screenshot](https://github.com/ocaml/ocaml.org/assets/312622/9f97454e-f070-4901-ad98-ffceaf0c2a68) Your task here is to implement the new event card as a component: * based...

good first issue
help wanted