Eloy Durán

Results 124 issues of Eloy Durán

With highest priority first: - [ ] Fix bug which breaks `@connection` with filters when duct-tape tries to read from the cache: https://github.com/microsoft/graphitation/pull/300 - [x] Apply fix from 1JS 352fbc5ec42a5705027409dc7c7ab2480e664ae3...

See https://github.com/mozilla/source-map/issues/216 for details on resolution

enhancement

When there are two fragments on the same type, the selection sets should be merged. This isn't happening. It might also be related to the object being inside a list....

bug

Use graphql-codegen's own way to track the naming variants. Currently our enums names are not being renamed in terms of casing and it's not clear how graphql-codegen exactly keeps track...

bug

I’m looking at creating a PR to make customising the view classes more easy. For my personal requirements I’m going to start out by just adding: ``` objc @implementation TITokenFieldView...

This PR makes it possible to use a [Clang compilation database](http://clang.llvm.org/docs/JSONCompilationDatabase.html) instead of having to specify compiler options manually, which might also not cover the needs of each source file....

I’ve noticed that completing code may block the main thread, basically halting the editor for a few seconds. Granted, this is probably because iPhone’s UIKit and all its dependencies return...

I’m wondering if you could shed some light on your motivation to wrap a C lib over using a pure Ruby implementation such as https://github.com/igrigorik/http-2? If a motivation was speed,...

My tool strips semicolons for obvious reasons. This library is not compatible with my tool, it produces an empty string!! Please fix ASAP, I’m losing $10K per hour wasted on...

As a follow-up to https://github.com/artsy/react-responsive-media/issues/77, I was wondering if this one should also be renamed? Seeing as it ‘detects’ traits and does so by sniffing ‘user-agents’, I was wondering if...

question