Rousseau Julien
Rousseau Julien
Hey! Thx for this plugin. I suggest these 2 rules to check if the filename matches with lit class name and if the filename matches with element name.
Any way to see log in case of error? I'm trying to use this script to see CPU temperature: ``` { "type": "shellScriptTitledButton", "width": 80, "refreshInterval": 2, "source": { "inline":...
Good with following line:  But after prettier:  Syntax highlighting seems to be broken
90% of the time we don’t change the tagName of the component. Maybe it should be a good idea to add a “mode” on scopedElements to avoid tagName? Something like:...
Hi, Thx for your big work on this project. I have tried to do a plugin to list and open my projects quickly. my .tmux file ``` #!/usr/bin/env bash CURRENT_DIR="$(...
Allow nested property names. This PR closes #72.
Hi ! First, thx for your component, it helps us a lot. We use an other component to translate our text, the headers are set dynamically. **The problem is that...
Hello, It is just a simple boolean which used to set tue "selectedToolbar" in disabled state or not. Because currently if you want use the toolbar when items are selected,...
Hey, We commit the generated API code to follow change through our stories. It's good but the order of each interface change at each generation. First generation: ``` interface A...
For example ``` searchUsers = ( data: UserFilter, query?: { page?: number; size?: number; sort?: string[] }, params: RequestParams = {}, ) =>... ``` These params are generated on version...