simurai
simurai
:+1: Having an official grammar naming convention would be great. Then there is at least a place to refer to. And the convention could be refined over time. How much...
I can reproduce this as well. It seems that the example code of ```ruby class Article < ApplicationRecord belongs_to :category, optional: true end ``` doesn't get wrapped with the `syntax--source...
> should be fixed in Atom 1.32.2 and later Nice! 🙌 > Which version of the package is nightly12 using? Ouch.. sorry, this is embarrassing. :sweat_smile: I had some other...
> @josephchoe does that mean this issue needs to go back to the `atom/solarized-dark-syntax` repository? Yes, it seems that `require` gets intentionally overridden here: https://github.com/atom/solarized-dark-syntax/blob/74bc0df24ca7493d9d8bcfcaedccb5cc05c2c2f9/styles/syntax/ruby.less#L123-L125 Removing it, makes `require` blue....
> @josephchoe does that mean this issue needs to go back to the `atom/solarized-dark-syntax` repository? > @josephchoe I think it's supposed to be like this? Sorry, you're right. The scopes...
Just saw this https://github.com/atom/atom/pull/13616#issuecomment-286416556 the other day and as funny as it looks initially, it might not be a bad idea. Could be a separate package that adds the 3...
Probably a lot has changed, but yeah, would be nice to start using the npm version. I can give it try and see how much it breaks.
Gave it a try, but quite a few things (file names, mixins, variables, etc.) changed. Chatted with @zeke and we'll keep this on hold until the next redesign comes around.
Re. dividers... I think we should **keep** the divider when in front of the "more" icon (`...`). Makes it clear that the "group of icons" is still shown in its...
Re. left aligned. We probably will need this to be changed programmatically? E.g. when the `ActionBar` is moved to the left at runtime the alignment of the items also needs...