Matus Faro
Matus Faro
I ran into this same issue. My goal is simple: a GitHub app to list all its installations and their repositories. It should be as easy as: ``` for (GHAppInstallation...
This is not in any way a proper solution, but a workaround I am just about to roll out and test is to re-introduce the `setRoot` method via package private...
@bbaga If you give me more information on what you're doing, maybe I can help. It's important how you authenticate, I ended up authenticating as OAuth user to get list...
For others stumbling here with `pnpm`: Don't use `serverless-patched`, use `pnpm` to apply the patch directly onto `serverless` like this: `package.json`: ```json "scripts": { "deploy": "SERVERLESS_CLI=true serverless --debug", }, "devDependencies":...
In a very similar position, I am trying to convert an existing tool based on the getting started guide. Running with `-X` gives a few more details: ``` java.lang.UnsupportedOperationException: Reflective...
@bestickley It was surprisingly easy to compile and package a JAR file, so the two outstanding issues are to test that it actually works and publishing to Maven Central. Within...
@revmischa @bestickley Which option do you prefer? 1. Bestickley could create his own identifier under his domain and publish it from this repo 2. I can use my existing identifier...