Rousseau Julien

Results 23 issues of 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":...

help wanted

Good with following line: ![image](https://user-images.githubusercontent.com/3296671/97334038-84536000-187c-11eb-933b-52024e852238.png) But after prettier: ![image](https://user-images.githubusercontent.com/3296671/97334075-8fa68b80-187c-11eb-8c76-808fa8280938.png) 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...

bug
help wanted
good first issue
next major release

For example ``` searchUsers = ( data: UserFilter, query?: { page?: number; size?: number; sort?: string[] }, params: RequestParams = {}, ) =>... ``` These params are generated on version...