Hugo Manrique
Hugo Manrique
The original spec for JSON Feeds has been published this morning ([Spec](https://jsonfeed.org/version/1)), and as my first Ruby exercise, I tried to create JSON feeds for Jekyll. By default, the JSON...
Per the discussion on #798, I believe these test for the expected behavior by users. Right now the following are failing - `doesNotCreateSecretFileWhenEnvVarIsSet`: Velocity creates the secret file even if...
Fixes https://github.com/Mojang/brigadier/issues/87
Consider a literal that has two children: a literal called `bar`, and an argument node of type `StringArgumentType.word()`. The literal is impermissible, i.e. the requirement returns `false`, while the argument...
I recently released https://github.com/hugmanrique/mc-versions, a project which reports Minecraft version data and is updated daily. It's not a real API per-se since the URL points to a static GitHub asset,...
This introduces the `OpaqueArgumentType` interface, that is useful when a plugin wants the client to parse the contents and provide suggestions for an `ArgumentCommandNode` according to one of the [built-in...