Ilya Shumeyko
Ilya Shumeyko
This change introduces `Faker.String.hexadecimal/0` and `Faker.String.hexadecimal/1` for a generation of random hexadecimal strings of a given length. I've added: ~~- [ ] USAGE.md docs if applicable~~ - [x] CHANGELOG.md
When running ChicagoBoss with session_adapter set to mnesia, application crashes after hot code reload attempt. For more information: https://groups.google.com/forum/#!topic/chicagoboss/sKN7Bvpeskc
I ran into a need to flatten complex `GeometryCollection` into a non-complex `MultiPolygon` geometries. I'm wondering if there is a place in `geo` for this feature (maybe, `lib/geo/utils.ex`?). Or probably...
This PR removes `onClick` handler from `getRootProps`. This allows to have a click event with `getInputProps` on a particular element (button) and use wider area for `getRootProps` to enable dropzone.