Guy Ellis
Guy Ellis
Also @SimonSchick @Marsup @jaulz what are your thoughts on the previous comment? Mentioning you because you were involved in the PR for Joi@16 for DefinitelyTyped https://github.com/DefinitelyTyped/DefinitelyTyped/pull/38361
@RecuencoJones - yes they are accessible from the `Joi` namespace and anyone using those typings in their code gets the benefits of them. Thank you for working on this and...
What a pity @RecuencoJones - I was just typing up a response that I thought that it would work - thanks for trying that!
> Also I should mention that eran is trying to move typings into the hapi ecosystem so you might want to have a chat with him in regards to this....
@RecuencoJones @SimonSchick @Marsup @jaulz - you are the owners of @types/hapi__joi - is there any initial objection to doing a PR on DefinitelyTyped to merge this functionality into @types/hapi__joi? If...
And I've also thrown that error onto Stack Overflow to see if I can get help there: https://stackoverflow.com/questions/59976848/typescript-interface-incorrectly-extends-interface
> I'm considering to change the approach to one that "forks" the currently DefinitelyTyped definition and works as a replacement. Any opinion on that? I definitely think that would be...
@SimonSchick - is there a way that we could setup the DefinitelyTyped file such that anybody using the Joi type definitions for only that would get what is currently there...
There are a couple of places that describe what needs to be done "in the processing pipeline" to apply this fix: [stackoverflow](http://stackoverflow.com/a/31943940/1463) and [lwip](https://github.com/EyalAr/lwip/issues/100#issuecomment-151725819) Based on that I think that...
@ysugimoto I ended up creating my own Lambda function from scratch which [you can find here](https://github.com/guyellis/plant-image-lambda). The relevant line that flips the orientation is [this one](https://github.com/guyellis/plant-image-lambda/blob/master/src/outer-4-fix-exif.js#L20). Not sure if that's...