Rob J
Rob J
Got why the `hidden` didn't fire. There is something off in the names of the events: You use `show` in concordance with `hidden` but these pairs are `shown:hidden` and `show:hide`...
Any chance we're going to get a (automagical) glossary of terms special section with this? Although I must admit, making one by hand is relatively easy (taking the `abbreviations.txt` idea),...
@mojavelinux Fair enough. Would be great to see this brought to the table regardless. Plugin would require the core functionality to be in-place though and I noticed the milestone got...
That's fine, I know who it goes and I'm keeping an eye out for any asciidoctor related projects/changes anyway, checking up every now and then :)
May I suggest _clearly_ adding the key value to be used for `-t`? I was using the JTDS driver for MSSQL and I really couldn't figure out what string to...
@Raynes anything preventing a upgrade to a more recent Clojure?
Note the slightly different syntax for either retrieving base or derived type using the above method, e.g. ``` js class A { } const B = class B extends A...
Oh and one extra gotcha was that, with webdriver/selenium firefox driver, it starts inside my `/tmp` and so it uses a anonymous user profile in firefox (temporary). As such, I...
I'll take a look sometime soon ^^ edit: it should be along these lines, no means or time to setup an environment and actually test it :P ``` js driver.wait(function()...
I've found the current weighing unreliable at best... Somehow it's hard to believe that: ``` classifier.addDocument(['callback', 'hell', 'npm', 'thenable', 'promise'], 'node') classifier.addDocument(['collections', 'database', 'db', 'mongo', 'mongodb', 'MongoDb', 'ObjectId'], 'database') classifier.train()...