Johnny Wu
Johnny Wu
ETA: end of day on 10/22 availability: Fri to Sat, will try to finish this on Wed 10/19 if not then latest 10/22 EOD
Closed without merge due to outdated PR & irrelevant to current working branch `main`.
Closed without merge due to outdated PR & irrelevant to current working branch `main`.
Hello, I've been thinking about a different approach using AWS Lambda that might be worth considering. #### High Level Overview 1. **Front-End Setup:** When contact form is submitted, it makes...
@ryanfchase There is also one major issue regardless of how we end up implementing this. We need to generate an access token in order to post a Github issue from...
ETA: Sunday 6/16 Availability: M-Sun after 6pm
@ryanfchase For the Personal Access Token, I would suggest to set it as no expiration, with the following scopes: **Mandatory:** - Entire `repo` scope: mandatory for octokit and for CRUD...
ETA: Friday 6/21 EOD Avaialbility: Friday to Monday after 5pm
Leaving note regarding the personal access token required for the octokit service. Currently for local development purpose, I created my own Github PAT. The PM team will need to create...
### Overview Did some testing for security, and found that our idea of directly using Octokit from client to create Github issue without a server is highly insecure. Even if...