fritz
fritz
Hi. I have been pulling my hair trying to work out why BracketHighlighter wasn't working, and it was all because ColorHighlighter makes its own copy of a theme which is...
Hi I get the following error when running less-plugin-clean-css via gulp windows: ``` Potentially unhandled rejection [2] Error: ENOENT, open 'C:\SOME\PATH\$stdin' at Error (native) ``` No error in OS X....
Hi My config ``` module.exports = function(config) { config.set({ browsers: ["ChromeCanary"], coverageReporter: { type: "html", dir : "./docs/js-coverage" }, files: [{ pattern: "test.bundle.js", watched: false }], frameworks: ["jasmine"], preprocessors: {...
# Rule request "WPS600 Forbid subclassing lowercase builtins" should allow the following ```python class PizzaToppings(str, Enum): MARGHERITA = "MARGHERITA" MARINARA = "MARINARA" ``` ## Thesis Enums are a bit akwkard...
Hi, thanks for the great library. I am to have two version of a schema, one with the fields optional and default values, the other with all fields required. If...
Added a description of the plugin in the README Closes #11
This is one of the recommended plugins, yet I have no idea what this does. There are no instructions, no screenshots, nothing. From trial and error I discovered that it...