Skip to content

Instantly share code, notes, and snippets.

@nreigl
Created February 20, 2020 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nreigl/ab9acb0eb50684212a7299f3f3f33b9e to your computer and use it in GitHub Desktop.
Save nreigl/ab9acb0eb50684212a7299f3f3f33b9e to your computer and use it in GitHub Desktop.
REPL does not display correctly after starting Atom
# Atom:
Version: 1.44.0
Dev Mode: false
Official Release: true
{
"http_parser": "2.8.0",
"node": "10.11.0",
"v8": "6.9.427.31-electron.0",
"uv": "1.23.0",
"zlib": "1.2.11",
"ares": "1.14.0",
"modules": "69",
"nghttp2": "1.33.0",
"napi": "3",
"openssl": "1.1.0",
"electron": "4.2.7",
"chrome": "69.0.3497.128",
"icu": "62.2",
"unicode": "11.0",
"cldr": "33.1",
"tz": "2019a"
}
# julia-client:
Version: 0.12.0
Config:
{
"consoleOptions": {},
"firstBoot": false,
"juliaOptions": {
"optimisationLevel": 1
},
"juliaPath": "/Applications/Julia-1.3.app/Contents/Resources/julia/bin/julia",
"uiOptions": {
"enableMenu": true,
"enableToolBar": true,
"errorInRepl": true,
"layouts": {
"console": {
"split": "left"
},
"defaultPanes": {}
}
}
}
# ink:
Version: 0.12.0
Config:
undefined
# uber-juno:not installed
# language-julia:
Version: 0.19.2
Config:
undefined
# language-weave:
Version: 0.6.7
Config:
undefined
# indent-detective:not installed
# latex-completions:
Version: 0.3.6
Config:
undefined
# versioninfo():
Julia Version 1.3.1
Commit 2d5741174c (2019-12-30 21:36 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin18.6.0)
CPU: Intel(R) Core(TM) i5-2415M CPU @ 2.30GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.1 (ORCJIT, sandybridge)
Environment:
JULIA_EDITOR = atom -a
JULIA_NUM_THREADS = 2
Status `~/.julia/environments/v1.3/Project.toml`
[c52e3926] Atom v0.12.3
[6e4b80f9] BenchmarkTools v0.4.3
[7073ff75] IJulia v1.21.1
[e5e0dc1b] Juno v0.8.0
[d4b2101a] Lint v0.0.0 #master (https://github.com/tonyhffong/Lint.jl)
[5fb14364] OhMyREPL v0.5.4
[91a5bcdd] Plots v0.29.1
[295af30f] Revise v2.5.1
[37e2e46d] LinearAlgebra
[9a3f8284] Random
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment