Mohsen Azimi
Mohsen Azimi
Will something like this work? https://github.com/mohsen1/prepack-assume-browser-globals/blob/master/index.js Obviously not every global is a function and I need to fix that.
I like ligatures support but I would like to see it as an option and not default.
I had same problem and solved by updating **Primary remote repository** in **Settings** of my repository to **[email protected]** address that is available in repository page at github.com.
> Are you asking for "positive" or "non-negative"? Concretely non-negative. Thank you for clarification and the hints in the source code. I believe recursively inferring the first digit and ensuring...
Something like Angular `ng-if` would be nice to have in JSX. Making rendering of an element conditional is not easy in JSX. Maybe adopt Angular 2 `*if`
@BrendanFDMoore I'm aware of those workarounds and we're using them. Since JSX is syntax sugar for `React.createElement` adding more syntax sugar won't hurt. In your example the syntax can look...
@Pajn That looks much better than `*if` or anything like that. Also #35 is a great proposal! 👍
I want `--test` to work with `test.only` just like Jest because that's what it makes sense to most developers. A few points from my experience with other frameworks * I...
I wonder if loading a Chrome extension with `declarativeNetRequest` permission can provide the `Proxy-Authorization` header or this will also hit the same wall as the other methods? manigest.json ```json {...
Can confirm that Chrome Extension works. You can build a very simple extension that sets the `Proxy-Authorization` header. Note that you need to have a persistent context. Sharing my code...