Jake Potrebic

Results 134 comments of Jake Potrebic

Have a GitHub repo that has an open PR from a fork, not a different branch in the same repo. Then use the GitHub cli tool to checkout that pr,...

Yeah, I just spent a few minutes trying to figure out why `system` was showing up for me everywhere.

So I think the issue here, is that you have two optional args. The wiki says you can July have 1 (the last arg). What I would do to get...

No there is no direct way to have later argument types depend on earlier ones. You can kinda-sorta work around this if you do 3 subcommands and put `block`, `spawner`,...

This isn't specific to the KotlinMapper, I'm getting this with a ConstructorMapper as well.

If there's a way to know 100% that a proxy is being used, that's probably OK, otherwise I think the setting should default to off.

I think 7382 isn't the right fix for this. What about treating 0 as "cancelled". That will prevent the recursion stack overflow issue. You can still have event spam if...

I'm almost positive this is fixed, and if it isn't it will be fixed by https://github.com/PaperMC/Paper/pull/7265

I think all of those things are fixed, or will be fixed when I continue to work on the linked PR (https://github.com/PaperMC/Paper/pull/7265)