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

Implementation of the ocaml.org website.

Results 111 v2.ocaml.org issues
Sort by recently updated
recently updated
newest added

# Issue Description Adding an example of an adjacency list to the 99 problems set. Fixes # (issue) ## Changes Made Please describe the changes that you made. * **Please...

I was asked to open this PR to change this. # Issue Description Changing OPAM to opam Fixes # (issue) Changed OPAM to opam Please describe the changes that you...

Here is what I see on https://ocaml.org/learn/tutorials/streams.html ``` # let line_stream_of_channel channel = Stream.from (fun _ -> try Some (input_line channel) with End_of_file -> None);; File "", line 1: Error:...

I just noticed that the button color on other pages are green while it's grey on news page. Accessibility wise, I think it needs to be fixed. Because from the...

good-first-issue

# Issue Description Updating the solution for #12 as either an alternative or replacement. I had tried the other solution and it seemed more difficult to reason about because of...

The site has many broken and dead links which I found using an online broken link checker. Eg: 1. The irc link ![Screenshot 2021-05-07 014202](https://user-images.githubusercontent.com/64313783/117359778-82c2be80-aed5-11eb-8f9f-3a754cfb0e68.png) 2. The mailing list link...

# Issue Description Fixes #1601 (issue) - Corrected the description of Currying in order to be on the same page with #1595. - Corrected some wrong descriptions. - Corrected unnatural...

https://ocaml.org/community/planet/ shows no updates since Oct 21, 2021, which seems unlikely. Has it stopped? (my own blog is listed under Syndications and was updated on 2021-10-30, for example)

https://ocaml.org/api/favicon.ico is ok https://ocaml.org/manual/favicon.ico returns a 404.

# Issue Description Please include a summary of the issue. Fixes # (issue) ## Changes Made alternative solution for number 22 * **Please check if the PR fulfills these requirements**...