Awal Garg

Results 26 comments of Awal Garg

> how to setup Fastlane See this commit for example: https://github.com/emanuele-f/PCAPdroid/commit/e9d490753148b0cc092f76bbc0773f2cea1d84f9. Definitely no need to change project structure. Also a guide attached in the linked PR: https://gitlab.com/-/snippets/1895688. Basically it's just...

The email input is actually a left-over from my initial implementation that was much more feature hungry. The current version is a more modest approach. The reasoning to not include...

Hey could you elaborate a bit on what all information this would enclose? I personally don't have much idea about this. Any example resume where certifications are listed?

Nice :) I'd implement this soon but probably won't merge into master before some more community feedback. thanks for the suggestion!

This is currently implemented in the certifications branch: https://github.com/awalGarg/cv-maker/compare/certifications Test it out at https://rawgit.com/awalGarg/cv-maker/certifications/index.html Waiting for more community feedback before merging in master.

Note that the site is currently hosted on gh-pages. And for this to work, I'd need to commit my API key to github. This is not very fork-friendly. Would you...

> you can allow access to the API with your key only from certain domains. Would that solve the problem? @imylyanyk indeed, that shall be fine for now. --- @darkyen...

Hello! Currently it should save state in localStorage automatically and read from it across reloads and browser close-reopen cycles. That requires JS to be enabled and your browser to support...

Update: #5 implements exporting to JSON. we'd probably have import as well soon.

Hello! Yeah that'd definitely be a great feature. I haven't worked with the linkedin api but I am pretty sure there are job sites that allow us to signup via...