Karan Shah

Results 4 issues of Karan Shah

The command `probot receive` fails to work when: 1. The Probot appFn is asynchronous 2. The Probot appFn requires `getRouter` The command `probot run` works fine though with the same...

Let's take the following code snippet: ```typescript import { mockDeep } from "jest-mock-extended"; // ... other imports jest.mock("./someObject", () => ({ someObject: mockDeep(), })); ``` This would fail because jest...

What's the recommended approach for an Ionic+Capacitor app to access the filesystem via Electron? There's a couple of options: 1. Ionic's File plugin: https://ionicframework.com/docs/native/file 2. Capacitor's Filesystem plugin: https://capacitorjs.com/docs/apis/filesystem But...

feature request

## Summary Create a plugin to view Semaphore builds to start with and add other functionality for interfacing with Semaphore directly through Backstage. ## Project website (if applicable) https://semaphoreci.com/ ##...

plugin