Lukas Prokop

Results 5 issues of Lukas Prokop

# Expected output ``` sage: print('Hello World') Hello World ``` # Actual output ``` sage: print('Hello World') None ``` # Proposed solution It is annoying that the output in sagemath...

Assume the following command: ``` doctl compute droplet neighbors 42 --output json ``` Because in a CLI, everything is considered as a string, this call is just fine. However, assume...

Hi, this repository does not mention any license. I wonder under which license this source code is published. cheers!

Hi, this repository does not mention any license. I wonder under which license this source code is published. cheers!

**[CustomStyle.lua](https://github.com/dail8859/LuaScript/blob/a4dd230779d099f16962bc4c00f465a7d58e36d9/examples/StyleCustom.lua) example file** ```lua --[[ An example file proc clip(int a) « Clip into the positive zone » if (a > 0) a 0 end ]] -- Define style numbers...