scripting
Here are 1,226 public repositories matching this topic...
-
Updated
Dec 18, 2020 - C++
-
Updated
Dec 21, 2020 - C++
-
Updated
Jun 13, 2020
-
Updated
Sep 15, 2019 - Swift
-
Updated
Nov 28, 2020 - Objective-C
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
Dec 20, 2020 - Kotlin
-
Updated
Oct 24, 2020 - PowerShell
Issue #110 introduced type aliases to Mun - on a file-level. We want to extend this, such that - similar to Rust - Mun can support type aliases in a local scope:
type OtherTypeName = i32;
fn main() {
type Typename = OtherTypeName; // Type alias in local scope
let a: Ty-
Updated
Dec 14, 2020 - Python
Describe the bug
You can't call a variable banIP or banSerial without getting an output on the server console/log.
To reproduce
-- serverside
banIP = "192.168.1.69"Run that code and you will see and output similar to this:
[Server] banIP no longer works. Please manually update this. Refer to the wiki for details
Expected behaviour
It should only tell you tha
-
Updated
Dec 22, 2020 - Lua
-
Updated
Dec 23, 2020 - C#
-
Updated
Nov 14, 2020
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
Apart from jbang help and the examples of jbang use given in the readme, it would be great to have:
- A documentation - Picocli generated ?
- A cheat sheet usable with https://github.com/cheat/cheat
The second one is very efficient, as you document only the most frequent usages of a command, so you find very quickly the command you need.
For example, the LSP could expose commands to run, check, or test the current code by sharing some code with rune-cli.
Potentially has some overlap with DAP, for debugging capabilities.
-
Updated
Dec 22, 2020 - Python
-
Updated
Dec 23, 2020 - C++
-
Updated
Nov 5, 2020 - Java
-
Updated
Mar 4, 2019 - Swift
-
Updated
Mar 15, 2020 - Go
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."
After spending some time to debug it, I discovered that the project cannot be compiled on MacOS if
-DCLANG_SUFFIX="-9"is passed. I havellvm@9installed from brew and it gives the following error: