Samuel Bergeron

Results 12 comments of Samuel Bergeron

Interesting. How are you generating your new lines? My first instinct is to say that this sends 4 separate messages and the ordering is just based on which request hits...

If you exit the application and reopen it, it should work. Right now the only issue with this bug is that we don't shut down. It happens when FB returns...

The line actually is making the background blue (`console.log(head.bgBlue)`). I could probably add an option to change the heading color specifically, kind of like the one to turn off colors...

Just checked this. Here's a couple of things though. You don't actually need to set the nickname to "Me:" for the current user if he has a set nickname, your...

@snwfog Feel free to look at the code and realise that we don't actually do anything with your credentials besides login you in and encrypting them to disk. There are...

@danhvophuong You're problem is different, you're getting access denied on your first run. Run it as root (sudo) for the first time and then you should be fine.

@gcordalis You can change the time that your login is saved in the ".settings" file. It defaults to 12hrs actually. Were currently working on a way to make this work...

Hi! I've been away for a while but I published a new version on npm (version 2.1.0) which addresses a couple login issues. This thread is a bit of a...

You mean you want to _read_ archived messages? As in scroll up like you do in the browser client? It's a feature request we looked into, haven't had that much...

Thinking about this I'm not sure it's possible with our current UI. We'd have to navigate through the message and select them for archiving. Do you have a suggestion?