Hari Korrapati

Results 10 comments of Hari Korrapati

I'd like to work on this. You can assign it to me.

A naive solution could be **sleep-and-retry** ( we can have a config for _sleeptime_ and _max_no_of_retries_ ) The issue with the above approach is that even after _dist/main.js_ and _package.json_...

The above asynchronous polling style approach, tho it is easy to implement, has some drawbacks. @illume , any thoughts on this ? Another solution could be sending a synchronous signal...

Yes, I was able to reproduce the issue. _"I was wondering about was that we always copy a certain file last. For example the package.json file"_ Right, right, this is...

The changes in this depend on changes in #3104, so we should wait until it's merged. I don't see otherwise. " `we try to avoid using interface{}` " I see,...

@gmlewis are there any generic issues caused by using interface{} other than lack of type safety and minute impact on performance ? Do you think it is necessary to avoid...

I'd like to work on this.

Submitted a PR, please review !