Tomasz Heimowski

Results 54 comments of Tomasz Heimowski

Currently template doesn't use `--port free`. It should probably though

Thanks @MangelMaxime - that's a great comparison. You haven't mentioned [Fantomas](https://github.com/fsprojects/fantomas) anywhere for auto formatting the code - did you have a chance to work with Fantomas with either Fable.React...

we could leave messages in success case and do sth like ``` fs let inline Ok a: Choice = Choice1Of2 (a, []) ``` are the messages in success necessary? I...

I think it's a tuple already: https://github.com/fsprojects/Chessie/blob/master/src/Chessie/ErrorHandling.fs#L9

Could probably start with invoking the static member https://github.com/fsprojects/Paket/blob/master/src/Paket.Core/PublicAPI.fs#L59 and see what explodes?

I see, how about these areas: ![image](https://cloud.githubusercontent.com/assets/5909015/7607089/f8fda89a-f95e-11e4-8234-a329f8db5fb5.png)

I think the issue is with absolute references - when previewing the docs locally, you get e.g. `http://localhost:8000/recipes/build/add-build-script/` vs the docs url is `https://safe-stack.github.io/docs/recipes/build/add-build-script/` (note the additional `docs/`). https://github.com/SAFE-Stack/docs/commit/864695898c79c73ada61c13ec8cc65785468d9a6 is...

yup if I understand it correctly. the aforementioned template bundles following three templates: ``` ASP.NET Core with Angular angular C# Web/MVC/SPA ASP.NET Core with React.js react C# Web/MVC/SPA ASP.NET Core...

Yes that's somehow related to what I wanted to achieve with https://github.com/SAFE-Stack/SAFE-template/issues/103 As of now I don't have a better idea than creating SAFE-specific NuGet packages, be it meta-packages with...