Sid Vishnoi

Results 86 issues of Sid Vishnoi

### Is your feature request related to a problem? Please describe In some organizations, workflows have a lot of common custom steps across repositories/workflows. To ease with this, people create...

enhancement
proposal

The expectation was that all the filters are relative to the specified `working-directory`, but it's not the case. Doesn't work: ```yaml working-directory: 'my-base-dir' filters: | fn: - 'my-sub-dir/**' ``` Works:...

**Describe the bug** With GFM enabled, URLs wrapped in quotes are linked, but the closing quote is also included in the final output (Lexer output to be precise) **To Reproduce**...

L2 - annoying
category: links

GitHub mentions are added even when they shouldn't be, creating broken on unwated hyperlinks. ## Expected Behavior ```markdown * use Array@flat instead of utils@flatten ``` I think mentions should be...

If a commit message contains HTML (like only opening tags), it is not escaped causing rendering issues. ## Expected Behavior HTML in `Subject` should be wrapped in markdown backticks: ```...

It appears to be a lot faster! Building respec-highlight (rollup: 2.1s, esbuild: 0.7s): ```bash # rollup $ time rollup -c worker/rollup.config.js worker/respec-highlight.js → builds/... created builds/ in 1.1s npx rollup...

refactoring
maintenance

Closes https://github.com/w3c/respec/issues/3483 First attempt at sortable tables. - Need to check for accessibility (announcements and relations that is. keyboard works ok thanks to ``) - Only supports ascending/descending and once...

See https://github.com/w3c/respec/pull/4112

bug

[Prism](https://prismjs.com) has: - arguably better syntax highlighting - much simpler language loading - scope for some nice extensions. Syntax highlighting comparison (color schemes are slightly different): | Highlight.js | Prism...

refactoring