Loïc Juillet

Results 6 issues of Loïc Juillet

**Couldn't download Augury Canary, link leads to a 404** Augury version (required): 1.25.2 Angular version (required): 9.1 Date: 2020/09/11 OS: Windows 10 19041.508 **Description of issue:** Components within a material...

I'm using the `unregisterNodeType` function which is declared as ``` unregisterNodeType(type: string): void; ``` Problem is giving a string to the function generates an error and stop the process, but...

I'd like to make a graph easier to create by automatically creating and connecting a node to another, for instance for a logic 'Or' block automatically create 2 subblock 'Value'...

How hard would it be to make a node *input* accept multiple type ? I know that you can use the 0 to make an input accept everything but it...

Could you add an option to support a set of predefined scopes?

I'm mainly using the keyboard for working, I struggle with the editor hover feature. I mapped the `showHover` action like so: ```json { "key": "ctrl+alt+enter", "command": "editor.action.showHover", } ``` Problem...