Sassan Haradji

Results 48 issues of Sassan Haradji

What do you think about reading compile arguments from `compiler_commands.json` file?

I read this conversation https://github.com/mobxjs/mobx.dart/issues/206 I hope I'm not misunderstood but I think some context is missing about why it is needed for some developers to avoid directly writing on...

Thanks for creating and maintaining this package. Could you please remove sourcemap directives (`//# sourceMappingURL=index.js.map`) from compiled js files in `dist` directory. I'm using lots of packages in my project...

question

Suppose that I run this: ``` browserify a.js -r ./scripts/components/b.js -o c.js ``` Now `a.js` can require `b.js` by calling `require('/scripts/components/b.js')`. But if I add -p livereactload to the above...

bug

It's a feature request: it would be nice if ncm2 supported CSS in JS just like how it supports CSS in HTML.

Currently ncm doesn't work with https://github.com/Shougo/echodoc.vim I guess it's because the `v:completed_item` is not set properly so that echodoc can use it. Is it possible to make it compatible with...

enhancement

Currently if in a python buffer I type: ``` import requests requests.pos ``` and select "post" from autocompletion list popup window shows: ``` snippet@0 ``` If I disable `ultisnips` and...

upstream-issue

Is it possible to: 1. Have an option to prioritize function parameters. 2. Show function parameters when user enters `(`. For example when entering `serializers.SerializerMethodField(` (python, rest framework) would be...

no-plan

Hi, Thanks for this great package, I have a suggestion that I think improves its usages. In case of using it as middleware it'd be great if you could make...

How can I make sassc produce absolute URI for "sources" field in sourcemap file? Something like "file:///Users/bla/bla/bla/x.scss".