Techcable

Results 133 comments of Techcable

~~This could be because M1 Macs [use 16K pages at a hardware level](https://github.com/AsahiLinux/docs/wiki/Broken-Software#why-not-just-use-4k-pages-then), while jemalloc defaults to 8K pages.....~~ **EDIT**: I think BusyJay is correct here

Maybe we should put both flume and crossbeam behind feature flags, that way people can pick whatever they want.....

Strangely I get an indeterminate offset error on my local machine as well. I will have to look into this more (also thank you for the PR 😄 )

I asked why this is failing in time-rs/time#455 and got this response: > The method will fail on Unix systems when multiple threads are running. This is because it is...

I think we could override the `use_local_timestamp` method to accept a user-specified time offset. This would allow workaround the nasty soundness issues of the underlying system methods. Then we could...

I just had an idea on how to fix the default time formatting without breaking backwards compatibility. The new default formatting will include an explicit UTC timezone specifier, so it...

Since spigot now uses guava 17, most plugins are compatible with guava 17. In fact, this PR will probably improve plugin compatiblity.

This would make you compatible with more plugins though. The main api difference between 10 and 17 is caching. Spigotmc's craftbukkit 1.8 no longer shades the minecraft version of guava...

Why didn't you just use the old PR?