Aaron Spaulding
Aaron Spaulding
The doc strings on cached functions are not passed through and will be blank when retrieved with tools like sphinx. This could be easily fixed by using `functools.wraps`.
sqwish incorrectly combines pseudo-classes with the previous selector when it is unqualified. styles.css ``` css .class :first-child { color: red; } ``` styles.min.css ``` css .class:first-child{color:red} ``` Qualifying it with...
When a build is started (ctrl+b) the linter will sometimes hang. It doesn't always happen and it happens more the longer Sublime Text is running to the point where every...
The latest version of JSOM (5697 and development version 5704) with the Kendzi3D plugin installed and set to auto start causes JSOM to freeze when using the menu. Steps to...
This PR fixes the crash by ignoring any file that throws an encoding exception while its being read.
When using the `java.classPath` setting each JAR file needs to specified separately. It would be helpful if it allowed wildcards because it alleviates manually updating this setting every time a...
When using `read_all` or `bytes_read` with a Vec of empty structs and at least one byte to read, Deku will enter into an infinite loop. **Actual Behavior** The code compiles...