Axel D.

Results 63 issues of Axel D.

### Description I feel it's hard to grasp the logic behind the Sliding Window limiter from the documentation. The red and blue lines of the diagram in the documentation don't...

Source - Docs.ms
doc-enhancement

# A Scroll Bar Should not Overlap A Component's Content ## Describe the bug When a [ScrollViewer](https://docs.microsoft.com/uwp/api/windows.ui.xaml.controls.scrollviewer) scroll bar is displayed, it overlaps the component's content. This is unexpected behaviour,...

feature proposal
area-Scrolling
team-Controls
team-Design

## Feature request I propose to add a new command to Webpack CLI that outputs a project's current configuration in full detail – including default values. The output should be...

question

The current documentation doesn't clearly differentiate between the core GraphGL standard and implementor specific extensions (e.g. Relay). See [this discussion on **graphql/graphql-spec**](https://github.com/graphql/graphql-spec/discussions/1083). Please, add a documentation page depicting … (a)...

## Describe the problem this feature would solve As a programmer, I'm rather focussed to handle apps using the keyboard than using the mouse or other gesture device. That's why...

enhancement
planned 📑

### Description I'm currently editing a **non** well-formatted XML file, and I need to find a tag's corresponding closing tag (and vice versa). It looks like XML Tools don't provide...

Feature

When I switch to Linux (WSL 2) containers, executing the following PowerShell script fails: ```ps @" FROM busybox RUN echo Test "@ | docker build - ``` ``` failed to...

lifecycle/frozen

For my local repositories I'm using the GitHub standard of writing my `ReadMe.md` file to the root of the repository. Currently, when I write `generate-md --input . --output .html --layout...

I referenced an image using a relative URL: `path\to\image.png`. This path isn't updated when `--input` and `--output` folders differ. Please, update relative links in MD files appropriately.

## Describe the bug (and Steps To Reproduce) Building the following simple Dockerfile: ```dockerfile # escape=` FROM mcr.microsoft.com/dotnet/framework/sdk:4.8 ARG RepositoryPath ENV RepositoryPath=${RepositoryPath:-"C:\Repo"} VOLUME $RepositoryPath USER ContainerUser ``` … using: ```powershell...

bug
🔖 ADO