Amarjeet Anand

Results 12 comments of Amarjeet Anand

Is it appropriate to offer my contribution here?

Sure. thanks @dsnet @cherrymui I’ll be back shortly with initial implementation.

That special char at beginning is because of `tput`. To solve this, we can have an option to write directly to a file and do not write `tput` in that....

Thanks for your response @jeevatkm Agree that we should be creating resty client only once, but there can be a situation where we need to add one more request header...

@jeevatkm Could you please help me a bit to gather the requirement? Am interested in taking up this task. As far as I can understand, we need to implement an...

@ldez Do you think we should consider implementing this enhancement?

@jeevatkm May I deliver this fix?

Yes, @SVilgelm. The change needs a discussion to conclude. IMO there is no straightforward way to make that thread-safe, the main reason being the exported variables. However if we want...

Currently we are generating the mock and then compare if the generated content is already in the mock file. We are saving only the write efforts and it’s implications and...

I created the `.env` file and `.ppman-installed` inside the `data/piston/packages/python/3.9.4` and `/execute` and `/runtimes` are working now. **.env** ``` PATH=/piston/packages/bash/5.1.0/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:. ``` **.ppman-installed** ``` 1714542933000 ``` * Is this the right...