Steve Clay

Results 64 issues of Steve Clay

Also cleans up post fetch because post.js no longer handles "category"

We add State export/import buttons. Export gives you a string encoding the full registers/RAM. Import does the reverse. Ideally we could allowing embedding a state string near the top of...

enhancement

**What is the purpose of this pull request? (put an "X" next to item)** [ ] Documentation update [ ] Bug fix [ ] New feature [ ] Other, please...

- [ ] rewrite with useSyncExternalStore. **What is the purpose of this pull request? (put an "X" next to item)** [ ] Documentation update [x] Bug fix [ ] New...

Had a couple ideas for you I could help implement if you're interested. 1) Make the frets a bit less wide to fit more in the viewport. 2) Have the...

For the TDP activity search, the title(s) of file attachments are added to the search index for each activity page. --- ## Additions An additional elastic search field is added...

In both cases JShrink treats these as division followed by unterminated string: ``` js return /'/; typeof /'/; ```

Type: Bug

This may be a corner case but JSMin handles it so I figured I'd document it. Input: ``` js //@cc_on/* statement; //@cc_on*/ ``` So basically in IE6 this should cause...

Type: Bug

Language keys "view_title:the/view/name" and "view_desc:the/view/name". Description would allow learning about views in the inspector, but title helps components that often need a user-facing label to go with a view. E.g....

Surely someone does this already.

ui