-
We need to figure out how users are supposed to keep their application's tasks up to date. My thinking was ember-app-kit should actually be an NPM module rather than an "app skeleton".
ebryn updated
11 years ago
-
I'm encountering glitches in my animation post 1.2.0-rc1.
For short transitions (~300ms), the timeout appears to be called too soon hence breaking the animation. Increasing the duration in ngAnimate …
-
I have a demo of the problem here:
http://bl.ocks.org/gunn/5159908
I think it may be caused somehow by how data is bound to elements and my passing a key function to the data method.
gunn updated
11 years ago
-
in rails_admin / app / models / rails_admin / history.rb : line 23 on activo branch it should be:
```
results_two = History.find_by_sql(["select count(*) as record_count, year, month from rails_…
-
Hi,
I am using the config described in the example,
``` javascript
grunt.initConfig({
blanket: {
options: {},
files: {
'src-cov/': ['src/'],
},
},
})
```
I get the exception "…
-
- Show detail infomation of speaker;
- speaker header image and github url or blog url.
-
Hi, I just donwload and play the cool code.
A small typo in lib/request.js, the line#1 var mimes = require('mime').mimes;
was var mimes = require('.mime').mimes;
so when I run server, it says can not …
-
William Gunn (@mrgunn) on twitter asked "off the top of your head, do you know a good one liner to aggregate counts by day given timestamps including HH:MM:SS?"
-
I have been forced to upgrade from Rails 3.0.x to the latest version due to 3.0 not being maintained anymore.
In the process I had updated rails_admin to 0.4.3 (and realised the doc could be improved…
ntlk updated
11 years ago
-
I know that a similar issues to this have occurred in the past and have been fixed, but I am having a problem in that Model.save() is still saving the Model to the server event though validation (via …