vm
Here are 642 public repositories matching this topic...
Before we have a good fix for #63 we should manually verify the qemu args somehow. We may have to copy-paste code from qemu or something. In the very least we should be aware of incompatible config options exposed in the UI (maybe we can't check additional args).
-
Updated
May 20, 2020 - Go
-
Updated
Apr 29, 2020 - Shell
This feature enables the ipsec backend for Flannel in the k3sup install command
Expected Behaviour
An additional flag to k3sup install should enable ipsec for Flannel as
-
Updated
May 4, 2020 - JavaScript
I've added a Rosetta Code page for Janet, but we still need some more examples. I've added an example for the 100 doors problem, but there are many more examples that can be added.
-
Updated
Apr 13, 2020 - C
-
Updated
Apr 25, 2020 - C
Using the following YAML should output warnings per offending spec instead of ignoring them silently.
Example:
footloose create
WARN[0000] Options under "spec.ignite" for "manager-%d" are ignored when using the "docker" backend
WARN[0000] Options under "spec.ignite" for "worker-%d" are ignored when using the "docker" backend
INFO[0000] Docker Image: quay.io/footloose/ubuntu18.04 prese
-
Updated
May 6, 2020 - Shell
C language docs says the following about .precision field in sprintf() format:
If the period is specified without an explicit value for precision, 0 is assumed.
But Fengari raises error instead of assuming zero:
> print(("%.0f"):format(42.5))
43
> print(("%.f"):format(42.5))
SyntaxError: [sprintf] unexpected placeholder
-
Updated
Mar 16, 2020 - Dockerfile
To Reproduce
Steps to reproduce the behavior:
- Run
make allas described in README.md and follow install process. - After install,
macOS-VM.efi.vdiandmacOS-VM.vdiare located directly in~/VirtualBox VMsinstead of~/VirtualBox VMs/macOS-VMas is typical for VirtualBox VMs.
Expected behavior
After install, macOS-VM.efi.vdi and macOS-VM.vdi should be located in `~/
Discussing the API with @jochem-brouwer we thought it might be easier from a developer PoV to have a modifyAccountFields that internally fetches an account from the trie, modify the given fields and then do a putAccount. This is to avoid users having to to the getAccount everytime they want to change an account. The method should probably throw if account doesn't exist.
-
Updated
Apr 9, 2018 - C++
-
Updated
Apr 13, 2018 - C
-
Updated
Apr 18, 2020 - Go
-
Updated
May 24, 2020 - Shell
It would be great to add the Quake 3 JIT compiler (e.g. for x86 or ARM).
-
Updated
Mar 18, 2020 - JavaScript
Example here:
https://github.com/MoarVM/MoarVM/blob/8e078a2fed5225332ed5916d9ce8d3f14954a2fc/src/core/threads.c#L171
The error message appeared during Blin run:
🥞🥞🥞 Testing Benchmark::Plot (new)
⏳ 901 out of 1305 modules processed
🥞🥞🥞 Testing App::Pray (new)
🥞🥞🥞 Testing Cro::HTTP (new)
🥞🥞🥞 Testing Auth::SCRAM (new)
🥞🥞🥞 Testing CPAN::Uploader::Tiny (new)
MoarVM panic: Could not spaw
CMP should should take 3 arguments: two comparison registers and result register. If the two comparison registers are equal, the result register is set to 1, otherwise 0.
Improve this page
Add a description, image, and links to the vm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vm topic, visit your repo's landing page and select "manage topics."
Does Truffle support making a programming language in a new character set?
This is with reference to this question. My understanding is tha