-
Updated
Aug 9, 2021 - C++
virtual-machine
Here are 1,687 public repositories matching this topic...
-
Updated
Sep 14, 2021 - Rust
-
Updated
Sep 3, 2021 - Shell
-
Updated
Aug 30, 2021
-
Updated
Sep 2, 2020 - LLVM
-
Updated
Jul 22, 2021 - C
-
Updated
May 23, 2021 - Java
The multipass log file (/Library/Logs/Multipass/multipassd.log) is suddenly exploding with gigabytes of entries like:
It appears like PHP is looping through include_paths and all failures to stat a file via sftp are logged.
Any idea how to suppress or disable this logging ?
Logs
[2021-08-18T13:53:46.493] [error] [sftp server] handle_stat: cannot stat '/Users/clu/www/phplib/file.cla
-
Updated
Nov 12, 2020 - C
-
Updated
Mar 23, 2019 - C
In the prototype implementation of value types support, the letter Q is used as a prefix in the bytecode for the signatures of classes that are value types, as distinguished from concrete identity type classes, interfaces and abstract classes, whose signatures are prefixed with the letter L.
Minimal changes to handle the Q prefix in the JIT compiler were merged into OpenJ9 in [pull reques
-
Updated
Mar 26, 2021 - Rust
-
Updated
Aug 19, 2021 - Shell
-
Updated
May 7, 2021 - Go
-
Updated
Apr 6, 2021 - C
-
Updated
Mar 7, 2021 - C
-
Updated
Sep 14, 2021 - Go
-
Updated
May 10, 2021 - Ruby
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
Sep 7, 2021 - C
-
Updated
Sep 4, 2021 - Dockerfile
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
-
Updated
Apr 4, 2021 - C++
-
Updated
Jun 21, 2021
-
Updated
Jan 20, 2021 - PowerShell
-
Updated
Aug 13, 2021
Improve this page
Add a description, image, and links to the virtual-machine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the virtual-machine topic, visit your repo's landing page and select "manage topics."
When passing Wasm function to the host as a callback, it's passed as an index in the table.
Wasm3 needs to provide an API to call such functions.