Dolan

Results 153 comments of Dolan

Please merge this in, I need this in my project!

@ErikKalkoken How do I switch to Bearer token? Got a code sample?

Can you provide a solution for making it so that it copies it rather than using it directly? So in the app im working on, we change "tabs" and each...

@KacperMadej I have made a StackBlitz to demonstrate the problem: https://stackblitz.com/edit/angular-soounx

> Also experiencing this problem and it is fixed with JSON.parse(JSON.stringify());... An optional param for mutability would be nice. Quote: > Let's keep this issue as a tracked for the...

I would still like this as a feature too

Ok, I fixed it with this work around https://github.com/shlomiassaf/angular2-modal/issues/280 Not great, but at least it does the job

Very simple, but I pass my own version of monaco ```ts const model = monaco.editor.createModel('', 'typescript', monaco.Uri.parse('inmemory://model/widget.tsx')); model.updateOptions({ tabSize: 2 }); this.editor = monaco.editor.create(this.editorContainer.nativeElement, { model, language: 'typescript', theme: 'vs-dark',...

Still down as of 10th Dec