Travers
                                            Travers
                                        
                                    On CRAN now
An override argument sounds reasonable.
@sda030 Try the latest commit with your previous ggplots and let me know if it works. New function `set_trust_promises` Standard behavior: evaluate promises during save, don't allow promises during read....
The global option changes both saving and reading files, so you should be able to read previously saved promises from earlier versions of R / qs.
You need to change two things: 1) the port number, which you should read from the local environment. 2) the IP address, should be 0.0.0.0 not 127.whatever
Two days late, as the latest update blocked the game from running at Heroku IP addresses.
In the config files, start, end should be lists and grid should be a list of lists.
Here is my current config file (pretty rough outline of some areas, but just to test): ``` # coding: utf-8 from datetime import datetime DB_ENGINE = 'sqlite:///db.sqlite' AREA_NAME = 'Honolulu,HI'...
Good points, about converting it to a standard format early on. In my own map, I converted to using a hexagonal grid, since it is more space efficient. We can...
@Aiyubi didn't realize! That's how old my PR is haha.