James O'Cull
James O'Cull
### Prerequisites - [X] I have written a descriptive pull-request title - [X] I have verified that there are no overlapping [pull-requests](https://github.com/NancyFx/Nancy/pulls) open - [X] I have verified that I...
I believe this change would require API access, since I don't know where it could be scraped from. The information is *very* tedious to find. Here's the information I have...
For new installations, `writeJson` happens async, so the file does not exist by the time `require` is called, crashing the app without the template being created. This moves the main...
[Due to ordering of `arguments` supplied in the pom](https://github.com/jcabi/jcabi-dynamodb-maven-plugin/blob/0d8fe9937f5c600a6dc683758ea6be98665739e5/src/main/java/com/jcabi/dynamodb/core/Instances.java#L155), I was unable to find a way to specify JVM flags directly to the DynamoDB instance. For example, `-Xmx1G` must come...
As requested in #65 I followed the migration guide here https://jda.wiki/introduction/migration-v4-v5/ I hope I did this right 🙂
See - https://github.com/lavalink-devs/lavaplayer/issues/69 - Which is fixed by https://github.com/lavalink-devs/lavaplayer/pull/70 This can be addressed by changing the implementation for lavaplayer to: ``` // Use a commit version right after 2.1.0 //...
Can be fixed by upstream PR: https://github.com/lavalink-devs/lavaplayer/pull/93 Is fixed here by PR: https://github.com/freyacodes/ukulele/pull/69
### Describe the bug When a `CompletableFuture` is requested out of the `DynamoDbAsyncClient`, (such as a request to `software.amazon.awssdk.enhanced.dynamodb.DynamoDbAsyncTable#getItem`) the future will never return if a `RetryCondition` check throws an...