Kunal Verma

Results 10 comments of Kunal Verma

@schroepf @apptekstudios ``` extension StringResource { var localizedStringKey: LocalizedStringKey { LocalizedStringKey(key) } var text: Text { Text(localizedStringKey) } } ``` This gives back the key name for me, rather than...

The above changes don't work as it is with some assets in libraries/pods if you use R.Swift in those... Minor changes are needed for that (add bundle).. ``` public extension...

@GINNOV I'll be working on it soon.

Yeah.. Maybe a different branch, without the keys?

@vineetchoudhary Any estimated when, you'll be able to add this? Basically a way to add own keys/config for Dropbox, MailGun, Tiny etc.. Btw.. Thanks for such an awesome project!

That can allow the library to plot charts like this - ![image](https://user-images.githubusercontent.com/5118260/148339142-775b2539-4431-479d-aa62-6b09e3d7acf1.png) Right now to support something like this multiple charts needs to be created and overlayed in ZStack, which...

Also related to this is it possible to pin the Y-Axis to the screen and only let the X-Axis scroll? The Y-Axis should not go out of screen but remain...

Current - ![Screenshot 2021-12-24 at 11 07 13 AM](https://user-images.githubusercontent.com/5118260/147321000-01aa95ff-8bf3-41ce-b463-b9b7bf7896ab.png) Desired - ![Screenshot 2021-12-24 at 11 07 37 AM](https://user-images.githubusercontent.com/5118260/147321025-b48902f2-ebca-4011-acaf-3d474d732aa7.png)

Any updates on this? This would really help in debugging test case failures..