D Tim Cummings

Results 4 issues of D Tim Cummings

## Expected Behavior Please visit this URL to authorize this application: https://accounts.google.com/o/oauth2/auth?response_type=code&client_id=xxx.apps.googleusercontent.com&redirect_uri=http%3A%2F%2Flocalhost%3A63472%2F&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fgmail.readonly&state=xxx&access_type=offline Then browser opens URL and user authenticates to account then token.pickle gets created and the following gets displayed...

I received the above error message using LuaIRC with the Minetest IRC mod. Because I am only able to configure `secure` as a boolean `true` and not with a table...

src/main/java/org/apache/tapestry/unicorn/services/AppModule.java in back-to-maven branch refers to CycleBindingFactory but there is no source code for CycleBindingFactory class. ... import org.apache.tapestry.unicorn.bindings.CycleBindingFactory ... configuration.add("cycle",new CycleBindingFactory(bindingSource)); ...

This mod uses LuaIRC which hard codes the deprecated protocol tlsv1 for secure connections. As of Ubuntu 20.04, tlsv1 is no longer available. I have added a pull request to...