Elia Robyn Lake (Robyn Speer)

Results 31 issues of Elia Robyn Lake (Robyn Speer)

The main reason one would want to run multiple games in slow mode is if you're not on Chrome, and therefore running lots of computation in JavaScript without returning control...

feature
web

One way that Dominiate can really shine is allowing people to playtest new cards they propose (for example, on the Variants forum of forum.dominionstrategy.com). People can run arbitrary CoffeeScript code...

feature
web

We support them from the command line. We should have an interface for 3+-player games on the Web. This will probably require making the ACE edit box appear differently.

feature
web

It looks like the stock cld2 library has heuristics for detecting rare, silly languages such as Klingon and Pig Latin that are disabled by default. pycld2 enables all of them,...

bug
upstream

I compared the results of `langdetect` to `cld2` on a number of snippets from the Common Crawl, and found that langdetect was frequently detecting Japanese or Chinese text as Korean....

I ported the code to Python 3. It was actually quite easy -- your code is portable and doesn't use much Python-2-specific syntax. Thanks for this useful code!

I'm running version 9.5-2 of this container on Docker 1.12.1 on Linux, and eventually it starts outputting lots of errors about files in its data volume. Here are the kind...

``` >>> from ordered_set import OrderedSet >>> a = OrderedSet(["a", "b", "c"]) >>> a.index("b") 1 >>> a.pop(0) 'a' >>> a.index("b") 1 >>> a[1] 'c' ``` This was revealed by looking...

This change to wikiparsec helps us avoid output that detracts from ConceptNet, perhaps because it involves obsolete forms of words, or because it outputs offensive definitions that are removed from...

There is apparently a fair amount of Spanish text out there that contains a mix-up between Windows-1252 and MacRoman before being encoded in UTF-8. Because Latin-1 for Windows-1252 is the...