Kevin Harrington

Results 125 comments of Kevin Harrington

What is the plan for a user programmatically getting an access token moving forward? This is the recommended flow from GitHub: https://developer.github.com/apps/building-oauth-apps/authorizing-oauth-apps/#web-application-flow My thought would be to have a utility...

My initial thoughts after reading the webflow documentation. Step one: Define a localhost HTTP server that our Java application will host to receive the callback URL. for conversation let's call...

Good News: this can be made to work, and here is my working code: https://github.com/CommonWealthRobotics/GithubPasswordManager/blob/da128e46d6d58b5898f9fd155f6edc7297f6a7e7/GithubPasswordManager/src/main/java/com/neuronrobotics/bowlerstudio/scripting/GitHubWebFlow.java#L62 Down Side: it would seem that the web-flow does not lend itself to the existing...

@bitwiseman I am concerned about adding Jetty as a dep for this project. Do you have a suggestion for something to use to host the http server socket to receive...

ok the latest state of my PR is as far as i can get without a little help. I have the whole process moved over to github-api style and was...

Yes, sorry, work turned into a non-stop fire for a few weeks. Ill have time to take a look again and will finish making the mocking stubs for a unit...

Oh, geez, it looks like my feature is now blocking some critical path things... So my open PR #827 has working code, but since webflow uses a side channel from...

im going to need some more info: 1. Is the encoder working other than the error print? 2. what chip are you using? 3. what was the version you are...

Make a much larger rectangle that encompases the upper section. Perform an intersection to make the upper shape and a difference to make the lower shape.

The more modern fork https://github.com/NeuronRobotics/JCSG has this and many other major bug fixes.