Zohaad Fazal

Results 4 issues of Zohaad Fazal

Suggestion: make code examples on rocket.rs compilable like in the "expandable view" for the rust book code examples.

docs
suggestion

I got equation support working: Feel free to change any/all code, I'm new to next.js/JSX etc. so best practices are likely not followed.

I'm getting the following error in my deploy GitHub action, and I think it's because I don't have a cover image: ``` 2022-04-30T21:18:44.3758138Z yarn install v1.22.18 2022-04-30T21:18:44.4447506Z [1/4] Resolving packages......

it gives errors while running after I compile it with chrome Uncaught TypeError: node.classList.indexOf is not a function I changed node.classList.indexOf > -1 to node.classList.contains('ace_editor') (this fixed the error) Uncaught...