-
## The dependency [apollo-boost](https://github.com/apollographql/apollo-client) was updated from `0.1.22` to `0.1.23`.
🚨 [View failing branch](https://github.com/mozilla/addons-pm/compare/master...…
-
## The dependency [apollo-cache-inmemory](https://github.com/apollographql/apollo-client) was updated from `1.2.10` to `1.3.0`.
🚨 [View failing branch](https://github.com/jtart/react-universal-app/c…
-
Currently, [`updating-element._invalidate()`](https://github.com/Polymer/lit-element/blob/master/src/lib/updating-element.ts#L512) is the only `async` function in the codebase. Unfortunately, transpil…
-
**I'm submitting a ...** (check one with "x")
```
[X] feature request / proposal
```
I've been reading about NgModule and I want to lay out some use cases that I'm not entirely sure the current pro…
jpsfs updated
5 years ago
-
I promised Rich that I would file some bugs/feature requests after launching https://pinafore.social, but unfortunately I haven't had a lot of time to make reductions/etc., so I'm opening a mega-issue…
-
When a tuple struct's constructor is passed to a function as a callback, the compiler panics if the constructor the wrong number of arguments.
I tried this code:
```rust
fn call(_: F)
where
…
-
When upgrading rollup from `0.54.1` to `0.55.0`in [a TypeScript project](https://github.com/KingHenne/declare-react-module) I get new TypeScript compiler errors (see also #1862):
```
node_modules/…
-
[updated for Run 1.2p]
This issue will be a log/diary the operational progress of the protoDC2 phoSim image generation at NERSC. This issue is **not** intended to be a venue for discussing phoSim co…
-
With Rollup v0.41.4, using the following input:
```javascript
function foo(a) {
return function(b) {
return a+b;
}
}
function bar(a, b) {
return a+b;
}
foo(1)(2);
bar(1,2);
…
-
I've successfully been using SystemJS and TypeScript for a while now. I've been about to use the CommonJS syntax to easily import other TS modules, as well as other resources:
```
var OtherModule = r…