Leandro Heck

Results 537 comments of Leandro Heck
trafficstars

Yes, I see. It should be using it internally, but it can display a label for the user. Or, even better, a `label (name)` pair.

When I clicked in the Body, I saw this. Maybe following the same pattern (seen in 0.19) may be even better. ![image](https://user-images.githubusercontent.com/1277920/79703411-17825c00-8282-11ea-955f-214506b56a07.png)

I see you are right, you have a good point. My last attempt to help users, maybe splitting this field, with the name being able to edit and the label...

Hi, maybe you just solved your issue, but the process I am doing to install everything from scratch is: ``` curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash - sudo apt...

I was able to fix these violations from my side by doing this ```javascript // Atempt to fix the: // [Violation] Added non-passive event listener to a scroll-blocking jQuery.event.special.touchstart =...

An example using `pcbnew_do` instead of the `kiplot` since it does not implement it yet. Since these errors were filtered out because they were intentional, the DRC Step is passing....

Wow! I am going to test it right now. -- Leandro Heck On Tue, Jun 9, 2020 at 2:25 PM Salvador E. Tropea wrote: > Is almost ready in this...

I am not sure how to use it with `kiplot`. `kiplot --help` and `README.md` do not have any extra info about it. I will call this a bug. ![image](https://user-images.githubusercontent.com/1277920/84187733-de3bc080-aa68-11ea-9dfb-9c139e594bea.png) Do...

Found the example, I am going to test it. ![image](https://user-images.githubusercontent.com/1277920/84195166-7e4b1700-aa74-11ea-95dd-ed70085956fa.png)

Let me check. - `filter` is a user-defined string. - `number` What is this? the Error type? - `regexp` Is the error to filter For instance, I have these 2...