Rachman Chavik
Rachman Chavik
> I think we (me) may have our wires crossed - in my opinion, the ideal would be to encrypt client_secret and hash access_token. Where we are at the moment...
@dereuromark I don't think I'll be able to polish this further to a mergable PR. Also, I'm not sure yet how it would fit/look with the next version that thom...
Awesome. Definitely looking forward for the your new version. Sorry about the inactivity on this repo. The project using this plugin has been put into the back burner and time...
@jaydips2020 how about using the following? ```tsx import { initialWindowMetrics } from 'react-native-safe-area-context'; const App = (props) => ( ) ```
Question: Is there a example for projects created using create-react-ap to use this library with SSR
I think i've figured it out. will try to prepare some docs or example repo
If we use the database, we could use `Aliasable`, eg: `Configure::write('Croogo.defaultRoleId', ClassRegistry::init('Users.Role')->byAlias('public'));` re: constant, i dislike it because it makes testing difficult. and requires the `@` error suppression or `if...
No idea. Anything on `tmp/logs/error.log`?
Okay. That error is the Router not being able to find the image. Does the image exists? I don't think that's related to the process being blackholed though. See if...
We need this addressed in #933
I agree this would be a good feature to have, but I won't have time to work on this at this time. I'd welcome a PR.