Sepehr

Results 4 issues of Sepehr

Hello, I noticed the word "flag" after the intended flag is formatted as inline code. Chapter 18, Introduction to Paging: Question 1: ![image](https://github.com/remzi-arpacidusseau/ostep-typos/assets/47205109/62b532c4-a6f5-4586-b00b-11c94d532f82) Question 2: ![image](https://github.com/remzi-arpacidusseau/ostep-typos/assets/47205109/eaeef1e7-ba7e-4b5f-ab72-7ac74e06aa0a) In contrast, the word...

Hello, When running the website locally and using the "T" key for tags, the redirection does not work. The path to `/tags` is hardcoded to `https` and does not have...

When parsing the following, the parser correctly throws an error, but the error message notes that a `CHOOSE` expression is expected. Not sure if there is a right default, but...

When an undefined operator is called after the `>=`, the parser blames the `>` when it expected `]`. The actual issue is the undefined operation used. MRE ```TLA EXTENDS Sequences,...