vm
Here are 1,041 public repositories matching this topic...
I would like to be able to write rich notes about my VMs using the Markdown syntax.
This could be implemented by using the AttributedString API introduced by Apple in 2021.
the following poc cause a assertion failure in "debug" build on ubuntu.
function opt(){
const v2 = [-1000000000.0];
v2.length = 4294967295;
const v3 = v2.copyWithin();
return v3;
}
for(let i=0;i<0x200;i++){
opt(false);
}
Expected Behaviour
Change the default cron spec in --etcd-snapshot-schedule-cron (default: "0 */12 * * *"):
--k3s-extra-args '--etcd-snapshot-schedule-cron * * * * *'
extract internal monitoring data from application logs for collection in a timeseries database
-
Updated
May 29, 2022 - Go
Advanced vm/sandbox for Node.js
-
Updated
Apr 22, 2022 - JavaScript
A fast script language for Go
-
Updated
May 8, 2022 - Go
If a new Environment is created, processes inside of it will not have access to any command line arguments or environment variables by default. They need to be added to the ConfigEnv struct from which the Environment is created. Currently this is only possible from the host, but is not exposed as a [host function
Instructions and script to help you create a VirtualBox VM running macOS.
-
Updated
Mar 14, 2022 - Shell
A dynamic language and bytecode vm
-
Updated
May 29, 2022 - C
In devp2p at least in eth and les we always generate a debug string even if we are not in debug mode, e.g. here: https://github.com/ethereumjs/ethereumjs-monorepo/blob/8e1c3cf9c47bfc037182c275f46eef405ef70dca/packages/devp2p/src/protocol/eth.ts#L43
Guards should be added so we don't unnecessarily generate debug strings in case we are not in debug mode.
wazero: the zero dependency WebAssembly runtime for Go developers
-
Updated
May 29, 2022 - Go
Field was moved in most recent API Version.
This looks hard to patch to make backwards compatible since the structs look to have been copied from ignite directly without use of kube api-machinery:
https://github.com/weaveworks/footloose/blob/8bd6cfc/pkg/ignite/inspect.go#L43
A VM for Drupal development
-
Updated
Dec 17, 2021 - Jinja
Add a .clang-format
This is a config file for clang-format, a tool that is already used by many editors and adopted by many projects to format the code and ensure that the style is consistent.
It could even be used as a git hook or in the CI/CD workflow to ensure that new patches respect the coding style.
A config can derive from other preexisting configs (like Google's, LLVM's or Mozilla's) so it's not a big eff
HiddenVM — Use any desktop OS without leaving a trace.
-
Updated
May 4, 2022 - Shell
A Virtualised Raspberry Pi inside a Docker image
-
Updated
Oct 15, 2021 - Dockerfile
An alternative implementation of Golang specs, written in Rust for embedding or wrapping.
-
Updated
May 29, 2022 - Rust
-
Updated
May 30, 2022 - Shell
Proxmox Helper Scripts
-
Updated
May 29, 2022 - Shell
A small extensible programming language designed for concise expression with little code.
-
Updated
May 29, 2022 - Rust
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 `~/
Hi!
First, thanks for the guide, I enjoyed it
WebAssembly (Wasm) interpreter.
-
Updated
May 19, 2022 - Rust
A set of utilities (vmcli + vmctl) for macOS Virtualization.framework
-
Updated
Jan 24, 2022 - Swift
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."


Since
stateis a reserved keyword in Truffle's guard mechanism, it should not be possible to use it in a guard definition as this can cause serious problems. The annotation processor should either reject thestatekeyword in guard definitions or thestatetemporary variable produced by the processor should be renamed to avoid this conflict.Here's an example:
<img width="629" alt="screen