-
Failed to execute `INSERT INTO card_legality (format_id, card_id, legality)
SELECT 34, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`, `u`.`layout` AS `layout`,
…
-
There can be some randomness if one of the players chose to add randomness. Otherwise, don't do it. It's not fun. We can assume players of Allicances (sic) understand game probability https://youtu.be…
-
SELECT 33, bq.id, 'Legal'
FROM (
SELECT
`u`.`id`, `u`.`layout`,
`u`.`id` AS face_id,
CASE
WHEN layout = 'double-faced' OR layout = 'fli…
-
When you remove a preference from the registry, it currently crashes because it can't find the preference it's trying to restore from the database (because the deleted preference is still in the datab…
czlee updated
7 years ago
-
As an admin, I want to be prevented from accidentally bidding on an auction, so that I don't make that mistake. So the bid box should not even appear to me when I view open auctions
- [x] **Scenario: …
-
Going once, going twice, SOLD! Introducing Artsy Live Auctions, a new way to bid in real time in auctions happening around the world. Compete with bidders on the auction room floor of Sotheby’s, Phill…
-
From the specifications (page 15):
> The way the game server simulates the daily real-time bidding on behalf of the
> Ad Networks is as follows: Upon a bid request as a result of user u visiting web …
-
Given that the bcbio [roadmap](https://github.com/chapmanb/bcbio-nextgen/blob/master/TODO.md) includes replacing the shared file system with S3 when running on AWS (which would be super-extra-awesome)…
-
On Latest builds the history and bid button states have regressed
- Bidding seems to work
![image](https://cloud.githubusercontent.com/assets/753098/15895333/b15476f2-2d58-11e6-8947-3e15a43e9199.png…
-
Like the title. If you run ModelTest, you may see what I mean. I get:
`java.lang.IllegalStateException: Connection is still allocated`
It varies where it is, it may have to due with some concurrency …