vm
Here are 970 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);
}
-
Updated
Jan 31, 2022 - Go
Expected Behaviour
Change the default cron spec in --etcd-snapshot-schedule-cron (default: "0 */12 * * *"):
--k3s-extra-args '--etcd-snapshot-schedule-cron * * * * *'
-
Updated
Jan 31, 2022 - Go
-
Updated
Jan 23, 2022 - JavaScript
-
Updated
Jan 22, 2022 - Go
-
Updated
Dec 31, 2021 - Shell
-
Updated
Apr 6, 2021 - C
-
Updated
Jan 28, 2022 - C
Currently, if you create an environment from a process that has the permission to call lunatic::process::allow_namespace it can give greater permissions to sub-processes spawned into the new environment than it has itself.
The lunatic::process::allow_namespace host function should first check if we have permissions for the namespace before allowing us to add it to other environments. Simila
There is actually a lot of redundancy between the ETH and LES protocol implementation. This should be combined into a superclass sitting between e.g. ETH and EventEmitter at some point. This will likely lead to a substantially cleaner implementation of the subclasses, increase readability as well as ease adding new features and avoid introducing consistency gaps along the way.
(this new sup
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
-
Updated
Dec 17, 2021 - Jinja
-
Updated
Jan 12, 2022 - Shell
Currently, our math module isn't completely filled with necessary math functions, where you can contribute us by adding more math functions. This issue has reference on how to add log function to the math module.
How to implement
PR #154 has example on how to add log10 to the math module, which you can use as a reference to add log (base 2) function.
Finally
And don't forget
-
Updated
Oct 15, 2021 - Dockerfile
-
Updated
Jan 31, 2022 - Shell
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 `~/
-
Updated
Jan 6, 2022 - Rust
Hi!
First, thanks for the guide, I enjoyed it
-
Updated
Nov 26, 2021 - Rust
-
Updated
Jan 24, 2022 - Swift
-
Updated
Mar 2, 2021 - C++
-
Updated
Jan 7, 2022 - C
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