scripting
Here are 1,520 public repositories matching this topic...
-
Updated
Sep 25, 2021 - C++
-
Updated
Sep 29, 2021 - C++
-
Updated
Jan 8, 2021
-
Updated
Sep 15, 2019 - Swift
Get user input
It's common when writing scripts that install or configure things to need input from the user (at a minimum, something like 'Press Enter to continue'; at a maximum, to be able to prompt the user for input, with an optional default value, and return that value).
Let's use this issue to design how that would look, and I invite suggestions!
Try Yaegi
-
Updated
Sep 12, 2021 - Objective-C
-
Updated
Sep 27, 2021 - Python
-
Updated
Sep 1, 2021 - Kotlin
-
Updated
Oct 24, 2020 - 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
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
-
Updated
Sep 29, 2021 - Lua
I am running on Windows 10 using Windows Terminal Preview (version 1.8.1032.0) and Git bash (i.e. Windows Terminal executes "<GIT_HOME>\usr\bin\bash.exe" --login -i
). I have Jbang 0.70.0 installed and when I delete all files in ~/.jbang/bin
and then run jbang app install gavsearch@jbangdev
it creates gavsearch.cmd
and gavsearch.ps1
but no jbang.sh
:
knutw@WIN10-KNUT MSYS /c
-
Updated
Jul 2, 2021
-
Updated
Jun 10, 2021 - Python
-
Updated
Sep 26, 2021 - C#
-
Updated
Sep 21, 2021 - Python
On the documentation generated for Function and SyncFunction the function available from FunctionImpl
are not visible through the type alias.
This can be better addressed by either making these newtypes wrapping a function impl or making FunctionImpl
publ
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
-
Updated
Jul 23, 2021 - Java
-
Updated
Sep 15, 2021 - C++
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."
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.