Glenn 'devalias' Grant

Results 371 issues of Glenn 'devalias' Grant

- https://developer.chrome.com/blog/mv2-transition/ - > Manifest V3 is more secure, performant, and privacy-preserving than its predecessor. It is an evolution of the extension platform that takes into consideration both the changing...

enhancement

In the Code Review Tools -> JavaScript -> Static Analysis -> Deobfuscate/Unpack section: - https://book.hacktricks.xyz/network-services-pentesting/pentesting-web/code-review-tools#static-analysis I've been maintaining my own more comprehensive list of tools/helpful resources in this gist: -...

It would be really cool if AST Explorer was able to support 'Semantic' and/or 'Tree-Sitter': - https://github.com/github/semantic - > Parsing, analyzing, and comparing source code across many languages - https://github.com/tree-sitter/tree-sitter...

I see that the last version (`2.19.5`) was released back in 2019, and the last commit in this repo (b83528333ba4d27cf70b81cc2be12e09d7ff692f) seems to be from 2020, which presumably means it hasn't...

The current regex within `remove_items_in_codeblock` doesn't properly match codeblocks nested inlists, which results in invalid ToC generation (often meaning large chunks of actual content get incorrectly filtered out due to...

# Purpose Currently update on save happens for 'Markdown' files: - https://github.com/naokazuterada/MarkdownTOC#automatic-refresh-of-toc-when-markdown-document-is-saved Which is defined as: - https://github.com/naokazuterada/MarkdownTOC#supported-file-extensions - > Make sure your file's extension is in the following list....

``` ⇒ npx exec-graph ./graphs/core/flow/Branch.json Need to install the following packages: [email protected] Ok to proceed? (y) y npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@behave-graph%2fscene -...

Currently, when diffing minimized bundled JavaScript code, there's a significant amount of 'noise' due to the bundler often changing the minified variable names between builds. This can obscure the real...

feature request

**Is your feature request related to a problem? Please describe.** Currently, when diffing minimized bundled JavaScript code, there's a significant amount of 'noise' due to the bundler often changing the...

enhancement

### The feature request Currently the `git diff` output in GitHub Desktop shows changes, and marks character changes within those more explicitly, but it has no support for the equivalent...

enhancement