Robin Daugherty
Robin Daugherty
Changes required to support Guard 2.0. This means minor changes to the `Guard::Konacha` class (the base class and the initializer arguments changed). Added `guard-compat` gem so that specs will run....
> invalidManifestFormat("/var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/TemporaryFile.rCB6P4.swift:11:19: error: \'v6\' is unavailable\n .watchOS(.v6)\n ^~\nPackageDescription.SupportedPlatform:45:27: note: \'v6\' was introduced in PackageDescription 5.1\n public static var v6: PackageDescription.SupportedPlatform.WatchOSVersion\n ^", diagnosticFile: Optional()) in https://github.com/onmyway133/DeepDiff Introduced in 2.3.2. Caused by...
There seems to be an issue with fields that are selected through fragments or types of a field. While the `selections` method returns the expected list of field names, calling...
Fixes #2396 By placing the namespace in front of any fragment struct name, we can ensure that the fragment type will be unambiguous. If the fragment is used in a...
When generating Swift code for a query containing a fragment with the same field name as a field in the query. ```gql fragment Gameplan on Gameplan { a b c...
[graphql 1.13.1 deprecated #to_graphql](https://github.com/rmosolgo/graphql-ruby/pull/3765), making this change necessary. [#to_type_signature seems to have been added in ruby-graphql 1.8.3](https://github.com/rmosolgo/graphql-ruby/commit/8fac52ab520c4441fe44610e0d34d0aecb7620a3) so this shouldn't be a breaking change for most users.
`SimpleCov.branch_coverage?` was added in simplecov 0.18. When an older version of simplecov is installed, the lcov formatter dies in the middle of generating the output. > Formatter SimpleCov::Formatter::LcovFormatter failed with...
The readme says: > When you setup raven-js you can retrieve it like this: ```js Raven.config({ release: $("meta[name='sentry:revision']").attr('content') }); ``` How is this supposed to work with ember-cli-sentry?
The main file in this gem is `lib/stream-chat.rb`. The gemspec is named `stream-chat.gemspec`. The "-ruby" part of the name is redundant in a Ruby gem name. With all that in...
### Steps to Reproduce 1. Create GitHub App 2. Install the App on a repository 3. Install the App on a second repository ("number-two") 4. Add app ID and private...