Max

Results 6 comments of Max

+1. I use this definition: ``` "Comment": { "type": "object", "properties": { "id": { "type": "string" }, "post": { "type": "string" }, "body": { "type": "string" }, "parent": { "type":...

My solution was to use the construction like ```js jest.mock('@/shared/lib/notify'); import { notify } from '@/shared/lib/notify'; // ... it('...', () => { // ... if (jest.isMockFunction(notify.openError)) { expect(notify.openError).toHaveBeenCalledWith({ text: `Error:...

Oh I think it wasn't an extension that broke This thing broke: ![image](https://github.com/donebd/vscode-keypromoter/assets/18618206/0849d80e-440e-4e03-bed1-7b71726db8ef) After installing the extension it now never finishes initializing it I will rename the issue to reflect...

> Can you additionally reload window and send logs of extension if it exists, please? ![изображение](https://user-images.githubusercontent.com/55058233/284659734-effd53c9-dccc-4f14-94bd-06c92ac16598.png) I tried and there is just no "Key Promoter" in the select you mentioned...

Windows 10 with WSL 2 with Ubuntu 22.04.3 installed

I had the same issue and in the end moved from obsidian-iconize to [iconic](https://github.com/gfxholo/iconic). It works much better with sync. Hope it helps!