Rourke101

Results 4 comments of Rourke101

I have solved the problem by modifying a query and recompiling the solution. So the `"ORDER BY messages.timestamp asc"` must be removed (--) in this query: ``` void QueryMessagesThread::run() {...

I suppose it has something to do with this line: `"permissions": [ "cookies", "\u003Call_urls>", "tabs", "storage" ],`

I found the issue: I only allow extensions to work when I click on them. This way I prevent some security risks. However, the extension does not work when I...

I don't think that's the way. What I did was this in the Settings file: ``` { "shell_configs": [ ... { "name": "Cmder", "cmd": ["cmd.exe", "/k", "C:\\Program Files\\cmder\\vendor\\init.bat"], "env": {},...