Rob J

Results 42 comments of Rob J

Second run, this time no evaluation just plain old arrow keys cursor movements. Same lag. I didn't try to open until the beginning since it would take forever ![image](https://cloud.githubusercontent.com/assets/11848802/12098435/3a160870-b31a-11e5-9413-82f7d064c808.png)

Ok so the lag is not related to autocomplete per se. It just happens to become most visible then since the popup stays open but it is the same lag....

![image](https://cloud.githubusercontent.com/assets/11848802/12099759/6280c3d8-b322-11e5-97e2-1334bdea0afb.png) This is a fresh LT download. Note that the lag starts when I evaluate the editor contents. Before that it runs fine. Once evaluated, the same culprit of bencode/asciislice/slowToString...

@rundis Thanks, I'll give it a try the next time I find I can reliably reproduce as I haven't had the behavior for a bit now, when I do its...

I would ask for it be a consideration of possibility to also have (non-JAR) regular Asciidoctor extension drop in. E.g. I was looking into bibtex and there is [this project](https://github.com/asciidoctor/asciidoctor-bibtex)...

You must be running it in your own app context then (sorry, I'm user clojens btw). If you import symbols e.g. into the namespace `(ns example)` as `(require '[something :refer...

Thank you. I know cargo-cult coding is bad but it really isn't if you basically grok what you are doing. Unless it is a very elaborate procedure, which needs to...

Exact (except namespace) copy/paste as instructed - conflicting names: ![1](https://cloud.githubusercontent.com/assets/11848802/7552661/ee9bf6bc-f6c1-11e4-8b0c-530ffd7657af.png) Change the name resolves the conflict ![2](https://cloud.githubusercontent.com/assets/11848802/7552660/ee793a6e-f6c1-11e4-9c6d-e73f0c081df8.png) Yet the following really stops it (the user/pass is correct but obfuscated, without...

I guess not: https://github.com/yeoman/bower-requirejs/blob/master/lib/build-config.js#L16 `name` is added at the key and I don't see any logic where this can be altered elsewhere either. Could be it is not done for...

Hmm so I do not get why it is firing on the BS datepicker events as well, when you put the `.on` calls as methods on the modal I provided....