Gary Hunt

Results 34 comments of Gary Hunt

Hi all - I've had a go at updating the code to support OS X + Linux. The implementation is 95% working. See #82

Hi all - I've had a go at updating the code to support OS X + Linux. The implementation is 95% working. See #82

Following on from the re-write of the MakeRelative function I've done in the other PR - be careful accepting this as it might not be correct. It might make the...

@saghul quick bump as this one is good to go

Weird - my reply by email whilst I was on hols didn't get to you. @NewEraCracker - I agree with what you are saying and that it's better to have...

Cracked what I was trying to do - we now have a type ```ResolutionsMap``` which means that any member of ```resolutions``` must be of type ```Resolution``` without the need to...

Yeah - I wanted enum semantics and also to constrain that each element was a Resolution. But enums in typescript can only be strings or numbers not objects :-( I...

3x PRs in place * one with the brittle tests - https://github.com/jitsi/lib-jitsi-meet/pull/1891 * one with the proposed typescript policy - https://github.com/jitsi/lib-jitsi-meet/pull/1892 * the quick one I did for the first...

Hmm - hold tight - I'm hitting a build error in jenkins - will go and investigate

Cracked it - an issue with the packages.lock file - now sorted and the build is successful