jjspace
jjspace
This is a rather old issue but I just ran into this same problem. What was worse was that in my situation logging out the parsed objects, the `Object.entries` and...
> Maybe this inherit from default profile could be a setting as well What if it was set up in a similar way to how `.eslintrc` can "extend" other configurations?...
Also not directly related to current conversation but the term "Profiles" threw me off at first. I was expecting something along the lines of User profiles like multiple Chrome accounts....
Looking good! Are you able to make the handle pixelized? would be cool and fit a little better with the framework.
Trying to clean up my GH and removing old issue assignments. I haven't worked on this in a long time (obviously) and probably won't have time to any time soon....
This is related to #40, #72, #75. It has to do with the `font-smoothing` property and how it's handled on different systems/browsers. @robotrono what OS are you on?
Right so as I mentioned in my PR pertaining to this, according to [caniuse](https://caniuse.com/#search=font-smoothing) the `font-smoothing` property only applies on OSX platforms so won't change anything on other platforms. In...
Any update on this? We just ran into this problem for our application while trying to test that the correct svg icons are generated by our components.
I came looking for exactly this. I was getting confused/frustrated that the CSVLint and highlighting wasn't working for our "valid" quoted multi-line values, especially given that I saw the option...
I spent some time looking into this myself and I came up with 2 solutions. Either you can change the `log()` function in `content.js` to check for a debug setting...