Live data from Hacker News

Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API

blog.atom.io

171–176 of 176 posts

Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API

#171

Earlier quoted context omitted.

> Sublime Text 3: > > Build 3103: February 2016 I'm just as annoyed as anyone else about the rate of development on Sublime Text, but please, at least state the whole truth. Build 3109 Release Date: 18 March 2016 https://www.sublimetext.com/3dev

I doubt their intent was to state a half truth. It seems that they were making the point that nearly a year passed between 3083 and 3103.

I also deliberately disregarded the dev builds, since I don't think I'm alone in not wanting to run an unstable/bleeding edge version of a program I work with.

Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API

#172
post #120
post #53

Earlier quoted context omitted.

He's serious, it's https://nylas.com/n1 . See https://www.nylas.com/blog/splitting-the-atom (i'm not associated with them)

I just... I just love it. Can't seem to select all my mail to archive though. I have a bunch of unread mail and I would want to batch read them all.

Known bug unfortunately. It's related to how we paginate DB queries for the threadlist to make it super fast to scroll through. Hoping to fix it in the next few weeks!

Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API

#173
post #90
post #34

Earlier quoted context omitted.

We actually forked Atom and built an email app. It's worked surprisingly well!

Why a fork of Atom rather than a brand new Electron app?

We actually started building the app before Electron was released. They had just made the split to atom-shell and brightray.

Once Electron got it's footing, we migrated there. It's also easier for us to contribute upstream patches for things like touch events. (We launched swipe-to-archive a couple weeks ago.)

Atom is lagging behind Electron. It's still running on Electron v0.34.5 which was shipped in November of last year. They're trying to keep up, but the community of folks around Electron is growing fast.

If you're based in SF and interested in this, you should definitely check out the Bay Area Electron User Group: http://www.meetup.com/Bay-Area-Electron-User-Group/

Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API

#174
post #120

Earlier quoted context omitted.

I just... I just love it. Can't seem to select all my mail to archive though. I have a bunch of unread mail and I would want to batch read them all.

Known bug unfortunately. It's related to how we paginate DB queries for the threadlist to make it super fast to scroll through. Hoping to fix it in the next few weeks!

For what is worth, I had the same problem with Mail.app on OSX today. Impossible to see what my unread mails were (3 unread mails lost in my 6k mails) and impossible to select all with C-A and mark everything as read.

Also another thing I'm used to in that kind of app, is scroll further than the top limit to update the list.

Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API

#175
post #174

Earlier quoted context omitted.

Known bug unfortunately. It's related to how we paginate DB queries for the threadlist to make it super fast to scroll through. Hoping to fix it in the next few weeks!

For what is worth, I had the same problem with Mail.app on OSX today. Impossible to see what my unread mails were (3 unread mails lost in my 6k mails) and impossible to select all with C-A and mark everything as read. Also another thing I'm used to in that kind of app, is scroll further than the top limit to update the list.

Nylas N1 uses a realtime streaming delta API that we developed, so there's no need to ever manually "refresh" the app. The entire data layer is a giant flux store which populates the UI immediately. More on that API here: https://nylas.com/docs/platform#deltas

We've actually considered adding this and just making it a no-op-- a placebo feature to help users transition.

Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API

#176
For the people complaining that it's slow: what plugins are you running?

My contribution: Community packages used most often: api-workbench, fonts, language-sql-mysql, term3, vim-mode Others: dash, export-html, language-docker, linter, markdown-pdf, markdown-preview-plus, markdown-preview-plus-opener, markdown-scroll-sync, markdown-writer, stash-tabs

Post reply on HN