Isaac Abraham

Results 415 comments of Isaac Abraham

I never use the Paket UI in VS - I find it too slow. I just go to the paket.dependencies file and manually add in the dependency I need, then...

I guess the point I'm making is that there are two different uses for the Paket tooling in VS - full UI integration, and lightweight command tooling (like Code and...

Yes. Oh and maybe add paket.lock to the paket folder whilst we're at it - sometimes it's useful to look at.

I don't want to have the lock file in VS to modify it :-) Just to read it.

So there would be e.g. `dotnet new safe` and `dotnet new safe-minimal`?

The standard fake script runs by using the webpack dev server. It hosts the front-end for hot module reloading etc. and proxies requests to the server automatically. Have a read...

@markCompostional how far did you get with this - did it work for you in the end?

@tbprince thanks for digging into this - something has evidently changed then. I just don't know what has!

That sounds like it would be fine :-) Ready-to-run is something new that we want to incorporate into the SAFE template as well in the future!

I think that this is all fixed with SAFE 2.