-
Updated
Dec 1, 2021 - C++
scripting-language
Here are 669 public repositories matching this topic...
-
Updated
Sep 18, 2021 - C
-
Updated
Nov 18, 2021 - Java
-
Updated
Dec 15, 2021 - Rust
-
Updated
Sep 4, 2021 - Rust
-
Updated
Feb 20, 2021 - Go
-
Updated
Jun 27, 2019 - Go
-
Updated
Dec 31, 2021 - Rust
-
Updated
Dec 13, 2021
-
Updated
Jan 3, 2022 - Java
-
Updated
Jan 2, 2022 - JavaScript
-
Updated
Sep 9, 2020
-
Updated
Dec 25, 2021 - C
-
Updated
Jan 3, 2022 - Rust
-
Updated
Jan 4, 2022 - Java
-
Updated
Nov 12, 2021 - Java
Skript/Server Version
[23:57:24 INFO]: [Skript] Server Version: git-Paper-"81d89f6" (MC: 1.17.1)
[23:57:24 INFO]: [Skript] Skript Version: 2.6
[23:57:24 INFO]: [Skript] Installed Skript Addons:
No Addons
Bug Description
After calling the expression %timespan% (from|after) [the] [date] %date%
, the date in the variable changes.
Expected Behavior
Executing `%timespa
-
Updated
Jan 3, 2022 - JavaScript
-
Updated
Jan 4, 2021 - Swift
-
Updated
Dec 29, 2021 - C
Is your feature request related to a problem? Please describe.
When you write (let gloublargh 12) (print gloublagrh)
you will get an error "Unbound variable error (variable is used but not defined) ... gloublagrh" and it can be hard to spot the spelling mistake here.
Describe the solution you'd like
It would be interesting to suggest the nearest variable name, eg "unbound variable e
Current coverage is not bad (70+%) and in general and I don't want to embark on one of those 100%-coverage crusades. But I know there are parts of the interpreter that are undertested (and don't generally need a whole lot of tests) and it might be nice to get some quick wins in terms of coverage.
-
Updated
Jan 3, 2022 - C++
-
Updated
Jan 26, 2018 - C#
-
Updated
Dec 30, 2021 - C++
-
Updated
Dec 20, 2018 - Go
-
Updated
Jan 15, 2019 - PowerShell
-
Updated
Oct 20, 2021 - C
Improve this page
Add a description, image, and links to the scripting-language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scripting-language topic, visit your repo's landing page and select "manage topics."
Currently, our math module isn't completely filled with necessary math functions, where you can contribute us by adding more math functions. This issue has reference on how to add
log
function to the math module.How to implement
PR #154 has example on how to add
log10
to the math module, which you can use as a reference to addlog
(base 2) function.Finally
And don't forget