Kevin Pheasey
Kevin Pheasey
I'd love to see this merged
I'm having this problem too. I have a lot of calculations inside of a model that are based on associations and they just won't load. The only solution is to...
I have a forked branch with the fix frankel@d566743; https://github.com/kpheasey/octopus/tree/replica-associations. I've just been using that since we don't use sharding, only replication.
Solution was to use a custom attribute convert the uploader to json. ```ruby # app.serializers/user_serializer.rb class UserSerializer include FastJsonapi::ObjectSerializer set_type :users cache_options enabled: true attributes :id attributes :avatar do |object|...
With 0 activity for months from a big company, I assume this is now an abandoned project. This gem is indispensable to my company's workflow across many projects. We, this...
Looks like @jopotts has gotten the ball rolling. https://github.com/fast-jsonapi/fast_jsonapi Is it possible to copy a PR to a downstream project? Let's move the discussion there for now -> https://github.com/fast-jsonapi/fast_jsonapi/issues/1
I like your simple implementation. It's clean, transparent, and can be easily modified. Since this project seems dead, I think I'll implement the feature by just including your class.
@maxjacobson I haven't gotten test results reports back to GitHub since this error happened, even after remove `--exit-code....`.
This is a known problem with all infinite scrolls. If you are using push state and caching results, you can avoid this. JQM should be remembering the list if you...
@rayan1810 @surajahmed @ankit-tailor Nativebase 2.15.2 is the second most downloaded version according to NPM. This should be a high priority review.