Felix Becker

Results 171 issues of Felix Becker

Currently to use in the browser you have to either load the minified bundle, which includes (and duplicates) dependencies that I may already have in my bundle, or bundle with...

Bower is deprecated, would love to use this from npm

## Steps to reproduce ```powershell Get-Help -Full ``` ## Expected behavior No errors ## Actual behavior Output: ```none > get-help Get-ChildItem NAME Get-ChildItem SYNTAX Get-ChildItem [[-Path] ] [[-Filter] ] [-Include...

Issue-Question
OS-macOS
WG-Interactive-HelpSystem

I've recently tried to write a cmdlet that had to use `async` APIs. Doing so turned out to be incredibly difficult, and with help I found an `AsyncCmdlet` class that...

Issue-Enhancement
WG-Engine
Needs-Triage
WG-NeedsReview
KeepOpen

I noticed multiple cross-origin links that do not use `rel="noopener"`, which is insecure and bad for performance. We have an ESLint rule in our ESLint config to enforce this, but...

Would be great to use in other projects

The following path always fails to parse with the error `Missing args (command A, got 5 arg(s))`: ```svg ``` This path was exported from Figma so I'm relatively confident that...

Pass a `ClientRect` to `HoverOverlay` of the token that can be used to draw a semi-transparent rectangle above it.

https://github.com/sourcegraph/event-positions needs #21 because the token would not be its own `span` anymore.

stretch

I took a stab at modelling the current and desired state so we can include it in the README: ```mermaid graph LR State --> CodeView[Code view] CodeView --renders with state-->...