Douglas Robert Wallin
Douglas Robert Wallin
The underlying code for the hooks functionality uses Node's [`child_process.execSync`](https://nodejs.org/api/child_process.html#child_process_child_process_execsync_command_options)  I want to extend the hooks capability to allow specification of the `shell` option like below. I will set...
In my first contribution to this repo I added `.vscode` to the `.gitignore` ([here](https://github.com/nathanschwarz/meteor-cluster/commit/52f658137e2891d77f5219074bd8c2db90aa9800)) I'd like to actually go the other direction and check in a `.vscode` folder with some...
``` java.lang.IllegalArgumentException: Cannot deserialize value of type `io.github.jav.exposerversdk.enums.TicketError` from String "InvalidCredentials": not one of the values accepted for Enum class: [DeviceNotRegistered] at [Source: UNKNOWN; line: -1, column: -1] ``` Currently...
**Library Version** Latest [7.1.1](https://github.com/ExpediaGroup/graphql-kotlin/releases/tag/7.1.1) **Describe the bug** The way this library interacts with `graphql-java`, any non-blocking resolvers that lead to a result of a thrown `Throwable` descendant from `Error` and...
> :information_source: **If you have a question**, please post it on the [Okta Developer Forum](https://devforum.okta.com) instead. Issues in this repository are reserved for bug reports and feature requests only. I...