Nicolás Gómez
Nicolás Gómez
#263 causes several (31 of 50) tests to fail due to `NameError: undefined local variable or method current_user` or similar. The solution was moving `getter_name.rb` from `lib/knock/authenticable/getter_name.rb` to `lib/knock/getter_name.rb`
You can't have multiple entities where one of them has permanent tokens. This configuration would fail: ``` Knock.token_lifetime = { user: nil, admin: 7.days, } ``` Because `token_lifetime` method assumes...
In [react-photo-gallery](https://github.com/neptunian/react-photo-gallery) there is a small space between each image in the preview from README.md. This is called `margin` and it is used [here](https://github.com/muZk/image-collage/blob/master/src/layouts/justified.js#L61) and passed down [here](https://github.com/muZk/image-collage/blob/master/src/index.js#L19). By adding...
As you can see in [react-photo-gallery](https://github.com/neptunian/react-photo-gallery) there are 2 layouts: row and column. In this library, we have both algorithms but the `createCollage` function is always using the `row layout`...
I had a problem compiling this library in android (using react-native 0.55.3). Changing this line solves the issue.