lordofpipes

Results 19 comments of lordofpipes

Just in case this is useful, not sure if I'm rehashing what's already known - I'm getting same rendering as @zLauch on f577eb2be13b93d8e584aaa7cc329680e0deaaf3 (and also on ishland's 1.16.2 support PR,...

[Here is previous discussion on the 1.17 issue, explaining the difficulty of a proper fix](https://github.com/PaperMC/Paper/issues/6779#issuecomment-944489229) I've published a **hacky workaround** here, in the form of a patch you can drop...

The syntax already used in the README.md matches exactly how Github says the feature should be used: https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#specifying-the-theme-an-image-is-shown-to This feature used to be a [Github beta feature](https://github.blog/changelog/2022-05-19-specify-theme-context-for-images-in-markdown-beta/) but it has...

Oh, I was able to replicate the issue by setting `Theme mode` to `Sync with system`, and then flipping the day theme to dark and the night theme to light....

I can confirm that reverting ec3472f21dbccc352964e875223b2314b233d761 fixes it: ```diff diff --unified --recursive --text package.orig/libraries/libnbtplusplus/include/tag_primitive.h package.new/libraries/libnbtplusplus/include/tag_primitive.h --- package.orig/libraries/libnbtplusplus/include/tag_primitive.h 2023-07-29 07:27:41.045212463 +0000 +++ package.new/libraries/libnbtplusplus/include/tag_primitive.h 2023-07-29 07:28:19.127613449 +0000 @@ -77,14 +77,6 @@ typedef...

There is currently an experimental region file implementation (SpottedLeaf's SectorFile) here - https://github.com/PaperMC/Paper/pull/10231

> haha, looks like I was right 🙂 Maybe. It's not yet confirmed whether it will be maintained in Paper, only in Folia, or out of tree, or if the...

> Someone had mentioned that ZSTD dictionaries might help improve the compression ratio and speeds. Thought I'd mention that, maybe it's useful. I am (probably) that person? Anyways, I was...

> I think this library is still worth having, but with it's implementation switched to `once_cell`. > > The interface of `lazy_static` is often much better for use cases where...

> what do you see as the value of this macro over a library like `once_cell` that offers the same functionality without needing a macro? Like @attackgoat mentioned, it's still...