Alan deLespinasse

Results 14 comments of Alan deLespinasse

I think the example code is wrong. The `loadCallback` function is supposed to return an instance of SessionInterface, not just a parsed JSON object. (Not sure why TypeScript doesn't catch...

I'm getting a very similar error, but with normal ES6-style imports. In fact I think it's a basically identical error, except that the compiled version of system.js is being used...

As someone who's new to Typescript but has been using jspm for a while, this was really confusing to me. I assumed type errors would show up in the JS...

I was using a tsserver-backed IDE plugin to do type checking, and I had trouble getting it to be able to find jpsm-installed npm modules. It was giving a lot...

So the procedure would be to clone this repo, cd to `CUDA/8.0`, and run `docker build . -t torch-rnn:cuda8.0`, is that correct? I tried that and got the following output:...

Seems like [react-firebase-hooks](https://github.com/CSFrequency/react-firebase-hooks) is probably the thing to use for Firebase in functional components. (I'm just starting to try it out, so I can't vouch for its quality, but it...

@mschnee I think that's a misreading of the Chrome autoplay policy. I interpreted "User has interacted with the domain" as "User has JUST NOW interacted with the domain", not "User...

Also provide better help to users of the web app.

I had to do: ``` this.exportMenu.store.setState({ openKeys: [] }); ``` where `this.exportMenu` is a stored ref to the menu. This is pretty horrendous. I see at least 4 filed issues...