Aditya Sapra

Results 11 comments of Aditya Sapra

Opening up a tracking issue for this one should help us move forward with since it does require a good number of additions to be made. Should we open one...

From what I gather resolving this will help in the scaffolding process of both the Gsheets project and developing C implementations, right ?

Generally, I think we should start with `math/base/special`, the second priority would be `blas/ext/base`. But this is as pertains to Gsheets. Would have to see what the community thinks

I think we can also look into having an option for the user to have a preferred time format and provide a bunch of standard options for the user to...

Alright :) , i think i can take this up over the weekend after studying the codebase a bit, let me know if any more ideas come up

the calendar settings section will remain as is right ?

I think [this](https://stackoverflow.com/questions/1091372/getting-the-clients-time-zone-and-offset-in-javascript) should work for getting the timezone. for example ```javascript const timezone = Intl.DateTimeFormat().resolvedOptions(); console.log(timezone); ``` which returns ``{ locale: 'en-US', calendar: 'gregory', numberingSystem: 'latn', timeZone: 'Asia/Calcutta', year:...

yes thats what i was going for as well. Also in the current implementation, how is the application handling time across different components ? In the workspace member model we...

Ah alright, that makes sense , Thank You !

yes , the first one that comes to mind is `base64` which can be particularly useful for encoding and image data , others that I think we should support are...