John Matos
John Matos
When jquery is on the page, angular will opt to use it instead of the built in jqlite. jqlite's `css()` method returns only the `style` attribute's css. jquery's `css()` method...
`unStickElement()` has a hardcoded z-index of 10, where other properties that are restored on unstick are taken from `initialCSS`. z-index is preset in `initialCSS`, so setting it back to the...
Looks like this is what we want: https://github.com/randy3k/UnitTesting-example
Apply commands to multiple selections when possible. Add, remove, enable and disable would work pretty well like this.
Clicking a line number in the gutter should add or remove breakpoints. There is no api is ST3 for this, but it can be hacked in with inconsistent results: https://forum.sublimetext.com/t/hover-click-events-in-gutter/20747/6...
Right now when the context menu is popped up (right click), each item in the JsDebuggr menu is checked to see if it is valid for the current scope. It...
Checking if a command `is_enabled` is probably more expensive than it should be. Ideally those checks wouldnt run at all if the syntax of the current view is not supported....
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** Running most yarn commands in a directory with a `package.json` that defines `workspaces`...