Rachman Chavik

Results 94 comments of Rachman Chavik

Can you try with the following change: ```diff diff --git a/Core/src/Template/Element/admin/javascripts.ctp b/Core/src/Template/Element/admin/javascripts.ctp index 7e753793..d5437e2f 100644 --- a/Core/src/Template/Element/admin/javascripts.ctp +++ b/Core/src/Template/Element/admin/javascripts.ctp @@ -9,23 +9,23 @@ if (!$this->getRequest()->is('ajax')) : ]); echo $this->Html->script([ 'Croogo/Core.jquery/jquery-ui.min.js',...

Not easily done with cakephp 2.x. Let's revisit this with cake 3.x

We can already do this in `beforeActivation()` and `afterActivation()`. But I'm guessing what you want is an easy way to reload/recreate the grants? Hence, the button in the plugin listing....

I came across a workaround (albeit intended for a different package), but it seems to solve for me: Wrap your content with `TouchableOpacity`. Ref: https://stackoverflow.com/a/57960538

> I came across a workaround (albeit intended for a different package), but it seems to solve for me: Wrap your content with `TouchableOpacity`. > > Ref: https://stackoverflow.com/a/57960538 Note: This...

@jeremyhaile i went for the easy route for now. @kia84 yeah.. that was copied from the original. i see travis failed for some tests as well, but before i fix...

> The fix noted by @elabayoub doesn't seem to be compatible with version 2.1.5 unfortunately. The index.js file is different and I can't seem to quickly find the equivalent change....

> > > The fix noted by @elabayoub doesn't seem to be compatible with version 2.1.5 unfortunately. The index.js file is different and I can't seem to quickly find the...

It was working with 0.54. But when upgrading to react-native 0.59.10, I also encounter the same issue. It seems that the cause is because react-native is trying to minify an...

> same problem. how to solve this problem https://github.com/imchintan/react-native-crypto-js/issues/5#issuecomment-510747872