andy

Results 6 issues of andy

**Is your feature request related to a problem? Please describe.** At the moment, control flow flattening creates a lot of switch statements, which use incremental identifiers and are easy to...

**Is your feature request related to a problem? Please describe.** Just another way of making the code slightly harder to deobfuscate. **Describe the solution you'd like** Convert ternaries. `predicate ?...

The emitted output uses self-closing tags for empty elements, this could cause some edge cases because self-closing tags aren't real. `` is the same as ``, the slash is ignored....

Under https://napi.rs/docs/concepts/values#array, there is a warning banner that converting an `Array` to a `Vec` is `O(2n)` complexity. This provides very little information, and doesn't make much sense, as Big-O notation...

The current clay website is a mess accessibility-wise, to put it nicely, this is because screen readers assume some amount of hierarchy and semantic data. To a screen reader, the...

### What is the problem this feature would solve? Right now, the Secrets API (at least on Windows), goes to WCM (Windows Credential Manager), and asks for `${service}/${name}`. As good...

enhancement