Mike Wilkerson

Results 26 comments of Mike Wilkerson

@Bradleycorn I faced the same problem and what worked for me was to add the dependency under the "paths" key in systemjs.config.js, rather than the "map" key: ``` paths: {...

@Bengreen I faced the same thing and did a temporary solution. If you run `tsc` with `--traceResolution` you can see the various locations where `tsc` looks for type definition files....

@serodriguez68 it's been a while, so my memory is fuzzy, but I think I just worked around this issue somehow and never actually solved it.

Hi @michielboekhoff. I'm facing this problem now as well: creating an addon that has a scoped package name (like: @account/foo-bar), and ember install can't figure out the default blueprint to...

Thanks for the question, @k-schneider. I'm not yet familiar with an app shell. Might you make a little repro repo that demonstrates the scenario? It sounds like the CSS that...

Upon a closer look, there may already be the right mechanisms in place to accomplish that, @devoto13. And I'm working _right now_ on the changes to bring this Angular component...

I was having the same issue. Here's how I solved it (using Jest): 1. Setup an `ApolloClient` with just the `ApolloLink` that's created from `withClientState` in `apollo-link-state` 2. Run `readQuery`...

Same error here too. Same solution worked.

I'm not sure I follow, but just for the sake of clarity, and to make sure we're not overlooking something, here's what I see happening in the DOM with the...

When you get to outputting icons to see what they look like—if you find something that's a distinctly different class—I think it would help for us to get a representative...