-
TypeError: Cannot read property 'split' of undefined
at PHPCSFixer.module.exports.Beautifier.findFile (/home/gadjet/.atom/packages/atom-beautify/src/beautifiers/beautifier.coffee:138:25)
at …
-
# Description
When I try to run atom-beautify on a Markdown file I get this:
```
TypeError: Cannot read property 'error' of undefined
at /Users/harmtemolder/.atom/packages/atom-beautify/sr…
-
[Enter steps to reproduce:]
1. Open Atom
2. Start new document
3. Use the i key to insert text. The stacktrace appears. If an alphanumeric key is hit before the i then vim-mode-plus recognizes t…
-
# Description
Could not find 'php-cs-fixer'. The program may not be installed...
Error: Could not find 'php-cs-fixer'. The program may not be installed.
at Function.Executable.commandNotFou…
-
I get this error when the blame view is open, and I edit (e.g. add an empty line, etc.) and save the file.
Atom says that the issue has already been reported in https://github.com/alexcorre/git-blame…
-
Hi, I tried to run so3lr to calculate the energy of the system:
```
calc = So3lrCalculator()
symbols = ['H', 'H', 'H', 'H', 'C', 'H', 'C', 'H', 'C', 'H', 'H', 'C', 'H', 'H', 'C', 'H', 'H', 'H', 'H'…
-
Dear developers,
I am a newbie about PySCF, but I found it is pretty useful with a lot of attractive features. By following examples in the tutorials, I successfully ran a few basic examples using …
-
### Summary
The problem is that CLONE is not possible because Windows OS does not allow the ':' symbol in the file name. Below is the error message that appears when cloning.
```error: invalid pat…
-
The contents of `atom-text-editor` elements are no longer encapsulated
within a shadow DOM boundary. Please, stop using `rootElement` and access
the editor contents directly instead.
```
HTMLEleme…
ghost updated
7 years ago
-
[Enter steps to reproduce:]
1. Open an empty file
2. Change language to SQL
3. Type in SELECT TOP 1 * FROM DBNOCURRENT.dbo.TABLENAME;
4. Connect to server with master database
5. Execute
**A…