-
Updated
Jun 25, 2021 - Rust
sandbox
Here are 1,186 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
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.
-
Updated
Jun 2, 2021 - Swift
Version of OpenTTD
1.11.2
Expected result
When autosave/netsave.sav would be overwritten, the savegame instead gets written to autosave/netsave2.sav, then autosave/netsave3.sav, and so on and so forth. At a certain point, the numbering wraps around back to 1 in order to prevent the autosave/netsave#.sav from taking up too much storage space.
Actual result
When `autosave/n
@keturn proposed the following changes as a follow-up for the migration of our pipeline Jenkinsfile from scripted to declarative syntax in #4784:
- Move discoverGitReferenceBuild as early as possible.
- Publish stage: Refactor "rebuild Omega after engine trunk build" to not need script block
- Analytics and Documenta
-
Updated
Jun 26, 2021 - C++
-
Updated
May 18, 2021 - JavaScript
-
Updated
Mar 7, 2021 - C
-
Updated
Apr 6, 2021 - JavaScript
-
Updated
Jun 25, 2021 - C++
-
Updated
Jun 24, 2021 - Shell
this will help users to see if they are using integrated graphics or not.
Can be queried from the VisualServer:
https://docs.godotengine.org/fi/stable/classes/class_visualserver.html#class-visualserver-method-get-video-adapter-name
Also would be nice to show the current used video memory and used renderer
https://docs.godotengine.org/fi/stable/classes/class_visualserver.html#class-visual
-
Updated
Aug 24, 2018 - JavaScript
-
Updated
Jun 2, 2021 - Python
-
Updated
Oct 5, 2020 - Python
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
-
Updated
Mar 15, 2021 - C++
-
Updated
Jun 26, 2021 - C#
-
Updated
Jan 19, 2019 - C
-
Updated
May 5, 2021 - Ruby
-
Updated
Jun 22, 2021 - C#
-
Updated
Jan 20, 2021 - Python
-
Updated
Jun 6, 2021 - Go
-
Updated
Jun 26, 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."
From
tcsetpgrp(3):