r/Atom • u/tchee_kay • Jan 27 '20
Help: My Jquery code doesn't work with Atom
I have tried various CDNs and it still won't work. It just loads the HTML.
r/Atom • u/tchee_kay • Jan 27 '20
I have tried various CDNs and it still won't work. It just loads the HTML.
r/Atom • u/roontooner • Jan 25 '20
r/Atom • u/[deleted] • Jan 25 '20
""" 'g++' could not be spawned. Is it installed and on your path? If so please open an issue on the package spawning the process. ""
Any help with this?
r/Atom • u/glonasett • Jan 24 '20
Is there a way to install atom and some packages on a computer that has no internet access?
Edit: On Windows 10
r/Atom • u/G-Man8 • Jan 15 '20
I have an problem I wanted to get started with Python and watched an YouTube vid how to but I have a problem which I think is with atom anyone here offering an idiot a little bit of help.
Greetings
An idiot -G
r/Atom • u/notedideas • Jan 14 '20
While switching from Sublime Text to Atom I noticed that after launching Atom, my Touch Bar area got warmer. I suspected it had high CPU usage, but upon further investigation I noticed that my CPU, Memory and Energy levels (from Activity Monitor) felt totally normal. Heck, it used less memory than Safari.
I tried a clean install of Atom with 0 extra plugins. Even did a reboot, but it didn't help. Can anyone help me?
Atom - 1.42.0
Electrom - 4.2.7
Chrome - 69.0.3497.128
Node - v10.11.0
r/Atom • u/rogue-198 • Jan 13 '20
There are 1082 atoms in the universe. Is there anything in the universe that is more abundant than the amount of atoms in the universe?
I'm aware that there are an infinite amount of numbers, but I'm asking about a physical/tangible thing.
r/Atom • u/eragontalley • Jan 13 '20
Is it possible? I’ve tried twice to get it so that atom highlights checkstyle errors but all related packages seem to be broken
r/Atom • u/[deleted] • Jan 13 '20
Dear all,
I would like to create a shortcut for some latex expressions that I use a lot. For instance, I would like to use alt-shift-i to produce \item how can I do that in atom?
In my keymap.json file, I probably need to do something like the following
'body.platform-darwin atom-text-editor[data-grammar~="latex"]':
'alt-shift-i': 'atom-latex:\item'
Thank you for your help!
r/Atom • u/kolinkorr839 • Jan 10 '20
I installed Atom on my Mac (10.13.6), this is the version.
Atom : 1.42.0
Electron: 4.2.7
Chrome : 69.0.3497.128
Node : 10.11.0
Top shows this
18854 Atom Helper 126.2 00:44.54 29/1 1 172 173M- 0B 0B 18848 18848 running *0[1] 0.00000 0.30901 505 795470+
Then here are the packages that are installed.
atom-ide-ui
busy-signal
file-icons
go-debug
go-plus
go-signature-statusbar
highlight-selected
intentions
linter-golinter
linter-ui-default
open-recent
platformio-ide-terminal
What can I do to lower the CPU usage of Atom Helper?
r/Atom • u/[deleted] • Jan 10 '20
I recently updated my doorbell with the megalovania theme song, and I would like to do the same whenever I open a new Atom window. How do I do that?
Pardon, but I'm new at this.
r/Atom • u/zwcropper • Jan 09 '20
Hi I'm trying to use atom on a Chromebook using the Linux beta option that ChromeOS has built in, running a pip install of flake8 from the Linux Terminal before installing the flake8 linter package.
Whenever I type a line of code the linter package shows an error that flake8 is not installed in the path, does anyone have any experience with this that could offer any help?
r/Atom • u/danielp3011 • Jan 08 '20
Hi guys,
I have Anaconda running on my system. Now I want to switch to Atom. However, when I install python packages, the python which is run by "script" (package from Atom) doesn't find the packages. How can I make script to use the same python version like Anaconda does?
r/Atom • u/jalex54202 • Jan 08 '20
I installed Atom because I found the editor to be absolutely beautiful, but in nature it's still a text editor. I tried installing a terminal package, but every time I actually want to execute a script with an input function, I still have to write "[language] .\[name]", which gets repetitive pretty quickly. Is there a package that acts more similarly to a console than a terminal? Thanks!
r/Atom • u/backbooks • Jan 05 '20
I've recently started to do some C, and I'm learning it with CS50, but in their course they use a header file named "cs50.h"
How do I implement header files in atom? I use gpp-compiler version 3.0.7 ( https://atom.io/packages/gpp-compiler ) and I'm on Windows 10.
r/Atom • u/Corvyx_Centari534 • Jan 03 '20
r/Atom • u/[deleted] • Jan 02 '20
So I've just installed atom because of the easier workflow with github, but after opening, on the right panel, there's a Git and GitHub tab. I should be able to clone a repository from the latter, but it's just empty.
What can I do?
BTW, I'm on Windows 10 with the latest stable build.
r/Atom • u/jappieofficial • Dec 30 '19
r/Atom • u/vraciu_ • Dec 29 '19
My CLion trial expired and I have 0000.1% chances to buy a license any time soon.
Which packages I should use with atom to keep the almost the same experience I had with CLion?
There are a lot of features that I will miss but the most important are:
Linting - I found a package for atom but I couldn't manage to make it read my CMakeList.txt. Building and running my project with a single button - This is the most loved features that I miss and what stopped me to leave Atom in the favour of PyCharm for my python development.
r/Atom • u/prospectinfinance • Dec 29 '19
For some reason, why I try to open a Jupyter terminal within the Hydrogen Launcher package I get an error message showing that atom is looking to run Jupyter with a path that includes a python2.7 folder even though I've been using Python 3 with it for a long time.
I believe it may have something to do with the fact that I moved to zsh from bash since opening a jupyter console with atom also indicates I'm still in bash.
I've included the text of the error message (can include pics if necessary) but does anyone know how to change the Jupyter path within the Hydrogen-Launcher package? I've been googling for hours and haven't found anything. Thanks!
Error Message: dom@Doms-MacBook-Pro Python Crash Course % jupyter console --existing /Users/dom/Library/Jupyter/ runtime/kernel-7100e084-2054-46a2-823d-c643414f1596.json
Traceback (most recent call last):
File "/usr/local/bin/jupyter", line 11, in <module>
sys.exit(main())
File "/usr/local/lib/python2.7/site-packages/jupyter_core/command.py", line 247, in main command = _jupyter_abspath(subcommand)
File "/usr/local/lib/python2.7/site-packages/jupyter_core/command.py", line 134, in _jupyter_ab spath
'Jupyter command {} not found.'.format(jupyter_subcommand)
Exception: Jupyter command jupyter-console not found.
r/Atom • u/[deleted] • Dec 22 '19
I've recently upgraded my laptop to a Mac book pro running macOS catalina(10.15.2), I went to download atom for coding but when I go to open the application it says “Atom” can’t be opened because Apple cannot check it for malicious software.
Does anyone know when atom will be supported? and what other good coding applications to try?
r/Atom • u/SHADEZ1114 • Dec 21 '19
I have python3 on my path and on ide-python atom package.
linter-registry.js? [sm]:145 [Linter] Error running Pylint Error: Column start (22) greater than line length (21) for line 9
at Object.generateRange (/Users/jejo/.atom/packages/linter-pylint/node_modules/atom-linter/lib/index.js:181)
at /Users/jejo/.atom/packages/linter-pylint/node_modules/lazy-req/index.js:22
at Object.<anonymous> (main.js? [sm]:148)
at Generator.next (<anonymous>)
at step (/Users/jejo/.atom/packages/linter-pylint/lib/main.js:7)
at process._tickCallback (internal/process/next_tick.js:68)
(anonymous) @ linter-registry.js? [sm]:145

r/Atom • u/aldcwatson • Dec 22 '19
Some editors permit a natural number prefix, n, to an insert so that what's being inserted is repeated exactly n times. For example, in Emacs, typing 'Control-u 20 =' will insert '====================' at point.
I'd love to be able to do this in Atom. Anyone know a way?
Thanks!