Lorin Halpert
Lorin Halpert
Should have a 'not digit' result?
Opened first demo on phone, does not draw in canvas area.
`Deprecated: Function ReflectionType::__toString() is deprecated in \vendor\digitalnature\php-ref\ref.phpon line 2060`
Since no new PRs have been accepted in a while, nor have issues been getting resolved - perhaps it's best to mark this project as abandoned so someone else may...
To reproduce: ```php $foo = @r('works'); $bar = @r('oh no'); echo $bar; ``` Interestingly if you echo $foo out first, both render ok...
### FAQ - [X] Yes, my issue is not about [variability](https://github.com/GoogleChrome/lighthouse/blob/master/docs/variability.md) or [throttling](https://github.com/GoogleChrome/lighthouse/blob/master/docs/throttling.md). - [X] Yes, my issue is not about a specific accessibility audit (file with [axe-core](https://github.com/dequelabs/axe-core) instead). ###...
Currently, explanations of complex features are either in the primary JSDOC block prior, and/or are interspersed internally as standard commentary within. My proposal allows segmenting process commentary, potentially down to...
**What pain point are you perceiving?** Since MarkedJS's inception most major versions have increased time needed to complete parsing. The numbers shown below were captured on second page load /w...
**Marked version:** 2.0.0 **Describe the bug** [JSDOC-to-Markdown](https://github.com/jsdoc2md/jsdoc-to-markdown/) generates the following markdown: ```md #### HOOK.add(dstObj, triggers, fn, [priority]) ⇒ Number ``` which Marked then dutifully transforms into this monstrosity: ```html ```...
**Describe the feature you want:** Option to visibly hide all OTP codes in popup, click-to-copy should still function as normal by clicking issuer/account name. **Why do you want this feature...