-
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`,
…
-
-
This demo dataset has two configured remotes (both via SSH), but I only publish to one. However, the other (non-existing) control master "github" appears in several commands, and is also claimed to be…
-
From my logs:
````
[WARNING] Parsed version of URL 'http://kumo.ovgu.de/%7Emih/demoannex' differs from original 'http://kumo.ovgu.de/~mih/demoannex'
````
Do we need that? With a warning? Can …
-
During a git push from within `publish`:
````
[DEBUG ] Running: ['ssh', '-O', 'check', '-o', 'ControlPath=/home/mih/.cache/datalad/sockets/747501b3584c118d95811f2c756f2a9f', 'kumo.ovgu.de']
| cwd:…
-
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` …
-
WideVane setting seems to be ignored by heatpump. Changing via IR remote, HP reports the change. change via esp and it is ignored.
Maybe we nee to look at the IR protocol and see if that works with t…
-
Keystone currently defaults to the in-memory datastore for the Session Express Middleware, which shouldn't be used in production.
There's a writeup on how to use redis or mongo for session management…
-
removed comments to streamline issues for current discussion
-
If the client is downloading a large file that is deleted during the chunk downloads, the application will become unresponsive. Browsing through the kumo folders also stops working.
I've tested wi…