proton

https://github.com/dvcrn/proton
dvcrn 2017-03-27T01:40:29.769125Z

Huh that doesn’t sound right

dvcrn 2017-03-27T01:40:37.769968Z

@kidpollo what exactly is borked?

2017-03-27T04:15:10.773799Z

this is the issue I created https://github.com/dvcrn/proton/issues/265

2017-03-27T04:15:33.776181Z

this is the main error https://github.com/atom/atom/issues/13804

2017-03-27T04:15:55.778428Z

but there are a host of other things that just dont work as expected from a fresh install

dvcrn 2017-03-27T04:29:15.858097Z

@kidpollo that screenshot looks like you’re missing basic unix bins

dvcrn 2017-03-27T04:29:17.858360Z

what OS are you on

dvcrn 2017-03-27T04:29:41.860570Z

if you do basename or dirname in the shell, is it able to find it?

2017-03-27T04:59:02.036561Z

yes

2017-03-27T04:59:14.037817Z

I am on OSxSierra

2017-03-27T04:59:42.041108Z

apm works when called from terminal

2017-03-27T04:59:50.041955Z

its borked on atom only

2017-03-27T05:00:21.046238Z

if I fresh install atom all the package stuff works just fine

2017-03-27T05:01:07.051837Z

even if I dont use my custom .proton file things are broken on a fresh instal of atom and proton

2017-03-27T05:01:39.055632Z

some package installed by proton breaks stuff

2017-03-27T05:02:54.063891Z

and I checked there are not Seti-UI packages to remove

2017-03-27T05:03:00.064649Z

as suggested in https://github.com/atom/atom/issues/13804

dvcrn 2017-03-27T08:46:12.410960Z

if you start atom from the shell, do you have the same issues? @kidpollo

dvcrn 2017-03-27T09:18:09.936317Z

@geksilla is the status screen also cut off for you?

dvcrn 2017-03-27T09:24:22.037592Z

ah looks like the theme did something to it

geksilla 2017-03-27T09:44:32.369825Z

yes, I see the same on current UI Theme

dvcrn 2017-03-27T09:49:58.457946Z

@geksilla release 0.15

dvcrn 2017-03-27T09:50:05.459676Z

if you have time, can you check if it works for you?

geksilla 2017-03-27T09:50:21.464160Z

cool

geksilla 2017-03-27T09:50:22.464572Z

sure

dvcrn 2017-03-27T09:51:03.475866Z

do you know what’s adding the visual fade effects when selecting things?

dvcrn 2017-03-27T09:51:08.477095Z

it’s cool but seems laggy

geksilla 2017-03-27T09:52:03.491547Z

do you mean fade on which-key panel?

dvcrn 2017-03-27T09:52:15.494824Z

no, just when selecting normal things in the ditor

dvcrn 2017-03-27T09:52:20.496226Z

with visual select in vim for example

dvcrn 2017-03-27T09:54:49.535012Z

also do you have this number?

geksilla 2017-03-27T09:55:35.547078Z

no, I don't use relative numbers plugin

dvcrn 2017-03-27T09:55:46.549813Z

I mean the “3”

dvcrn 2017-03-27T09:55:52.551196Z

I don’t know where it comes from lol

geksilla 2017-03-27T09:55:54.551825Z

yes, I got it

geksilla 2017-03-27T09:56:37.563027Z

if you turn off relative numbers does this number still visible?

dvcrn 2017-03-27T09:58:57.599890Z

yeah it’s relative numbers

dvcrn 2017-03-27T09:58:58.600183Z

hrm

geksilla 2017-03-27T10:00:59.634187Z

😢

dvcrn 2017-03-27T10:02:40.661020Z

I’m wondering what we can do to make atom faster

dvcrn 2017-03-27T10:02:49.663553Z

maybe lazy load packages?

dvcrn 2017-03-27T10:12:54.815823Z

would be interesting to see if we can disable all packages and only enable it when it is needed

dvcrn 2017-03-27T10:13:02.817748Z

just disable, not remove

2017-03-27T17:07:51.770739Z

I usually only start it from the console