-
SELECT 20, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`,
CASE
WHEN layout = 'transform' OR layout = 'flip' OR layout = 'meld' THEN
GRO…
-
A continuation of #8220 because the scope has changed slightly and some more detail should be added. Again, this is a step in the right direction, attempting for a less controversial change rather tha…
ghost updated
5 years ago
-
SELECT 14, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`,
CASE
WHEN layout = 'transform' OR layout = 'flip' THEN
GROUP_CONCAT(CASE WHEN…
-
Hey!
I may misunderstand something, but I can't get plurals to work with arrays.
Steps to reproduce:
```javascript
const i18next = require('i18next');
i18next.init({
lng: 'en',
re…
-
Edit by Dandelion Sprout 25th of February 2020: GitHub spectacularly failed to tell me that there was a comment limit of 2,500 comments in issue threads?! So now it seems that discussion has been forc…
-
i noticed that on my Fibaro FGD212 zw5 (fgd212.xml) the scene functionality is not working.
with this functionality you are able to couple an IDX to an action and switch a switch or scene with it.
…
-
I have tried to send response without `addSimpleResponse`:
```javascript
app.ask(app.buildRichResponse()
// removed speech response
// .addSimpleResponse('')
.addMediaResponse(app.buil…
-
Continuing from thread from #353 .
-
Hey Psychokiller1888,
my system is a raspberry pi3 with snips and matrixvoice.
The first issue was: "python[1283]: "ImportError: No module named zmq"
Then I installed the module.
And now I have th…
-
see [this PR](https://github.com/home-assistant/home-assistant/pull/13706) for the already implemented code.
I would like to add general support for "sound mode" to the media player component. I al…