-
among the other things, I am simplifying the code even more, removing the concept of global entities pool (I need to explain this in depth), introducing EntityViewStructs (They are like the entity vie…
-
```
Failed to execute INSERT INTO deck ( created_date, updated_date, person_id, source_id, url, identifier, name, competition_id, archetype_id, resource_uri, featured_card, score, thumbnail_url, smal…
-
- OS: Windows
- Programming Language version: Python 3.6 64bit
- CCXT version: 1.18.32
- Exchange: poloniex
- Method: market property key: market['precision']['cost']
```poloniex = ccxt.poloni…
nimad updated
5 years ago
-
```
Reported on decksite by Failed to execute `INSERT INTO card_legality (format_id, card_id, legality)
SELECT 34, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id…
-
In my latest pull from xchange the getExchangeSymbols call is removed.
This api call was for some time marked as deprecated. Advised was to use getMetaData().getMarketMetaDataMap().keySet().
But this…
-
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`,
…
-
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`,
…
-
I followed the instructions in the Unity Hello AR example, installed the latest ARCore service, but it never tracks any surfaces. Gets stuck at "Searching For Surfaces". (The Hello AR Java example wor…
odbol updated
6 years ago
-
Exceeded slow_query limit (2.0 > 2) in mysql:
INSERT INTO card_legality (format_id, card_id, legality)
SELECT 34, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` …
-
Can't use the camera as a background through arcore NDK C
```shell
04-05 12:45:05.658 24332-24406/? E/memtrack: Couldn't load memtrack module
04-05 12:45:06.084 24332-24406/? E/memtrack: Couldn…