C.Ezra.M

Results 17 issues of C.Ezra.M

At https://blissfuljs.com/docs, the table of contents is supposed to show under "Contents", but it doesn't. No exception has occurred.

After installing from pip, I got this deprecation warning: ![PowerShell session](https://user-images.githubusercontent.com/70766223/198900317-877e479f-79c9-4d6d-9aaa-7df91871f932.png) This isn't related to the functionality of forbiddenfruit, but to how it's distributed via pip. In text, it looks...

The page https://pokepast.es/syntax.html is unstyled because of the CSP `script-src` and `style-src` rules being set to `'self'`. The following appeared in the browser console: ```md Content Security Policy: Ustawienia strony...

There's already a `with` statement, taken directly from C++, which has static typing. It's not commonly used in JavaScript, mostly because of dynamic typing and the fact it's disabled in...

Having a FAQ page makes it easy for people to answer their common Rhai why's. The structure should at least partially replicate that of the [Python FAQ](https://docs.python.org/3/faq/index.html). An example question...

The MATLAB lexer does not recognize nested multiline comments. The below code is proof that Highlight.js (the lib used by GitHub) gets it right: ```matlab % These are the derivatives...

Occurred to me while trying to use list-separator. This is a temporary solution until this section of code can be properly DRYfied.