Andrius Chamentauskas
Andrius Chamentauskas
@GestaltEngine do you mean you copied all maps from `/home/username/.steam/debian-installation/steamapps/common/Supreme Commander Forged Alliance/maps` to `/home/username/faf/maps_and_mods/maps`? I tried that, and while there are no more errors in the client log, I...
I'd be interested to debug why it breaks that query if you can isolate the problem a bit and give me a sample code that breaks.
I checked your project and I can't reproduce your bug. `policy_scope(User).find(params[:id])` generates `SELECT "users".* FROM "users" WHERE "users"."id" = 1 AND "users"."id" = ? LIMIT 1 [["id", 1]]` so I...
Tried, but can't test it, polyamorous is version 1.2.0 not, but squeel depends on ~1.1.0
which means?
For mysql this needs to be added to my.cnf: [mysqld] character-set-server=utf8 default-collation=utf8_unicode_ci It would also make sense to make mysql client use utf-8 with this: [client] default-character-set=utf8
Sure, sample request: ```json {"jsonrpc":"2.0", "method":"Files.GetDirectory", "id":4, "params":{"directory":"plugin://plugin.video.youtube/channel/UC3XTzVzaHQEd30rQbuvCtTQ/", "properties":["playcount", "thumbnail", "file"]}} ``` And the items I receive all look like this: ```json {"file":"plugin://plugin.video.youtube/play/?video_id=_h1ooyyFkF0","filetype":"file","label":"Automation: Last Week Tonight with John Oliver (HBO)","playcount":0,"thumbnail":"image://https%3a%2f%2fi.ytimg.com%2fvi%2f_h1ooyyFkF0%2fhqdefault.jpg/","type":"unknown"}...