Daniel Friesen

Results 142 issues of Daniel Friesen

I'd like to make a change to react-native that will fix an issue with the current iOS status bar height calculation and expose an API as part of react-native. *...

It would be useful if UglifyJS' warnings took the input source-map into account, even if it's an optional feature. In my workflow I browserify stuff and then save it to...

source-map

Besides module aliases for packages there are times I would like to alias individual modules in my own package. (eg: Maybe I want `./resources/lib/facebook-sdk.js` to be `FB`) These types of...

enhancement

Like "aliases" I think preferences should have a spot for requiring a specific exported method/class. For example something like this in preferences: ``` json "export": { "util": { "format": "fmt"...

enhancement

Some of the bigger Sublime plugins seem to do some pretty complex stuff with the APIs sublime exposes (and they're not all listed in the official documentation). Creating intuitive interfaces...

enhancement
help wanted

Currently Sublime only allows user settings to entirely overwrite the default settings. This means that if the user wants to specify a few aliases they will remove all the helpful...

enhancement

I think the `NPM Intellisense: Import module` command would be more useful if instead of starting at the current cursor location (which may be in the middle of the file...

I'm trying to integrate codepainter into sequelize-cli but when I try to use codepainter.Transform and a readable stream or codepainter.xform and a path string instead of calling the callback with...

React Native uses the absolute path as the path. As a result the resulting gettext files have terrible absolute paths. It would be helpful if the cwd was stripped off...

HighLine::Menu feels relatively restricted. Besides the index, the output of each line can only contain the item. This means that where you have simple items and more descriptive textual forms...

feature request