Ka Mok
Ka Mok
Hello developers. Currently my team is duplicating the type from the actions with a type declaration in a separate files. ``` type SomeAction ({ foo }: { foo: string })...
`brew install go-delve/delve/delve` after @mtitolo 's workaround works for me. Took me a good 15 seconds to figure it out.
In regards to @maxhillaert's fix, here's a good answer on stackoverflow about this. https://stackoverflow.com/a/42702089/6174577
I'd imagine that if you make the entire app full screen, as in not just limited to when inside a retro in progress, but also in /retros, you can add...
I am unsure if I should start a new feature request, or add it here. But I need to trigger the menu to open at precisely where my mouse clicks...
@joejordanbrown Thanks, I've also thought about doing having a layer of an invisible component to anchor the popover and have it follow the cursor. I've since switched to a static...
@joejordanbrown I figured it out. Putting this ref into the plunkr works: ``` export class AppComponent { @ViewChild(MdePopoverTrigger) target: MdePopoverTrigger; @ViewChild("target") targetRef: ElementRef; showTarget(event) { this.target.closePopover(); this.targetRef.nativeElement.style.top = event.clientY +...
Hi. I'm using MacOS Catalina. I'm not sure why the `json schema path` has to do with yaml not autocompleting. Can you explain? For clarification, yaml is NOT autocompleting. json...
I guess I'll try to make the contribution during my next Friday's "Your Learning" here at IBM. Thanks for your help. I will probably just search for `editor.action.triggerSuggest` in the...
Thanks that helped a lot. I actually took a look at it just now and couldn't figure it out. It helps that both the JSON and Yaml server uses the...