Wes Turner
Wes Turner
- "What is the most efficient way to create HTML elements using jQuery?" https://stackoverflow.com/a/327068 - ... https://jsperf.com/jquery-vs-vanilla-createelement
- [ ] ["RULE #5 - URL Escape then JavaScript Escape Before Inserting Untrusted Data into URL Attribute Subcontext within the Execution Context"]( https://www.owasp.org/index.php/DOM_based_XSS_Prevention_Cheat_Sheet#RULE_.235_-_URL_Escape_then_JavaScript_Escape_Before_Inserting_Untrusted_Data_into_URL_Attribute_Subcontext_within_the_Execution_Context) - "In what situations can element.setAttribute...
Apidocs would display the docstrings as Sphinx HTML with 'view source' links.
The (undocumented) -M option to apidoc puts the top-level module documentation first: https://bitbucket.org/birkenfeld/sphinx/pull-requests/236/1456-apidoc-add-a-m-option-to-put-module/diff Module docs could be moved to the top-level docstrings?
Doctest format could be helpful for maintenance.
The IPython ``%doctest`` command changes the prompt so that tests cases and examples with input and output can be copied to docstrings (and potentially also tested along with the rest...
> [...] why don't we just use per-cell language-server as we already do with cell magics for IPython? This should be simple to implement. Are there any obstacles?
jupyterlab/debugger could/should/must also support multi-language notebooks. Are there similarities in implementation of the multi-language abstractions for LSP and for jupyterlab/debugger DAP support? - https://github.com/jupyterlab/debugger - xeus-python is the only kernel...
The diff looks good from here. Though I haven't launched it recently
IDK if the default redirect to HTTPS in #1992 is a bad way to accomplish HTTPS-only whole (while it's not yet appropriate to add HTTP STS yet)? IIRC, the regex...