-
Updated
Apr 24, 2021 - Rust
sandbox
Here are 1,148 public repositories matching this topic...
fuzzing: Use `wasm-encoder` rather than generating WAT text and then assembling it in dummy imports
In bytecodealliance/wasmtime#2497 (comment) we added support for generating nested modules, and we generate these modules by concatenating strings of WAT and then passing it to Module::new which internally checks for WAT strings and assembles them into Wasm bytes if necessary.
We can make this more efficient, improving the number of test cases we fuzz in a
-
Updated
Feb 6, 2021 - Swift
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.
Version of OpenTTD
9c5a7d3a572d02813e6bab83004334b9a154a62b
Expected result
The function IConsoleError behaves exactly the same as using IConsolePrintF(CC_ERROR, "ERROR: %s", string);, but is shorter and more concise.
https://github.com/OpenTTD/OpenTTD/blob/9c5a7d3a572d02813e6bab83004334b9a154a62b/src/console.cpp#L168-L171
Therefore, IConsoleError(string) should in general be
Use Case
As a developer, I want to join a multiplayer server as a new user, as if I were joining it for the first time. Even though I had previously logged in to it with this client.
I tried changing my "Player Name" in the player settings. That changed the way my name displays, but still connects me to my previous character.
Discussion
This can be done by removing the `security.
-
Updated
Apr 25, 2021 - C++
-
Updated
Apr 21, 2021 - JavaScript
-
Updated
Mar 7, 2021 - C
-
Updated
Apr 6, 2021 - JavaScript
-
Updated
Apr 22, 2021 - C++
-
Updated
Mar 24, 2021 - Shell
-
Updated
Aug 24, 2018 - JavaScript
Currently an X icon is used to mark any extinction types on the species population graph, and may create the impression that a species have gone extinct entirely even though it's only patch-specific. Would be nice if a unique icon is used to indicate that.
-
Updated
Mar 24, 2021 - Python
-
Updated
Oct 5, 2020 - Python
-
Updated
Apr 24, 2021 - C#
-
Updated
Jan 19, 2019 - C
-
Updated
Mar 15, 2021 - C++
Regressed in DMOJ/judge-server#673, since now the cache is per-worker-process, and gets destroyed on exit. Will require a rewrite of the caching system.
-
Updated
Apr 6, 2021 - Ruby
The virtio_scsi driver enqueues buffers to the eventq but does not actually handle them on completion. The following events could be reported to the driver which require some action to be taken:
- transport reset: This may occur as a result of hotplug events or a device being reset. Sense codes cannot be relied on when new devices or busses appear, so this event needs to be handled.
- asynchro
For example:
# compile a simple app
$ gcc -xc - -oapp.exe <<EOF
#include<stdio.h>
int main()
{
printf("Hello World!\n");
return 0;
}
EOF
# build image for two providers
$ ops build app.exe -t hyper-v
Bootable image file:/home/am11/.ops/vhdx-images/app.vhdx
$ ops build app.exe -t onprem
Bootable image file:/home/am11/.ops/images/app.img`ops instance create
-
Updated
Jan 20, 2021 - Python
-
Updated
Apr 25, 2021 - C#
-
Updated
Apr 11, 2021 - Go
-
Updated
Apr 18, 2021 - Go
Improve this page
Add a description, image, and links to the sandbox topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sandbox topic, visit your repo's landing page and select "manage topics."
Description
runsc installis able to edit/etc/docker/daemon.jsonto enable Docker to replace runc with runsc.Would be great if podman supports this feature.
Is this feature related to a specific bug?
No. By the way, does gVisor depend on Docker just for the reason that Docker uses runsc as its runtime?
Do you have a specific solution in mind?
To replace the runtim