Rahul Gupta

Results 188 comments of Rahul Gupta

> > it makes no sense to append a folder > > One use case is deployment. Suppose I want to create an inbox folder specific to my app within...

> Submitters can try to put something in the folder, catch the error and if it is 404 for non-existent parent, you re-create the parent. There is nothing in the...

> do you mean parse the headers and return them as an object? for sure, that has been in the back of my mind for a while. Or did you...

@jeff-zucker Hey Jeff! Long time... Could you please look at including this PR (or some version of it with appropriate changes) again. Given the progress you have made in the...

In principle, this is a nice idea. In practice, it is a little more tricky. As I have noted elsewhere, one of my design goals is to minimize the number...

In my code, what I do is add a `success` property to AggregateError. Its not ideal but is standards compliant!

@woorm This code is being shipped as commonjs at npm. The npm code unfortunately trips up Rollup with error message: ``` The 'this' keyword is equivalent to 'undefined' at the...

Just FYI!!!! Also warns other users that it may not be usable if you use ES Modules!!!

> From a quick glance at the code, it seems this plugin should be fine. However, it would be good to check that in the future Just an response to...

I saw this error as well at random!