Martin

Results 3 issues of Martin

Hello, I wonder why the toggle event is being fired twice when clicked. This is my code and it outputs the console.log twice each case: ``` $('.toggle').on('toggle', function(e, active) {...

Hello, I think sequelize-auto should use sequelize.now instead of current_timestamp as default value for the models because otherwise sequelize will throw an excpeption/warning: Deprecation warning: moment construction falls back to...

Hey, I am using: ```js app.use( sass({ src: path.join(__dirname, '/common/sass'), dest: path.join(__dirname, '../wwwroot/stylesheets'), prefix: '/stylesheets', }) ) ``` but it will only pick up the sass file if I call...

enhancement