Tyler Thrailkill
Tyler Thrailkill
This action fails to merge quite a lot, with a message similar to this: ``` 2022-06-14T23:46:20.005Z INFO Event name: pull_request 2022-06-14T23:46:20.576Z INFO Skipping PR update, required label missing: automerge 2022-06-14T23:46:20.576Z...
Hi, is there any chance you can add the reverse operation as well? Taking a Kotlin data class and generating valid JSON from it? It would be really useful to...
Adding ```kotlin mainProcessJvmArgs = listOf("-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005") ``` does not seem to be enough. As soon as I connect, none of my debug points are hit. Do you have any sort of...
Attempting to use Forestry multifarms fails due to big trees attempting to grow over other saplings. Trees will not grow at all, unless RC doesn't modify their behavior. See this...
If I use the width option like this ``` tp $scen, {"features.name" => {display_name: "Features", width: 30}}, {"features.scenarios.name" => {display_name: "Scenarios", :width => 50}}, {"features.scenarios.time" => {display_name: "Time", width: 10}},...
When using ```xml ai.hypergraph kotlingrad 0.4.7 ``` I'm unable to resolve any ai types. If I switch to ```xml ai.hypergraph kotlingrad-jvm 0.4.7 ``` instead, I get failures to resolve kotlin-bom...
In order to call kogito code in AWS, you must use a REST API, therefore you cannot call directly from lambda to lambda, but must instead go out through API...
- Add RequestHandler example
Using the Github UI, I am able to create wildcard branch protection even if a repository does not have any matching branches, for example `release/*` works even if there are...
https://github.com/octokit/octokit.rb/blob/9bc8cd25c335cadbc898e11976a32aa8ce77ec8c/lib/octokit/connection.rb#L149 attempts to delete things like the `accept` header, making it impossible to do things like below: ```ruby hash = { required_status_checks: {...}, enforce_admins: false, required_pull_request_reviews: { ..., required_approving_review_count: 2...