Placeblock

Results 5 issues of Placeblock

> Please use this template to help contributors get a detailed description of the issue or feature. **For support questions, please use stackoverflow.** This repository's issues are reserved for feature...

This problem is linked to [this](https://github.com/Mojang/brigadier/issues/111) issue. I tried implementing Brigadier, but if i try to create my argumentbuilder structure there is an exception. The problem is that the generic...

*Please use this template for reporting suspected bugs or requests for help.* # Issue description I want to create a ROUTER Server that acts like an asynchronous REPLY Socket. However...

I set up a Kuberenetes Cluster using Kubeadm and after that I installed Calico for self-managed on premise deployments (https://docs.tigera.io/calico/latest/getting-started/kubernetes/self-managed-onprem/onpremises) ## Expected Behavior The cluster should start up and use...

kind/support

I have two structs like that: ```cpp struct Inner { uint32_t id; // Some other data... }; struct Outer { Inner *node; template void serialize(Archive &archive) { archive(node->id); } };...