Timm Stokke

Results 18 comments of Timm Stokke

Wow, thanks for the quick responses @jippi and @jose_zap :) It doesn't appear to make a difference, though: ``` php //AppController.php public function beforeFilter() { if ($this->request->plugin === 'Opauth') {...

- Debug info (from beforeFilter, in my above example) is shown at the very beginning of the rendered page (if that's what you mean?) - As far as I can...

Absolutely! I'll come by shortly, thanks :)

Thanks to @jippi, I got it working by: 1. Init the Crud component like this: ``` php public $components = array( //.... 'Crud.Crud' => array( 'enabled' => false, // ADDED...

For those who still haven't got it running, this helped me: http://mikefowler.me/2013/10/14/static-styleguides-kss-node/ (If you're also new to Grunt, check out http://24ways.org/2013/grunt-is-not-weird-and-hard/ to get that set up) Is there any word...

2.0.2 and 2.0.4 both broke my build, reverting to 2.0.1 fixed it. My errors, to help those coming via search engines: ``` WARNING in ./~/reqwest/reqwest.js Critical dependencies: 24:13-26 the request...

@chentsulin Makes sense to keep it separate for complexities sake. I'd be _very_ interested in a demo of how to, though!

I can confirm that @acao's approach works fine. Thanks!

Another thing to keep in mind: Polyfills weren't set up by default when I cloned this project, so you might want to include that when building for the web (assuming...

We are considering `react-beautiful-dnd` as `react-dnd` replacement, but no copy would be a showstopper for us. @alexreardon Is this still feature request something you're considering? Does the workaround outlined [here](https://github.com/atlassian/react-beautiful-dnd/issues/216#issuecomment-375610716)...