R0CKSTAR

Results 67 comments of R0CKSTAR

`/etc/synthetic.conf` works well. On macOS 10.15, you could use `sudo mount -uw /` to make `/` writable (doesn't work on Big Sur).

遇到的一个实际情况就是我们在用Mantle做JSON到Model的转换,但是有个字段少了,写了个js增加了property和key的对应关系,但是Mantle在遍历属性的时候找不到就报错了。

我感觉麻烦的地方是现有的声明属性的地方怎么兼容还有就是是否要带类型

You could set env `VCTL_SKIP_KIND_CHECK` to `true` to skip the download. Please be aware that the newer version of `kind` and `kubectl` are not tested against the `vctl`, so they...

I have seen this before and it was caused by my Fusion 11.5.1 was running. After quitting Fusion 11.5.1, everything back to normal.

There are too many layers AFAIK (https://hub.docker.com/layers/readthedocs/build/master/images/sha256-f9292ccc6fda59fcc45df925e7c4068896b5f5bc9fc4ec1f2b9be39aad5553e7?context=explore), `vctl` actually uses a snapshotter which is similar to the `native` one, so each snapshot contains whole contents in the previous snapshot. That's...

https://github.com/electron/electron/releases/tag/v2.0.18

> Would be possible to add unit tests that check this case? I wish I could... But due to https://github.com/kubevirt/kubevirt/issues/7568, it may be too hard for me.

@alicefr Done. Please see the latest commit (which also fixes several typos and issues found by `vscode`). Thanks. ``` ❯ pwd /home/xiaodongye/ws/other/kubevirt/pkg/virt-handler/device-manager ❯ go test -count=1 . ok kubevirt.io/kubevirt/pkg/virt-handler/device-manager 3.612s...