Adam Sokolnicki

Results 15 issues of Adam Sokolnicki

Hi, I have a question - is there an easy way to have combine few styles together? What I mean is that, I would like for some messages to be...

Hey, as far I've tried it does not well with turbolinks. I have such peace of code: ``` coffee setupProducts = -> $('.photo-gallery').magnificPopup type: 'image', delegate: 'a', gallery: {enabled: true}...

Hi, isn't this [issue](https://github.com/belak/base16-emacs/issues/4) relevant to your code? Also [this](https://github.com/waymondo/apropospriate-theme/commit/0096f55043219246885307157af5ef8a89fa4130) is for the same thing. I would make a PR but unfortunately I don't know enough about Emacs theming.

Hi, would you accept a PR with such feature? The way I see it would work like that: * the point is at line: ```rb some_method rescue handle_error ``` *...

Shouldn't el-get be able to support defining 2 versions of a package in the recipe? For example support for ruby in emacs is not so perfect. There's a [pull request](https://github.com/dimitri/el-get/pull/935)...

feature-request

Hey I think this a really useful package. Did you think about discover being able to automatically create menu based on a major mode's keymap? I would imaging that based...

It looks like the new jsx parser from react-tool will generate a call to `React.createElement` which is only available in newer versions of reactjs.

Hi, thanks for this gem, it made our work easier. One thing though - in the readme you are mentioning that it is possible to forbid some words from being...

On my project `bundle show --path` gives such output: ``` Your Gemfile lists the gem rack-mini-profiler (>= 0) more than once. You should probably keep only one of them. Remove...