Rian Ó Cuinneagáin

Results 4 issues of Rian Ó Cuinneagáin

Error being thrown: ```q 'embedPy requires python 3.6 or higher on windows ``` Issue is test case: ```q q)`3.6>`3.10 1b ```

The `.Q.sha1` example was using `.Q.fc`

The example is incorrect: ```q q)@[1 2; ::; ,; 3 4 5] 1 2 3 4 5 ``` It produces a `length` error: ```q q)@[1 2; ::; ,; 3 4...