Jamal James

Results 132 comments of Jamal James

Sure, if you can reproduce this issue.

FYI: Someone else started working on this feature a while back in https://github.com/jamaljsr/polar/pull/613. It was close to being done. I planned to finish where they left off when time permitted....

`yarn cm` was removed some time ago.

Hi @NonsoAmadi10, thanks for offering to give this a go. I think this will require a pretty big update to the codebase, but if you're willing to give it a...

Hey @NonsoAmadi10 thanks for the updates. You do not need to push to docker hub in order to test. Just build the image and it will be available locally on...

Hey @Abdulkbk, have you tried mocking the `ipcRenderer`'s methods using `jest.fn()`? I've done this before in the [ipcService tests](https://github.com/jamaljsr/polar/blob/master/src/lib/ipc/ipcService.spec.ts#L6). Another approach that may work is to use `jest.mock('electron');` to mock...