Andrew Ray

Results 6 issues of Andrew Ray

Minimal example: ``` latex \documentclass{report} \usepackage{minted} \begin{document} \begin{minted}[escapeinside=@@]{nodejsrepl} > test; @\textit{Test}@ \end{minted} \end{document} ``` This produces the following pygtex file: ``` latex \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8\relax}] \PYG{+w}{ }\PYG{o}{\PYGZgt{}}\PYG{+w}{ }\PYG{n+nx}{test}\PYG{p}{;} \PYG{+w}{ } \PYG{esc}{\textit{Test}}\end{Verbatim} ```...

pygments

Pygments does not recognize JS/TS private identifiers (which start with a pound sign, e.g. `#page`). Minimal example: ``` ts class test { #testprop: string } ``` Expect no highlighting for...

From https://github.com/gpoore/minted/issues/388: The nodejsrepl lexer tends to place escaped content too late in the output. Command for all inputs is: ``` pygmentize -l 'nodejsrepl' -f latex -P escapeinside='@@' ``` InputOutput...

### Is your feature request related to a problem? No ### Describe the solution you'd like. WebdriverIO should support the use of Selenium Grid manged downloads. ### Describe alternatives you've...

help wanted
Idea 💡

### Have you read the Contributing Guidelines on issues? - [x] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-issues). ### WebdriverIO Version 8.33.1 ### Node.js Version 20.12.2 ### Mode Standalone...

Bug 🐛
Reproducible Example Missing

A user reports that their session boards are sometimes still accessible after logging out because the cache is not properly invalidated on logout.