scripting
Here are 1,325 public repositories matching this topic...
-
Updated
Mar 14, 2021 - C++
-
Updated
Mar 27, 2021 - C++
-
Updated
Jan 8, 2021
-
Updated
Sep 15, 2019 - Swift
-
Updated
Mar 23, 2021 - 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
Jan 21, 2021 - Kotlin
-
Updated
Oct 24, 2020 - PowerShell
Reexporting a type or value from one module to another should check the visibility of the original item.
This can happen in a few cases:
//- foo.mun
// Illegal, Bar has a smaller scope that this use statement
pub(super) struct Bar;
// Illegal, Bar has a smaller scope than this function
pub fn baz() -> Bar {
}//- mod.mun
pub use foo::Bar; // Should be illega-
Updated
Jan 15, 2021 - Python
Is your feature request related to a problem? Please describe.
It isn't a feature related to a problem, however having raw buffer data support would become handy. Thanks to this we can stop relying on using files for loading fonts. Besides, this way we have another way for loading fonts without actually using a file. Say, a web that streams raw string data for fonts, etc.
**Describe the so
-
Updated
Mar 21, 2021 - Lua
-
Updated
Feb 3, 2021
Affects:
- Installing plugins from Plugin Repository
- Installing plugins using URL Scheme
Current Behavior:
HTTP errors are not handled, user may end-up with a broken "plugin" file, see #59 as example.
Desired Behavior:
Proper Error handling, including:
- checking HTTP error codes
- showing user a dialog if something went wrong
- maybe adding additional checks like tryi
-
Updated
Mar 2, 2021 - C#
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.
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
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
Mar 27, 2021 - Python
-
Updated
Nov 5, 2020 - Java
-
Updated
Feb 25, 2021 - C++
-
Updated
Mar 4, 2019 - Swift
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."
https://github.com/WebAssembly/bulk-memory-operations