Christian Stewart

Results 354 comments of Christian Stewart

@tianyuanhao I updated the package, thanks. Will resubmit. By the way, some of those Buildroot packages in minikube could use an update. Replace `cni` with my `cni-plugins` for example, because...

@tianyuanhao For the update... We still need to run AUTORECONF... ``` WARNING: 'automake-1.16' is probably too old. You should only need it if you modified 'Makefile.am' or 'configure.ac' or m4...

@VarLad Fedora, distrobox, and toolbx are all added. :)

Before merge: test with sim.py script and implement `make` command to run it.

Hey, thanks for the report. Yes, this is important. I was actually looking yesterday at refactoring so that intel/desktop produces an ISO that works directly in Qemu or on a...

By the way, if you want to build+run in qemu, this is how: ``` export SKIFF_WORKSPACE=qemu export SKIFF_CONFIG=virt/qemu,skff/core make compile # build the system make cmd/virt/qemu/run # launch qemu ```

@eldondev The GitHub actions currently produce a `virt/qemu,core/gentoo` configuration, I'm working on a system which will auto-build a variety of configs to attach to each release. Also, something like this:...

I'm working on producing ISOs and the scripts to produce them for the next 2020.11.7 release, which will be made by the GitHub actions.

@heineiuo currently using 4.0.1 in https://github.com/aperturerobotics/starpc - I tried importing as `import { ClientOptions } from 'isomorphic-ws'` since the same works with 'ws' - but of course, that's not exported...

@heineiuo ![image](https://user-images.githubusercontent.com/534887/175447903-e7a0d589-bea7-4b42-b391-da494400b5fc.png) I guess it's expected now to use `export = WebSocket` instead of `export default WebSocket` ?