Dave

Results 89 comments of Dave

~~@amyblais Is there any way to view that thread without creating an account?~~ Nevermind, it basically says the same thing that you posted. I've installed teams edition and the button...

I've encountered the same problem. Only the first `describe`/`it` pair shows up, yet all tests run from the command line. Here's my config: ``` javascript module.exports = function(config) { config.set({...

Unless I'm mistaken, I thought you could use the same ID in multiple templates, as long as the text was the same. I know that in the past I've had...

Just confirming my own thoughts here. With these files: `app.component.html`: ```html First ``` `test.component.html`: ```html First ``` `app.component.html` ```ts export class AppComponent { title = $localize`:@@test-first:First`; } ``` There are...

I'm not sure about this example: > ``` > /*eslint quotes: ['error', { precedence: ['single', 'double'], 'avoidEscape': true }]*/ > > // good > foo = 'has a single \'...

Check out #3701 and #701. It would be nice to get some momentum behind getting the micro player released.

Are you accepting pull requests for this? I've prototyped a change, and it works well (plus it's a reasonably small change!). It adds a `DefaultValue` property and extension method to...

@patriksvensson Are you accepting pull requests for this?

I've just run into this problem as well. Thanks for pointing out that a relative path can be used as a workaround. I didn't think to try that.