Samuel Laulhau

Results 23 issues of Samuel Laulhau

https://github.com/lalop/awesome-psr7/issues/new

Hello, that should be really helpful to have a method resize and crop an image and the result is the exact dimension. Like we can do in wordpress http://codex.wordpress.org/Function_Reference/add_image_size#Crop_Mode For...

array_pop need to use reference, current will do the same work without error

Hello, I get this error on the developper console : ``` Warning: The component appears to be a function component that returns a class instance. Change UtilityIcon to a class...

stale

**How can we reproduce this bug?** We can reproduce it with this code taken from the documentation ``` What is the deal? Sweet beast sun bathe or chase mice rub...

The invalidate the cache button doesn't work on production, I have to manually call cache:clear

Readme says that this project require slim 3 or newer... It seems that this can be use with any psr7 library that can handle middleware in the same way then...

I think we could add a curated list of middleware in the doc to help user to build their stack.

enhancement
help wanted

According to the documentation you used this library by adding `require('react-native-mock/mock');` to tests. But [react-native-mock/mock](https://github.com/RealOrangeOne/react-native-mock/blob/rewrite/mock.js) require `./build/react-native-mock.js` which is not into the package when getting it via npm. So I...