Bryan Jones
Bryan Jones
Currently, the error object that CoffeeLint returns to describe each error has these properties: ``` rule lineNumber level message context ``` I would like to see an "evidence" property added...
Hi all, There are 22 outstanding PRs, some of which resolve security vulnerabilities caused by Changelog's outdated dependencies. None of those have been committed. Some of them have been outstanding...
Hi Ben, I talked with an Apple Engineer today about the effects that the new App Nap API will have on background apps in 10.9. Essentially, the system is going...
Hi Robbie, ### Summary: The call to `-stop:NO` in `-dealloc` of `HTTPServer.m` can produce memory corruption because there is no check to see if the server has already been stopped....
I updated macOS to version 12.5 a couple days ago and have discovered that Al Dente is no longer functional. Starting from a fully-charged state, when I set a desired...
If you try to quit CodeKit while the app is compiling or optimizing images, it will crash quite ungracefully. Fixing this is going to take a bit of work, so...
How about adding UnCSS ( https://github.com/giakki/uncss ) in the special language section to check and remove if there is unnecessary and unused css in your stylesheets in the post processing....
It would be cool if Codekit would be able to optimize not only raster formats but as well as SVG files. SVG optimiser is a neat online tool which might...
Ability to install frameworks into projects to lock the project to that framework version.
I have a project that lives in /Users/danboulet/Sites/project/. I’ve set the output folder for JavaScript files to /js relative to The project root folder. I would expect the files to...