Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cookbook "Read an Environment Variable" with the Standard Library #2407

Merged
merged 3 commits into from
Jun 17, 2024

Conversation

cuihtlauac
Copy link
Collaborator

  • Prototype OCaml Cookbook
  • add a rule to crunch the cookbook directory
  • move position of cookbook
  • side-by-side code view like Go by Example
  • copy to clipboard, random number gen recipe
  • hierarchy: category > task > recipe
  • bring back the styles on the input that I accidentally replaced by 'hidden'
  • move cookbook to community section, refactor active_top_nav_item to be controlled by learn_layout.eml and community_layout.eml
  • move to Learn area
  • Cookbook : encoding (Cookbook : encoding #2097)
  • Cookbook : and Sorting list and arrays (Cookbook : and Sorting list and arrays #2098)
  • Cookbook textprocessing (Cookbook textprocessing #2104)
  • Cookboot : Add a Database / ezsqlite entry (Cookboot : Add a Database / ezsqlite entry #2100)
  • Cookbook concurrency : Lwt (Cookbook concurrency : Lwt #2107)
  • Cookbook caqti ppx rapper (Cookbook caqti ppx rapper #2108)
  • simplify data format of cookbook files
  • change data format to .ml file with YAML header, comments get displayed side-by-side with the code
  • Cookbook Ezsqlite - typo and rewriting (Cookbook Ezsqlite - typo and rewriting #2119)
  • Cookbook Sorting - typo (Cookbook Sorting - typo #2118)
  • add dark mode styles
  • Cookbook : fix in Lwt (type mismatch with iter_s/iter_p functions) (Cookbook : fix in Lwt (type mismatch with iter_s/iter_p functions) #2127)
  • Update 00-caqti-ppx-rapper.ml - fix sqlite -> sqlite3 (Update 00-caqti-ppx-rapper.ml - fix caqti-driver-sqlite -> caqti-driver-sqlite3 #2126)
  • rearrange category hierarchy and render all recipes for a task, name rercipes based on task and first listed package
  • rebase
  • add some tasks
  • list the task separately in the table and all the recipes below the task
  • add aria-label to make clear to screen-readers where the recipe link is going
  • Added description field to tasks
  • Task pages
  • Task description
  • Remove str and stdlib recipes
  • Cookbook description text
  • Formatting
  • minor style changes
  • Formatting
  • Update CONTRIBUTING.md
  • Fix tasks.yml processing
  • Formatting
  • Add Yaml deserializing recipe
  • Refactor JSON tasks
  • Text and formatting
  • Review
  • Remove sorting recipe
  • Cleanup
  • Delete postponed recipes
  • Update localtime recipe
  • Do not display package versions
  • Formatting
  • Display used libraries per package
  • Display version as tested and category path
  • Fix contribution text
  • Fixes
  • Formatting
  • Fix category path
  • Formatting
  • Refactoring
  • Add hl_yaml recipe
  • Fix comments
  • Formatting
  • Formatting
  • Review edits
  • Fix typo
  • Import FS tasks from PR 1400
  • Bring back random generation
  • Bring back random generation, con't
  • Read text and gziped file
  • Formatting
  • Fix typo
  • Formatting
  • Remove some recipes
  • Rebase
  • Make task description optional
  • Random values
  • Formatting
  • Locate errors
  • line editing cookbook.eml
  • Line editing CONTRIBUTING.md
  • cannot use tag in prose, plain link instead
  • try and improve text on the recipes
  • Cookbook getenv
  • Cookbook getenv\n\nRecreate PR Cookbook getenv #2383

@sabine sabine changed the title cookbook getenv (needs rebase) cookbook getenv May 9, 2024
@cuihtlauac cuihtlauac changed the title (needs rebase) cookbook getenv Cookbook getenv May 13, 2024
Copy link
Collaborator

@sabine sabine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe like this?

data/cookbook/read-environment-variable/00-stdlib.ml Outdated Show resolved Hide resolved
data/cookbook/read-environment-variable/00-stdlib.ml Outdated Show resolved Hide resolved
@sabine sabine changed the title Cookbook getenv Cookbook "Validate an Email Address" with re Jun 17, 2024
@sabine sabine merged commit 12d358d into main Jun 17, 2024
2 of 3 checks passed
@sabine sabine deleted the cookbook-getenv branch June 17, 2024 13:42
@sabine sabine changed the title Cookbook "Validate an Email Address" with re Cookbook "Read an Environment Variable" with the Standard Library Jun 17, 2024
sabine added a commit to sabine/ocaml.org that referenced this pull request Jun 17, 2024
…ary (ocaml#2407)

* Cookbook getenv\n\nRecreate PR ocaml#2383

* Update data/cookbook/read-environment-variable/00-stdlib.ml

* Apply suggestions from code review

---------

Co-authored-by: Cuihtlauac ALVARADO <cuihtmlauac@tarides.com>
Co-authored-by: sabine <6594573+sabine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants