Sam H. Smith
Sam H. Smith
My game that I am making sends out a lot of packets and clumsy is not lagging them properly. Even if I select a lag setting of 2 ms the...
On fedora 31 atleast the library won't find the dll. If I manually create a soft link from libglfw.so to libglfw.so.3 the thing works without any issues. Is this a...
What assumptions should we make about the storage medium Kura uses? Is it reliable, is it always online? These are important questions that impact the design of kura and by...
Currently on iroha2-staging the following test fails. ``` integration::unregister_peer::unstable_network_stable_after_add_and_after_remove_peer ``` The reason being that it requires a peer to connect to the network late, having missed the genesis round and...
This is what `network_topology::apply_block` looks like. ``` pub fn apply_block(&mut self, block: HashOf) { /* nocheckin *self = self .clone() .into_builder() .at_block(block) .with_view_changes(ViewChangeProofs::empty()) .build() .expect("Given a valid Topology, it is...
Would it be possible to add the ability to force a pipeline barrier in an autocommandbuffer. Currently in issues such as [this](https://github.com/vulkano-rs/vulkano/issues/1297) one must play around with other commands to...
When wayst starts up or get's resized sometimes the first frame contains messy memory. I believe this is due to the framebuffer being allocated and presented before it's been cleared...
CPU time and memory cost money, the more we use per user the smaller networks we can support. It is therefore important that we have good knowledge of where in...