Albert Sun

Results 7 issues of Albert Sun

In comment #2 here: http://johnkeefe.net/journo-hacker-sharing-in-action details a problem with the code's parsing of KML polygon's vs multipolygon's

Here's a test case, two boxes right next to each other. $p([[0,0],[0,1],[1,1],[1,0]]).union_2d($p([[1,0],[1,1],[2,1],[2,0]])) This returns null. Those don't overlap, maybe that's the problem. But, this doesn't work either. $p([[0,0],[0,1],[1,1],[1,0]]).union_2d($p([[0,0],[1,1],[2,1],[2,0]])) This returns...

Not really a bug, but a bit of confusion around how quoted environment variables are handled. I'm trying to set the timezone to `TIMEZONE="Eastern Time (US & Canada)"`. This doesn't...

So I tried to run the validation suite with PorterStemmer2.js and it seems to be failing to execute that file at all right now.

The version of RestClient specified in the gemspec has this security flaw: http://www.osvdb.org/show/osvdb/117461 I believe it should be updated to at least 1.7.3 https://github.com/rest-client/rest-client/blob/master/history.md

Part of https://github.com/cantino/huginn/pull/1593 Still WIP, probably to be merged after https://github.com/cantino/huginn/issues/1659 and along with https://github.com/cantino/huginn/issues/1660 after writing some tests. This adds - A database migration that adds a `shared` boolean...

A page where admins can view all agents. Part of https://github.com/cantino/huginn/pull/1593 The route is `/agents/all`, this creates `views/agents/_shared_table.html.erb` as a version of `_table.html.erb` with conditionals to not link to pages...