Jens von Pilgrim
Jens von Pilgrim
Yet another workaround or solution for debugging: In your `.vscode/ launch.json` ``` { "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Electron Main", "runtimeExecutable": "npm", "runtimeArgs": ["run-script", "debug"],...
I have already created a new build system based on Maven/Tycho. It also contains a composed P2 repository. (NB "repository" is the new P2 name for "update site"). This new...
I have the same or similar problem. First I thought, that the Hotkey is not working at all because nothing happens when I press the Hotkey anywhere. However, when MacPass...
@JonathanLachapelle What do you mean by re-installing? The app is simply copied to the Application Folder. Did you remove the preferences from your Library/Preferences-Folder or what did you do to...
@georgesnow Oh, cool! Thank you. I usually turn off all notifications, since most are just annoying. Thank you. OK, now I have know that the Hotkey IS working. And now...
Same issue here. And in our case, the error is created by the toBe-matcher: ```typescript test(`circle`, async () => { const obj: any = {} obj.circle = obj; expect(obj).toBe(false); });...