Pablo

Results 26 issues of Pablo

1. Go to declaration 2. Try use the kaymap ``` 'atom-workspace': 'alt-g': 'define-jump:to-original-definition' ``` **Atom Version**: 1.0.0 **System**: Unknown Windows Version **Thrown From**: [define-jump](git://github.com/hughsk/atom-define-jump) package, v1.0.1 ### Stack Trace Failed...

The https://github.com/grevory/angular-local-storage#cookie have ``` localStorageService.cookie.set(key,val,10) ``` as example, but **cookie** doesn't exists in #**angular-2-local-storage**, at least not at this way.

Is it possible to minify javascript strings like the following example: ``` return` aaaaaa `; ``` ``` const style=` .aaa { display: flex; flex-direction: column; align-items: center; position: relative; }...

enhancement
PR Welcome!

After update to `"react-native": "0.60.0",` I'm getting ``` warn The following packages use deprecated "rnpm" config that will stop working from next release: - react-native-fabric: https://github.com/corymsmith/react-native-fabric Please notify their maintainers...

Following the documentation I'm able to render the player using jQuery and `class="mejs__player"`. But when I try to use `new MediaElement('player')` it doesn't render. *This Works* ``` ``` *This Doesn't*...

Bug
Needs verification

I'm using ``` "email-templates": "^2.5.4", "handlebars": "^4.0.6", "handlebars-intl": "^1.1.2", "handlebars-layouts": "^3.1.4" ``` This is how I'm formatting ``` {{formatNumber price style="currency" currency="USD" locales="en-US"}} ``` And here's my js file ```...

### Current Behavior After minify, I get the following error ``` Strict-mode does not allow assignment to undefined variables: regeneratorRuntime ``` https://stackoverflow.com/questions/68801520 ### Expected behavior ### Suggested solution(s) ### Additional...

Using `{ textAlign: 'justify' }` nothing changes. ``` const styles = StyleSheet.create({ a: { color: style.content.link.color, fontWeight: '300', }, p: { color: this.props.data.color, fontSize: this.props.data.fontSize, lineHeight: this.props.data.lineHeight, marginBottom: 0, marginTop:...

I'm trying to render the entire html where it has `p, a, img` tags, but the images seems to be cropped instead be shown as 100% width. I tried add...