-
BAD_STATE_ERROR happens when `writeAttribute` is written on a destroyed record. The error message is:
```
Internal barf Inconsistency
```
This is **extremely** unuseful. The error should contextua…
-
but the code suggests it should work with any number and native Date object as well.
var authCookie = SC.Cookie.create();
...
authCookie.set('expires',SC.DateTime.create({ hour: 23 }));
the code abo…
-
We need a way to define the order how the files are concatenated.
## List Configuration File
One solution could be to have one configuration file where you are able to define a order.
### Pro
- simpl…
-
The alert pane buttons have width and height 'auto', which becomes 0x0 px. I've verified this in the latest Safari and Firefox.
-
The documentation on the matrix settings is particularly poor.
-
1.5.0.pre.3 introduces a regression with respect to `RecordAttribute` native `Date` from transform . If `SC.none(date)`, it should return the value of the date (as the first line of the function).
-
If edgedocs has a search box, then I can create a Chrome search shortcut and I will be happy.
drnic updated
13 years ago
-
On my Mac 10.6.4 system webrick no longer processes ctrl-C interrupts properly using any rack including and after this commit
http://github.com/rack/rack/commit/e516d89ffcdad1c9d58432aaaff4a382ed39…
-
I wonder if Ki works with Node.js?
If it does, how do I include it?
Thanks.
ghost updated
13 years ago
-
Need to figure out how to programmatically trigger user events for unit testing. Currently, this is hit or miss and in order to properly test certain UI components, there needs to be a way to constant…