Saurav Dharwadkar

Results 10 comments of Saurav Dharwadkar

You can try reverse ssh or reverse ssh using ngrok or cloudflairs alternative if you dont have public ip and then reverse ssh , opening sshd port on container add...

according to documentation of android , if android doesn't ask for any permission it can be hide launcher activity , i didn't try personality but its possible IG

I thought that , utc time 0 , 0.3 , 0.45 in min where 0.6 = 1 `https://en.m.wikipedia.org/wiki/List_of_UTC_offsets` So for avoid dealing with 0.5 nunber and 0.3 hour / 30...

Or we can simply check value after point , 0 / 3 / 45 and update utc accordingly and use floor for default to avoid incorrect utc format

When i looked chart i realise we need to use `number.toFixed(2) // '5.30'` this or treat utc as string bcz in chart time should display as e.g. +5.30 or -5.30...

Seting up utc time on chart as well handling offset simple task , but I'm not sure how will you display warning or handle the wrong utc and dont want...

```js const adjustOffset = function (offset: number, RoundRobin: {offset: number}): number { if (offset % 1 == 0) { return offset; // offset % 1 should be 0.3 or 0.7...

> By the way, about the warning, I will just throw an exception like this. > > ```js > if(!IsValidUTCTime(utcTime){ > throw Exception ("The UTC format is invalid, it should...

was busy . i didn't test negative value bcz process.arg not work with negative value

You can take over , sorry for late reply busy last couple of months