-
In the PostgreSql driver the function lastInsertId assumes sequences are named like:
> [table_name]_id_seq
when they're actually named like:
> [table_name]_[col_name]_seq
for SERIAL type columns…
-
I prefer to use camelCase for keys in javascript, like so:
``` js
{
"firstName": "Bobby",
"lastName": "Tables",
"email": "bobby@aol.com"
}
```
Which I hope can map directly to a postgres…
-
This proposal addresses issues #4 and #5, while still allowing all existing functionality.
Right now subscribers are rate-limited by the pre-configured `newJobCheckInterval`. Server capacity is going…
-
I'm connecting to a legacy database with a Rails API that I'm writing. Currently trying to use FactoryGirl to create models on my test database.
The primary key for the User table is called 'UserId'.…
-
I've never used a transactional queue before and find myself having to infer the overall design from the API and configuration docs. I'm not sure I'm getting it right. It would be nice for the docs to…
-
According to the documentation, the only throttling available is via a throttle period set upon publishing an event. The throttle only allows the publisher to post one task per throttle period, refusi…
-
It's time. Gittip right now is an LLC that is wholly owned by me. Gittip is _de facto_ owned by the subset of our users that think of themselves as owning Gittip. We need to make this real _de jure_. …
-
If we only have a checkbox for including individual trees in synthesis, then there is no way to tell whether no checked boxes means the curator hasn't reviewed the trees for inclusion, vs. whether the…
-
STOP BOTTING 0.39 API IS BEING FORCED NOW.
Bot might work, but you will get flagged and banned.
**1. The Official Apps forced to use 0.39.0 API.
2. All bots are .35 API
3. Niantic will let you conne…
-
Hi, this issue is going to be a little rambly, but hopefully I can provide some useful information....
As I've mentioned before, I don't really like the way records interact in Opaleye. `data Foo a b…