Matthew Overhill (TheRed)
Matthew Overhill (TheRed)
> I would absolutely love this feature! **Please** just like the issue, instead of commenting on it. Comment ONLY if you have something to add to it. A few people...
I doubt it would be demanding on the server to be honest, if anything it might just be less demanding as that function controls if it should fall in the...
@cohaereo nice! I definitely suggest publishing it on Zed
> @TheRedXD it's been published and is now available in the extensions repository! > > tyty! That's absolutely awesome.
It has effectively been a year, when will this be done? (assuming there's even a need for this)
I'm getting this same exact issue on a slightly different configuration literally right now while trying to install arch (without LUKS encryption). Also manual partitioning. Very interesting... Potentially an issue...
I think one thing that would be useful on top of this is a way to inspect elements easily (similar to the inspect element in browsers), something like that could...
> Use the snapshot repository `https://repo.opencollab.dev/maven-snapshots/` and add `-SNAPSHOT` on to the end of your version like this `implementation("org.geysermc.mcprotocollib:protocol:1.21-SNAPSHOT")` That's completely broken as well. The other dependencies can't be found...
Found something that works! While opencollab's main repo is broken, you can try this: ```kotlin repositories { mavenCentral() maven { url = uri("https://repo.maven.apache.org/maven2/") } maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots/") { name =...
@onebeastchris that's literally broken