Kevin C

Results 118 comments of Kevin C

Some resources I found to help: - https://github.com/synbioz/odata_server/ has Rails 5 support incoming (via https://github.com/synbioz/odata_server/pull/1), new features and bug fixes - https://github.com/timbogit/odata_server/commits/rails_5_2 has Rails 5 support (but the commit history...

Not good! Would you mind submitting a PR to fix this please?

It's been about a year with no updates on this / 6 months since any branch activity for the refactor. I'm curious if this is still in progress, or in...

Out of curiosity, how hard would this be to do without relying on a navigator? I'm using this repo in its current state with `null` passed as the `navigator` prop...

@alexkuz are you able to review this, please? The library breaks without it.

See https://github.com/alexkuz/redux-devtools-inspector/issues/73 and https://github.com/detroit-labs/redux-devtools-inspector/pull/1 for more context.

Feel free to use this workaround in your package.json until #72 is merged: ```json "redux-devtools-inspector": "detroit-labs/redux-devtools-inspector#940efcdc6bdf2f54bdafaa390bb6f2d1c73fadca" ```

As a safer workaround, you can use @detroit-labs's [fix](https://github.com/detroit-labs/redux-devtools-inspector/pull/1) by updating your package.json: ```json "redux-devtools-inspector": "detroit-labs/redux-devtools-inspector#940efcdc6bdf2f54bdafaa390bb6f2d1c73fadca" ```

Feel free to use this workaround in package.json until the PR is merged: ```json "redux-devtools-inspector": "cooperka/redux-devtools-inspector#cdb11f9fd2b118b62e249f9dd58329c1e8f9a639" ```

Update several years later: https://github.com/synbioz/odata_server seems to have the most up-to-date README with setup instructions (and new features).