Shobhit Gupta
Shobhit Gupta
@wmonk Fixes: #440 , #327 Although `cheap-module-source-map` option might be faster, but doesn't work for `.js` or `.jsx` files. Fallback to `source-map` until we can figure out a solution.
Hi, Source maps do not work if I add a `.js` or `.jsx` file and then try to do live dev using `yarn start`. This works in `yarn build` however....
Created a quick change to fix the example of clip option to be used for screenshots. Issue ref: https://github.com/meinaart/cypress-plugin-snapshots/issues/152
**Describe the bug** I have this following code: ``` cy.get('.mapboxgl-canvas').toMatchImageSnapshot({ capture: 'viewport', clip: { x: 0, y: 0, width: 100, height: 100 } }); ``` The screenshot I get is...
I really think there is a need of having a Recipe book bundled along with RxJS docs. It should have RxJS patterns of all kinds gathered from collective wisdom. Some...
Loading reddit thread list is extremely slow in some cases. If happens when the main browser on the device has lots and lots of bookmarks and history. On my tablet...
I have some ideas to improve this extension and wanted to hack on it in my own fork. When I run grunt, it complains like this: Fatal error: ./app/AppInspector/.sencha/ folder...
Right now Layouts and Components tabs just show some items. It would be really nice if those elements could be available as global variables, either using some context menu or...
I see the following error message: ``` The '' language server was not found on your path. would you like to download and install clangd 16.0.2? ``` Looks like this:...
I am using this basic code to run some test on various sorting algorithms in the same file: Here is the driver code: ``` var reporter = require('nodeunit').reporters.default; reporter.run(['tests/sortingTests.js']); ```...