IClojure icon indicating copy to clipboard operation
IClojure copied to clipboard

Problem if the string is longer than 80 characters.

Open ribelo opened this issue 5 years ago • 0 comments

There is a problem when the string is too long. By default, unrepl has a maximum length of 80 characters. If, for example, our html is longer than 80, then we get:

java.lang.IllegalArgumentException: Don't know how to create ISeq from: clojure.lang.TaggedLiteral

ribelo avatar Apr 04 '19 10:04 ribelo