-
Hi Jens,
The following code works as expected until the last line.
```
#lang sicp
(#%require sicp-pict)
(paint einstein)
(paint (flip-horiz einstein))
(paint (flip-vert einstein))
(d…
-
I tried posting a PR with the updated Twilio yesterday and if failed travis tests because I was setting a date wrong in one of the tests. This made me take a close look at the way we are handling date…
-
What should happen is someone signs up for a reminder twice with the same case ID and phone number? I think we currently end up with two reminders in the DB and they'll get sent two reminders. It migh…
-
I was wondering if we could include eslint and configure a standard for it? If so, which standard would it be?
Among other things I see some filenames are snake_case, camelCase, and nocase. A legac…
-
Criminal cases can have multiple appointments per case. I think we will need to store after sending the reminder the hearing date, and if a different hearing date appears for the reminder request, we …
-
We've gotten a number of requests for a feature that would make it possible to duplicate exhibits - to create an exact copy of an exhibit and all of its records.
This would make it possible to do a c…
-
![image](https://cloud.githubusercontent.com/assets/55217/15206485/e4be98ae-181f-11e6-87cc-61ac583a30f4.png)
Don't really have time to narrow it down to a specific version.
-
Since we have started automatically updating GTFS, it has become a little inconvenient to deal with GTFS files in the git repo. Here's what now happens:
1. Clone repo locally
2. This includes the …
-
@zakandrewking,
Is there a way to prevent a created map being cleared when invoking d3.json to upload a new model json file. Below is the code I am using to updating a model json file:
```
d3.j…
-
I am trying to update to 3.5.2, but get this error:
ampersand-3.5.2: build
"fatal: Needed a single revision\n"
"fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree.\nUse…