John Bachir

Results 142 comments of John Bachir

@akshay2000 gotcha -- yeah that was from the code i branched off of. i rebased now, it's fixed.

@edavidaja share it with us! :)

Perhaps features like last seen tracking, ip address tracking, and geolocation could be provided by [sign-in guards](https://github.com/thoughtbot/clearance#extending-sign-in), either first- or third-party. So, they can be left out in the initial...

archive.org to the rescue: https://web.archive.org/web/20200511071003/https://www.apollographql.com/docs/react/data/local-state/#migrating-from-apollo-link-state

update: https://github.com/indirect/haml-rails/ will now automagically include the initializer code. so if you are using rails you can just put haml-rails in your gemfile and this is taken care of.

thanks for this i'll share my experience with rails 6.1, i think i didn't need much of what you mentioned ``` + "js-cookie": "^2.2.0", + "shepherd.js": "^6.0.0-beta", ``` ``` /app/assets/config/manifest.js...

This issue is redundant with #55 and perhaps should be closed.

For me, `console.log(JSON.stringify(networkError))` shows: `{"response":{},"statusCode":401,"bodyText":""}`. But `networkError.statusCode` and `networkError.status` do not exist.

> The normal version of lodash-es did you mean "The normal version of lodash"

Here's my attempt at improving the situation: https://github.com/healthie/react-color any feedback welcome!