Koen Punt
Koen Punt
## Changes in this pull request As mentioned before in #1395, the unit tests are not executed for tvOS on the CI. As you will see, they won't pass either....
The current CI configuration doesn't run the tests for all of the different platforms; it doesn't run tests for tvOS, it only builds the example application. Running the tvOS tests...
> Closing this as I've been experimenting w/ an all-swift rewrite that is a _much_ better direction. Hoping we can open source this soon! > > _Originally posted by @rnystrom...
Previously, when the `TypeMap` was still a thing, it was possible to connect any interface to a generated type. Take the following example; I had three different types (`RegularChannelParent`, `OnboardingChannelParent`...
Currently only typescript types defined as `export interface MyType {}` are used by `graphqlgen`, but `export type MyType = SomeOtherType` should work too.
_Platform:_ - [x] iOS - [ ] tvOS - [ ] MacOS - [ ] watchOS _Swift:_ - [ ] Yes -> If yes, which version? - [x] No _sentry-cocoa...
Now everyone that wants to customise a single option, they have to define the full hash. With the defaults like: ``` rbenv: env: system version: v1.0.0 default_ruby: 2.3.3 ``` Just...
Instead of having the same string twice, we now use the already defined variable.
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/docs.nestjs.com/blob/master/CONTRIBUTING.md ## PR Type What kind of change does this...
Having a configuration option to also hide the stories bar from the homepage would be neat.