Elon Mallin

Results 7 issues of Elon Mallin

Issue Type: Bug 1. Open azdata and open the `workspace.code-workspace` file below like (File -> Open workspace -> select the file): ```json { "folders": [ { "path": "." } ],...

Bug
Area - Connection
Area - Shell
Triage: Done

Documentation says window.location.pushState but the correct path should be window.history.pushState. (Noticed the guidelines says there should be an issue for each pull request but I'm already here and didn't create...

cla: yes

### Description If you have any element inside the paper-dialog that has the class "buttons" it will get some css applied from the paper-dialog. This happens with the shady dom...

`yarn audit` fails with `error Error: Unexpected audit response (Missing Metadata): false` when some combination of dependencies exist. # Repro 1. Create a package.json ``` { "name": "yarn-audit-bug", "dependencies": {...

Add settings and deps for mocha-test-explorer extension

I'm trying to run a simple test in my project but I'm stuck on autoload problems. How do I run this image? Simply doing: `docker run --rm -v ${PWD}:/app --rm...

It seems like binding the `text` property in angular doesn't work. My `app.module.ts`: ``` import { registerElement } from "nativescript-angular"; registerElement("NumericKeyboard", () => require("nativescript-numeric-keyboard").NumericKeyboardView); ``` My html file where I...