Pawel Kopiczko

Results 14 issues of Pawel Kopiczko

Can you please restore the page? It's very good resource to explain why to use this library.

This PR tries to fix various issues with Flatcar builds. This fixes multiple issues but at this point it isn't possible to test them in isolation. Fixes https://github.com/kubernetes-sigs/image-builder/issues/905 Workaround for...

ok-to-test
size/M
cncf-cla: yes

**What steps did you take and what happened:** When booting a cluster with Flatcar Linux (occurred in CAPO) there can be a race between kubeadm.service and containerd.service: ``` ERROR: Cannot...

kind/bug

**Is your feature request related to a problem? Please describe.** I'd like to be able to build a Flatcar image for OpenStack. Currently I can build a QEMU image with...

kind/feature

There were two issues I had: - PYTHON_VERSION was not defined (only PYTHON3_VERSION) and `set -o nounset` helps catching that - `set -o errexit` is the same as `set -e`...

size/S
ok-to-test
cncf-cla: yes
lgtm

/kind feature **Describe the solution you'd like** I would like to be able to use Flatcar linux for the control plane and worker nodes with CAPO. **Anything else you would...

kind/feature

VIM 7.4.488: ![screen shot 2015-04-25 at 21 38 29](https://cloud.githubusercontent.com/assets/4608994/7334468/8970240e-eb93-11e4-9b35-3f987fd3fa95.png) NVIM 0.0.0-alpha+201504231827: ![screen shot 2015-04-25 at 21 37 46](https://cloud.githubusercontent.com/assets/4608994/7334472/a011df7c-eb93-11e4-90b9-ef29e6d52f1e.png) ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/12097563-wrong-syntax-highlight-in-neovim?utm_campaign=plugin&utm_content=tracker%2F509109&utm_medium=issues&utm_source=github)**...

patches welcome

Steps to reproduce: Notice `auto_delete` changes. ``` rust channel.exchange_declare(exchange, "fanout", false, // pssive false, // durable false, // auto_delete false, // internal false, // nowait Table::new()) .unwrap(); channel.exchange_declare(exchange, "fanout", false,...

I'm running this code on cloudamqp with configuration: Cluster: cheerful-squirrel (change) RabbitMQ 3.5.7, Erlang 18.2 The program is able to consume up to 30 messages and I see that the...

Execution of the code below hangs. When nowait parameter is set to false it returns immediately. I believe it also affects all API's with nowait parameter. ``` let mut ses...