Vadim Peretokin

Results 768 comments of Vadim Peretokin

> enableWhen items are not shown when the questionnaire is previewed? Indeed.

Some debugging information: ```lua $ lua Lua 5.1.5 Copyright (C) 1994-2012 Lua.org, PUC-Rio > require, "luarocks.path" stdin:1: unexpected symbol near '"luarocks.path"' > require "luarocks.path" > require "luarocks.core.manif" stdin:1: module 'luarocks.core.manif'...

I call `Discord_Initialize` just the same and that works, but `handleDiscordReady` is never triggered.

`handleDiscordError` doesn't get tripped up. Console shows errors: [discordapp.com-1528477023568.log](https://github.com/discordapp/discord-rpc/files/2085297/discordapp.com-1528477023568.log) It doesn't show them for Qt Creator.

Ubuntu and clion is run as a snap - which do offer sandboxes but I don't think it's used here. If there was, Discord wouldn't see anything at all, right?

> BTW IMHO It is not necessarily a good idea to use the same variable names inside a method as the values that passed in from the caller - although...