Mathew Cormier

Results 30 comments of Mathew Cormier

Hey @fanatid thanks for the quick response! Hmm after inspecting the code a little bit more, it seems that this is indeed the intended use of the padding param. If...

@therightstuff I totally agree with you that the display should behave differently depending on the base of the number. However, I think that the padding should be applied uniformly. If...

I submited a pull request with the fix and a test. Let me know if you need anything else!

@therightstuff I like the idea of changing the signature, I think it's better than introducing a new function. What do you think of those 2 signatures?: ```javascript toString(base: number, bytePadding:...

Let me know when you reach a consensus, I will submit a pull request! :)

I will close this issue as there doesn't seem to be any activity.

Hi @TheCongressman, the feature is a little bit hidden but you can use the following command to log out: `atom-package-sync:logout`

@jefferyyuan Thanks for creating this issue. `From the code, seems it will show SYNC_SUCCESS_MESSAGE somewhere when sync is finished` Yes, it supposed to display a green popup. It stays there...

After having a look at the code, it seems that `snippers.cson` and `init.coffee` shoud sync: ```coffeescript switch(fileName) { case 'settings.json': this.applyPackageSettings('', JSON.parse(file.content)) break case 'keymap.cson': fs.writeFileSync(atom.keymaps.getUserKeymapPath(), file.content) break case 'styles.less':...

Hello Raphael, Really sorry about that. You're the first person who experience this issue. I will go check the database to see if I can recover your settings. Is it...