Eldad Bercovici
Eldad Bercovici
**macOS version:** Monterey (12) **Kap version:** 3.4.1 ``` RequestError RequestError: certificate has expired at ClientRequest. (/Applications/Kap.app/Contents/Resources/app.asar/node_modules/got/source/request-as-event-emitter.js:178:14) at ClientRequest.origin.emit (/Applications/Kap.app/Contents/Resources/app.asar/node_modules/@szmarczak/http-timer/source/index.js:37:11) ```
**macOS version:** Monterey (12) **Kap version:** 3.4.1 ``` RequestError RequestError: certificate has expired at ClientRequest. (/Applications/Kap.app/Contents/Resources/app.asar/node_modules/got/source/request-as-event-emitter.js:178:14) at ClientRequest.origin.emit (/Applications/Kap.app/Contents/Resources/app.asar/node_modules/@szmarczak/http-timer/source/index.js:37:11) ```
I don’t know how to call this requirement, but in a lot of React projects you’ll see the following pattern: Within the folder: `./src/components/ComponentName` you’ll find: `ComponentName.tsx` and `ComponentName.module.scss`. So...
Trying to create my own native module for SVG rendering I'm getting the following error when copying and pasting the [FontLoader](https://github.com/vincentriemer/rndom-movies-demo/blob/master/dom/native-modules/FontLoader.js) example: ``` Uncaught TypeError: Super expression must either be...
This PR adds basic keyboard navigation (see https://github.com/mac-s-g/react-json-view/issues/355). It works similar to Chrome's DevTools object viewer. 
This PR adds the option to hit Ctrl+K to clear the function's logs history. I hope this gets accepted, let me know if you want a UI for it, I...
## Feature Request Having a keyboard shortcut for that should be easy to implement, I tried doing it myself, but my solution was a bit hacky. Since Cmd+T creates a...
This PR addresses https://github.com/jasonnutter/vscode-search-node-modules/issues/27 It adds the option to enter a multi-segment path, i.e., entering the following in the quick picker `some/path/to/file.js` will open `file.js`.
It would be useful if I could open "Search node_modules" and type "some/path/to/file/index.js" and have `vscode-search-node-modules` automatically resolve the entire path, instead of me having to type the segments one...
Hey! Currently, the app is shown when I hit Cmd+Tab, would it be possible to hide it from the Cmd+Tab menu and show it only in the menu bar instead....