Tomas Barry
Tomas Barry
Why not check the `ancestors` of the class? If it contains `GraphQL::Schema::Object` or something else relevant?
I was just about to create an issue about this - Any value under 11 days (I've attempted 263 hours which is one hour less than 11 days) results in...
I didn't do it in a specific file, rather in the console while debugging to verify that it fixed the issue.
Have also experienced this. Would be really nice to get a fix for it.
Is there any update on this issue or has it gone stale? I see the one PR mentioned above (#5452) does that need a re-visit?
Having dug into it a little bit, there seems to be two possible improvements: ## `Field::HasMany.with_options(includes: [:associated_resources])` per @AFlowOfCode [Relevant code](https://github.com/thoughtbot/administrate/blob/f91c6c4f7172fd3d64a6fa34f2b6f519813afb4b/lib/administrate/field/has_many.rb#L81): ```ruby def includes associated_dashboard.collection_includes end ``` A handy addition...
FWIW running `sudo apt install ocl-icd-opencl-dev` on Ubuntu 16.04 with cmake version 3.5.1 solved this issue for me.
Is the issue not with [this line](https://github.com/kimxogus/react-native-version-check/blob/bd391a45341f63b84da2a52810c0b9cc194d9bec/packages/react-native-version-check/src/providers/appStore.js#L33)? ```javascript return fetch( `https://itunes.apple.com/${countryCode}lookup?bundleId=${opt.packageName}&date=${dateNow}`, // this line opt.fetchOptions ) ``` Unpacking that: `https://itunes.apple.com/${countryCode}lookup?bundleId=${opt.packageName}&date=${dateNow}` Can become (removing `date` for simplicity): `https://itunes.apple.com/GBlookup?bundleId=com.XXX.YYY` Look at the...
@mcelicalderon you're spot on.
Is there any possibility of getting this functionality? It is becoming a blocker for our continued usage of Hound which we really like.