Matias Fernandez

Results 8 comments of Matias Fernandez

You can use meanwhile this in a `index.d.ts` file in the `src` of your project: ``` declare module 'slack-notify' { interface SlackNofifier { send(args: string | SendArgs): Promise; } interface...

> Spoke with @coco98 and I didn't realize we could have users with `User` permissions that would achieve what we're looking for. I think our needs are covered for now,...

Same here, I think it's as important as being notified when a new PR is opened.

Thanks @8byr0 for this initiative. When implementing a webapp with React and Graphql, it's natural to use Relay! It's just the best option (IMO). I've been working for ~8 months...

> I've since migrated off this project/team, but we were required to completely abandon Hasura due to this, as Relay's opinionated schema standard was far more important to us than...

I fixed replacing all the lines related to AVAudioSession like: [[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryPlayback error:nil]; [[AVAudioSession sharedInstance] setActive:YES error:nil]; [[AVAudioSession sharedInstance] setActive:NO error:nil]; By a line like this: [[MyPlayer sharedInstance] setUpAudioSession];...