scripting
Here are 1,647 public repositories matching this topic...
-
Updated
Jan 7, 2022 - C++
-
Updated
Feb 10, 2022 - C++
-
Updated
Nov 24, 2021
-
Updated
Feb 10, 2022 - Python
-
Updated
Jan 1, 2022 - Go
-
Updated
Feb 2, 2022 - Objective-C
-
Updated
Sep 15, 2019 - Swift
-
Updated
Jan 12, 2022 - Kotlin
-
Updated
Oct 1, 2021 - PowerShell
Hi,
Mun newbie here. I wanted to test the 0.3 on Windows but it seems there is a bug with it. Here What I did:
- I downloaded mun 0.3 for Windows using Github releases
- Unzipped
mun.exe
into a new directory on my desktop - Opened a terminal into this directory and typed
mun new mun-test
- Program ran but no file nor directory were created
- Run
mun --help
. Nothing happe
Description
Up till now, nearly 65+ Contributors have contributed to Rotten Scripts with more than 400+ Pull Requests created and 350+ Issues created. I want to better understand on how easy has the contributions been for the Contributors.
Since the Project has been a part of many Open-Source Programs, I need to understand how many PRs have been merged and how many PRs were closed. You
Describe the bug
- Objects set to breakable="false" in map remain breakable (hay boxes, object ID 996, object ID 3280 and many more)
To Reproduce
- Set any of the objects I mentioned above to breakable="false"
Expected behavior
- Objects become unbreakable and do not fall apart after a heavy weight passes on them
Screenshots
See
PS C:\> jbang edit --open=code .\test.java
[jbang] Running `cmd /c code 'C:\Users\foo\.jbang\cache\projects\test.java_jbang_XXX\cntest'`
From the output you can see it starts cmd
but uses PowerShell quoting.
Auto-formatter
It'd be very nice to have an auto-formatter for Rune which can take a source-snippet and format it properly.
-
Updated
Feb 10, 2022 - Lua
-
Updated
Jan 20, 2022
-
Updated
Jan 17, 2022 - C#
-
Updated
Jan 28, 2022 - Python
-
Updated
Jan 22, 2022 - Python
-
Updated
Feb 10, 2022 - C++
Cleanup the Cmake
The CMakeLists files of this project is kinda messy, mostly due to my limited understanding of the topic.
So they definitely need to be cleaned up at some point
Improve this page
Add a description, image, and links to the scripting topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scripting topic, visit your repo's landing page and select "manage topics."
Related to metering wasm3/wasm3#127 and being able to run a set number of instructions, I'd like to be able to serialize a paused interpreter's state and deserialize it to a new interpreter instance; very roughly,