Tomasz Heimowski

Results 54 comments of Tomasz Heimowski

What's the current recommendation for the file? Asking because of https://github.com/SAFE-Stack/SAFE-template/issues/7 - is it recommended to have the file in git only if you use VS 15.5 auto restore?

> Question to that recipe "How do I share code between Web and Console applications?". What is the use case for that? You have some types or even Thoth decoders...

I've just noticed that MMI 2.0.0 has a different nupkg structure: ``` tree -L 2 ~/.nuget/packages/microsoft.management.infrastructure/1.0.0/ /Users/theimowski/.nuget/packages/microsoft.management.infrastructure/1.0.0/ ├── [Content_Types].xml ├── _rels ├── microsoft.management.infrastructure.1.0.0.nupkg ├── microsoft.management.infrastructure.1.0.0.nupkg.sha512 ├── microsoft.management.infrastructure.nuspec ├── package │  ...

> Win-* would not support linux Yup that's clear What's the rationale for using `win7-x64` instead of the more generic `win-x64`? I.e. is there any difference between publishing to those...

Oh that's interesting - do you have some link / reference that describes that bug? Is that documented anywhere?

@adityapatwardhan are the differences between the binaries documented somewhere? Asking, since one could analyse those differences to tell whether the API they are using from `Microsoft.Management.Infrastructure` actually requires multi targeting.

Ok thanks, maybe it's worth marking in the readme file that the script will not run on win7 + PS 3?

I'll try seeing if I can find a way to make it work somehow. > run both Client/Tests using webpack dev server I'm currently doing same but using two separate...

Was trying to find React JS examples where one would refer to a Higher-Order Component children in this way, but no success so far. Thought about accessing `this.props.children` in `componentDidMount`...