Tony Brix
Tony Brix
## Summary Allow certain config settings to be hidden from the settings panel. ```json { "config": { "someSetting": { "type": "boolean", "default": false, "hidden": true } } } ``` ##...
I get this error from this line: https://github.com/ericblade/quagga2/blob/156938f0a83935744c375ad235c2d16dd06fb3f7/src/locator/barcode_locator.js#L58 It looks like `_patchSize` can be `null`. I would create a PR to fix this but I'm not sure what you want...
The `ldapjs.org` dns needs to be updated. I updated the gh-pages and got this error by email: ``` The custom domain for your GitHub Pages site is pointed at an...
The tree view context menu is nice but I don't always have the tree view open. I would like to see the commands in the editor context menu as well...
[Enter steps to reproduce:] This is very weird. I don't know which package to write the issue to. I had ide-php installed and I was working on a typescript project...
xterm
replaces term.js with xterm fixes #211 fixes #210 ## Tests: - [ ] Open terminal - [ ] Resize terminal - [ ] Move terminal to dock - [ ]...
when text wraps in a textbox or contentEditable div the cursor can be set at the end of the first line (after the last space) or the beginning of the...
It seems GitHub has finally pulled the plug and are [sunsetting Atom](https://github.blog/2022-06-08-sunsetting-atom/). I have been using a somewhat custom version of Atom for a while and plan on still using...
End stroke on pointerleave and begin another stroke on pointerenter. ### Current version:  ### This PR: 
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When updating multiple dependencies at the same time by updating their...