Byron Marohn
Byron Marohn
Would be really cool if the log also supported ANSI color codes - renders them as plaintext today ``` │Pods (ns: build) [37] -> Containers [1] -> Logs (dev2) |...
This is great, I actually just bounced through here thinking about adding a PR for something similar. It looks like this doesn't include a default health check though? It looks...
The biggest reason I'd like to see this exist in this plugin is that it already has a web server. Not that the overhead is at all high to have...
I'm struggling with this same thing. I see there's a very similar issue in #1207 with more detail, which was closed by PR #1264, but somehow I'm still hitting this...
Oh, looks like that's simply because the last release was 9 months ago, and this was fixed 5 months ago. Unfortunately it looks like "Nightly" is also... 6+ months out...
Finally fiddled with this until it worked for me. For those looking for a GitHub actions workaround with minimal effort, I changed this code ``` - name: Setup reviewdog uses:...
For what it's worth - I have several projects on github and according to HuggingFace's stack tool (https://bigcode-in-the-stack.hf.space/), only those with a compatible license (public domain or apache in my...
If anyone needs this binary before this gets merged and officially built, here's a copy with all of those 1.17 and 1.16 changes: https://files.playmonumenta.com/nbteditor-for-mc-1.17-3.3-SNAPSHOT_2021_12_05.jar I'm sure it's still missing some...
NBTEditor hooks into minecraft at a lower level than "average" bukkit plugins. It depends on the minecraft base code having specific names and being in specific locations. The server needs...
Finally added in PR #56