-
A dist type "file" should be introduced which downloads a plaintext file and keeps it as-is. This is useful if a dependency consists of a single file which is not distributed in an archive. For exampl…
-
If I download files (using configurator) to run Scrollview (with all plugins) and load them from my server (I need SSL), IE doens't work.
It reports in "object doesn't support property or method '_fix…
-
YUI 3.13.0 - What happened to the /yui3/build/assets directory? This folder existed in previous YUI3 releases, but not 3.13.0. I do not see any mention of this in the release notes.
After updating ou…
-
Our biggest gain for improving site speed is this:
Losslessly compressing http://lostechies.com/wp-content/themes/lostechies/images/lostechies_logo.png could save 538.9KiB (91% reduction).
From http…
-
On ./lib/paperclip/thumbnail.rb#102 there's an explicit check to confirm that the image extension is "gif". This is preventing perfectly valid animated gif images (see examples) from being recognized …
-
```
var arr=[];
arr[2]=null;
arr[3]=null;
arr[8]=2;
arr[10]=2;
arr[11]=5;
arr[14]=5;
arr[16]=8;
arr[19]=8;
arr[26]=undef…
-
This is a feature request.
It would be nice to have `app/tmp` (or `app/temp`) and be able to refer to this via `kernel.tmp_dir` (or `kernel.tmp_dir`). I believe this goes hand-in-hand with `app/cache…