Qasim Albaqali

Results 10 comments of Qasim Albaqali

I would like this feature as well, if I have time, I will try to work on it and send a PR. This package is great, but it misses couple...

I think it is intentional, since it stops as it hits the first error it catches that is why. So it doesn't hit an error and continue to catch the...

Just a note, TS 3.7.0 has some breaking changes that makes it not possible to upgrade to the latest and greatest react-graph unfortunately. At least in my case with the...

Regarding the second question, I think he means the following if it's possible ```javascript ReactDOM.render( , document.getElementById('root') ); ```

I am looking for this type of functionality, would be nice if we could have such functionality :)

That would be great for my use case as well. Was hoping it was implemented :(

@davidgamero @amakhrov Your reviews would be appreciated

@maratsh For now I opted in taking this branch which introduces aws4 and build it locally as a docker image and make use of it to achieve my goal. There...

> Hey @varqasim !! Thanks so much for this contribution. I was scoping out what it would take to implement this myself in typescript-axios and several other generators. I have...

Hey guys, I managed to create a PR to support this using https://github.com/jamesmbourne/aws4-axios as this is the library I personally am familiar with, have a look at it, would appreciate...