Results 27 issues of Mark

## Describe the bug The line of code selectPhoto(types: [Images], multiple: false) >> selectedImage compiling with the command-line tool _jelly_, "Successfully Compiled Shortcut" is output, but it is also proceeded...

bug

## Is your feature request related to a problem? Please describe. _jelly_ command always exits with status 0 if the Compile command is run on source code, so any script...

enhancement

## Is your feature request related to a problem? Please describe. The issue template ask the issue reporter to enter a version number. Such a version is unknow to the...

enhancement

## Describe the bug if code contains the line import nonexistantlibary no warning is generated. ## To Reproduce Steps to reproduce the behavior: 1. create a file Crash.jelly with the...

bug

#16 ### replace github.com/ActuallyTaylor with github.com/OpenJelly ### replace actuallytaylor.github.io/Open-Jellycore/documentation with https://openjelly.github.io/Open-Jellycore/documentation without https:// resulted in 404 ### line 32 added missing slash to URL, 404 otherwise ### line 65 added...

## Describe the bug Shortcuts allows for unusual variable names, say for instance the number "1", or what mistakenly be understood as expressions like "-varA" or "-(varA)". leading to some...

bug

## Describe the bug The following code compile and runs in AppStore Jellycuts, but generates a syntax error in Open-Jellycore import Shortcuts var -(varA)="a" quicklook(input: -(varA)) ## To Reproduce Steps...

bug