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 775 public repositories matching this topic...
-
Updated
Oct 20, 2021 - JavaScript
-
Updated
Oct 5, 2021 - JavaScript
-
Updated
May 3, 2021 - JavaScript
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
Oct 24, 2021 - JavaScript
-
Updated
May 12, 2021 - JavaScript
-
Updated
Oct 15, 2021 - JavaScript
-
Updated
Aug 14, 2021 - JavaScript
-
Updated
Aug 31, 2021 - JavaScript
-
Updated
Nov 11, 2018 - JavaScript
-
Updated
Dec 6, 2019 - JavaScript
-
Updated
Aug 11, 2021 - JavaScript
I've defined a shell script inside the root of my project, called run.sh. What it does is, adds two paths relating to a third-party module (GAMS Python API), to PYTHONPATH environment variable, and then calls python with all arguments given to the script:
#!/bin/bash
export PYTHONPATH=/opt/gams/gams34.3_linux_x64_64_sfx/apifiles/Python/api_39/:"$PYTHONPATH"
export PYTHONPATH=/o-
Updated
Jun 3, 2021 - JavaScript