Anatoly Kudinov

Results 5 comments of Anatoly Kudinov

Can you try adding line break at end of file?

Also, does it work fine when you loading it in gorilla-repl itself?

There is some code https://github.com/JonyEpsilon/gorilla-repl/tree/develop/resources/public/js-viewer but i dont know how it served on viewer.gorilla-repl.org

As for original issue, seems like github sends line breaks as \n not as base64 encoded \n https://api.github.com/repos/log0ymxm/gorilla-worksheets/contents/src/matrix-factorization.clj We can split/decode/join back, for example.

@adambeynon i believe that would add marginal performance increase, is it worth to leak abstractions to get it? Is this choice makes code cleaner? Could this be a problem for...