Dan Bjorge

Results 51 issues of Dan Bjorge

## Describe the bug Our documentation/help text/input descriptions for Scan URL Relative Path inputs consistently suggests using a value of `//` on Windows, but this is incorrect. This input is...

bug
status: ready for work

Currently, if you trigger the action via a forked repo (or a native dependabot PR), [the `GITHUB_TOKEN` provided to the workflow does not have write permissions for checks](https://docs.github.com/en/actions/reference/authentication-in-a-workflow#permissions-for-the-github_token), so you...

bug
status: ready for work

One of our Azure DevOps pilot teams suggested that they would have liked to see our onboarding docs link to working demo/example pipelines, so they could get a better idea...

feature request
status: ready for work

The baseline support added to the ADO extension v1.1.0 is sometimes overly sensitive to non-accessibility-related changes in the page. In particular, if a baselined failure's axe-core-suggested HTML snippet ends up...

status: await community interest

In https://github.com/microsoft/accessibility-insights-action/pull/628, I initially created the PR from a fork, and in our self-validation job, the action failed to add our custom check due to #629 I re-created the action...

bug
status: blocked

**Description/Screenshot** This package's README contains no indication that it is not intended for use with Node.js applications. The closest thing to documentation about use from a non-DOM environment that I...

documentation

**Description/Screenshot** The [v2.8.0 release notes](https://github.com/microsoft/ApplicationInsights-JS/releases/tag/2.8.0) include this line: > fetch Ajax tracking was also been change to be on by default from this version moving forward, if you are running...

Proposed fix for #606 I've never contributed to a stylelint rule before, so apologies if I've made any structural mistakes here. In particular, I felt a bit uncertain about adding...

Squash

Comments like this: ```scss // First paragraph of a long comment // // Second paragraph .some-rule { /* ... */ } ``` ...trigger a false positive from `scss/comment-no-empty` on the...

### Description of the problem being solved: (this PR builds on @Nostrademous 's #4768 and also incorporates lots of feedback and research from @zao) This PR rewrites PoB's asset rendering...