Results 30 issues of saikyun

``` (set! *print-level* 1) ; doesn't work (set! *print-length* 1) ; works ``` Both seem to work in socket repl. On OSX, arcadia master.

## Steps to reproduce Am on `beta` commit https://github.com/arcadia-unity/Arcadia/commit/f8eaeaf7843d4f5defc67006b493041a2b0750cb. On `master` commit https://github.com/arcadia-unity/Arcadia/commit/a44bea75c128e704248617c057dc187549ab8954 it just hangs after `(break)`. Connect to the nREPL server. I've tried cider and miracle. ``` (use...

enhancement

Using Emacs the repl sometimes gets stuck when using `inf-clojure-eval-buffer`. This is new behaviour since the recent update to Unity 2018. I'm using Emacs 25.3.3 on a Macbook Air (early...

bug

When trying to follow the tutorial (https://github.com/arcadia-unity/fighter-tutorial#building-the-players-avatar), I get the following error when running `(setup)` a second time: `NullReferenceException Object reference not set to an instance of an object Arcadia.HookStateSystem.Lookup...

move-forward was missing in the readme

Atm examples are old and don't work. Need to fix that.

Hello! Thank you for a fantastic library! On my and my friend's mac (I'm on Monterey), with a key callback like this: ``` static void key_callback(GLFWwindow *window, int key, int...

macOS
input

When using load-file, I can't find line number information off errors. E.g. ``` ( ``` Should give me info on line 1, but I can't find it in the error....

As it is now, playing Matryoshka gets tedious, especially with Cezve. E.g. to break an ICE with 3 strength and 1 subroutine, I have to click: 1. Match strength 2....