Kamil Duda
Kamil Duda
And same now with 1.4.8
I used `VecDaque` in my implementation: ```Rust #[derive(Default)] pub struct KeyDownQueue { pub keys_pressed: VecDeque, } ```
I looked into it and I think that `Vec` is sufficient, so there is no need to make any changes. With `Vec` calling `input_queue.keys_pressed.pop()` function removes the last element indeed,...
Oh I see now, you are right. I will prepare a PR with changes 😃
@iolivia , @denniskaselow Take a look at #91 - what do you think? :)
Thank you for clarifying that 😄 it makes sense now. We run bazel-remote using Kubernetes and we DO NOT set the `--dir` flag, only configuring Azure Blob. ``` --max_size=$(cache-max-size) --azblob.tenant_id=$(azblob-tenant-id)...
@SethTisue Created pull request. Should we add info for some more package managers?