Axel D.
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...
# 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 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...
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...
### 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...
When I switch to Linux (WSL 2) containers, executing the following PowerShell script fails: ```ps @" FROM busybox RUN echo Test "@ | docker build - ``` ``` failed to...
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...