Dylan T.

Results 863 comments of Dylan T.

It turns out that search has been broken in PocketMine-MP's API docs for this exact reason with PHP namespaces: `pocketmine\utils\MainLogger` has a `\u` in it. I guess using Doxygen for...

The addition of zstd as hardcoded ID 2 now makes upstream compatibility with google/leveldb a pain for anyone who used ID 2 for a different compression type.

Yeah, I'm not sure about the fully-qualified names either. I think the way that those are handled probably needs to be rethought. For example I don't like prefixing the aliases....

> I don't like the look of it. Sending fully prefixed/namespaced commands to clients feels spammy. To be honest this was more of a side effect of changing the tracking...

Is there a reason to favour registry queries instead of other ways MS has recommended in that thread? I don't have a problem with doing it this way, but I...

I'm not sure if PM will actually run on W7 anyway tbh. I don't think our binaries support it.

It looks like this includes daylight savings time, which differs from old `WMIC` behaviour where it would only include the base time. ~~I'm not sure if we want this or...

You're overthinking it. A simple `explode()` call would suffice.

This is really overcomplicating it. All that's needed is to explode by spaces into 2 parts. Trim the parts and be done with it. No one is putting a tab...