Declan Murphy

Results 7 comments of Declan Murphy

@HowardACornwell I had this issue this week. In case you're still stuck, it was because I was using the [three-full npm package](https://www.npmjs.com/package/three-full), which provides Typescript support to three.js. My `THREE.Geometry`...

Upon closer inspection it appears that `42.6.0` was originally released in March, and the [release was logged](https://github.com/pgjdbc/pgjdbc/pull/2851/files) in the `CHANGELOG.md`, but they must have been reverted sometime between then and...

Hi @nperickson, Thanks for the response! That's actually what I'm doing, believe it or not, and yes it works. So my issue is far from a burning one. But it's...

Hi @nperickson - any thoughts on the above? As I say, I'm happy to submit a PR. Thanks!

@Vaerys-Dawn - did this code actually work for you? When I wanted to refresh my tokens, I had to change the following line in `com.patreon.PatreonOAuth` from `private static final String...

Cool, pull request submitted @ https://github.com/Patreon/patreon-java/pull/22

+1 This is happening to me now too since I've migrated from Java 8 to 11 Edit: Digging further, it looks like a more specific version of my earlier message...