pctechkid
pctechkid
> Seems to be working fine for me. [example](https://msdn.hackerc.at) @CatTheHacker Yes, I want my lite mode to have info such as date modified and file size just like yours. Can...
> I only modified my `worker.js` to do that stuff as I'm not really good at JS but basically you want to modify line [648](https://github.com/maple3142/GDIndex/blob/84218d1cdead8e09599c7d22d73c23df682b2727/worker/dist/worker.js#L648) only. > Original: > >...
> ```js > ${(isf ? '-' : formatBytes(f.size))} > ``` Thank youuuu. It's now working and looked as I wanted it to be. I owe you one.
@CatTheHacker oh, one thing I didn't notice before. The modified time shown is a bit off, it's behind at least 8hrs. I tried modifying it but it didn't turn out...
> Most likely because the time is in UTC format and my date helper does not convert the date to the local timezone. Is it not possible to just literally...
> Something like this I guess? idk if it works > > ```js > function formatDate(date) { > date = date.split('T'); > date[1] = ((date[1].split('Z')[0]).split('.'))[0]; > date[1] = date[1].split(':'); >...
> JavaScript do be like that ¯\_(ツ)_/¯ Well yeah. One last question sir, how do I change the list style type of whenever it is a folder, folder should be...
> Well. This turned out a bit harder than what I expected. > > I added exclude filter to rclone daemon, it didn't work. > > I will leave this...
Thank you. This did the trick. However, Heroku now starts banning your repo (fresh deploy, 1 single torrent file 200mb for testing), they seem to have detected your code already....
> > Thank you. This did the trick. > > However, Heroku now starts banning your repo (fresh deploy, 1 single torrent file 200mb for testing), they seem to have...