-
When passing data, a la:
```
posterior
-
Using Chrome: Version 50.0.2661.18 dev (64-bit) on Ubuntu 14.04
![image](https://cloud.githubusercontent.com/assets/5461398/16734186/d5719486-4741-11e6-8760-efd2ca7a120c.png)
-
Bundling webppl and webppl-viz together no longer seems to work (which agentmodels.org uses to run viz in the browser). Looks like you recently moved to React which does some code transformation and t…
-
Currently, it is a gitignore'd symlink inside the `compiled` directory, which is brittle.
-
Its complaining that webpplAgents is not defined and I'm not sure where this name is supposed to come from.
-
The editor shows a readable error message for code that calls this function:
```
window.foo = function() { throw new Error('foo') };
```
However, it doesn't show any message for code that calls this…
-
https://travis-ci.org/probmods/webppl/jobs/132349260
-
1. test the install instructions, run.sh and compile.sh to make sure they aren't deprected. (can make use of https://github.com/stuhlmueller/webppl-json as a guide).
-
After pulling the latest version of agentmodels.org, when I run `sudo sh ./scripts/update-webppl`, I get the following error message which stops the update:
```
Warning: Command failed: browserify -t…
-
There are a fair number of places where we throw strings instead of proper errors.
We should change all strings to errors so that error handlers (e.g., webppl-editor) get stack traces.