Atom
Atom is a modern open source text editor developed by GitHub. It is designed to be approachable out of the box yet highly customizable. Atom is built using web technologies: the look and feel can be customized using CSS and new features can be added with HTML and JavaScript. There are also thousands of community created themes and packages available.
Here are 2,276 public repositories matching this topic...
Hydrogen just gives me this error message when trying to run python code:
No kernel for grammar Python found
Check that the language for this file is set in Atom, that you have a Jupyter kernel installed for it, and that you have configured the language mapping in Hydrogen preferences.
To detect your current Python install you will need to run:
python -m pip install ipykernel
pytho
-
Updated
May 1, 2020 - JavaScript
-
Updated
Apr 15, 2020 - HTML
-
Updated
Apr 28, 2020 - JavaScript
-
Updated
Apr 30, 2020 - Go
-
Updated
Jan 28, 2019
When I try to beautify the i get the following problem
TypeError: Cannot read property 'on' of undefined
I just installed beautify and uncrustify
https://gist.github.com/ODCA117/917affd6b11437517535a45350379820
Atom notifications can't be dismissed using escape when vim-mode-plus is installed. To repro:
- Trigger a notification (
atom.notifications.addError('hi')) - With the editor focused, hit esc. (Nothing happens.)
- Trigger "Core: Cancel" from the command palette to see how it should work.
- Atom version: 1.19.0-beta4
- vim-mode-plus version: 0.94.0
- OS: macOS Sierra 10.12.4
- vim mod
There's a couple of confusing discrepancies around. http://simplepie.org/downloads/?download auto-downloads version "1.5", but...
- http://simplepie.org/blog/ stops at simplepie 1.3.1 being available in 2012
- On the download page, the "release notes" link points to http://simplepie.org/wiki/misc/release_notes/simplepie_1.2
Document dump
Man page
-
Updated
May 1, 2020 - JavaScript
-
Updated
Apr 12, 2020 - Swift
We have this sweet Timeago component that humanizes a timestamp, and then keeps that data up to date.
I did not know about Timeago, when we were making the CommitDetailView and the PullRequestCommitView. It would be good to make those components use Timeago, and also see if there's anywhere else that needs to be cleaned up.
When I was using only ESLint Atom plugin `linter-eslin
-
Updated
Aug 3, 2019 - Vim script
What:
Attaching a ref to Composition results in a warning:
Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?
Why:
Composition does not use React.forwardRef
- atomic-layout version:
^0.13.0-alpha.2
-
Updated
Nov 30, 2018 - Clojure
🚀 Feature
It would be nice to automatically add a user's Github repositories when github connect is enabled.
Design, Layout, Architecture
It should be pretty easy to query the user's repositories and add them to the user settings on github connect. The Github API already has an endpoint to list them, so we just need to write some code to fetch the list, parse it, and add them to the us
Does anyone have an clear and working example of a .ftpconfig for an AWS EC2 sftp connection? (using a pem-file)
So
getAllowedLocationsis mentioned in the Atom flight manual, but it's not mentioned elsewhere in the docs. I thought I could implement justgetDefaultLocationwithout having to also implementgetAllowedLocations, but I get the following in the developer tools:`C:\Use