Results 193 comments of Vasily Kirichenko

Not today I'm afraid. @cloudRoutine go for it if you have time today.

An app crashes on start. This is in the console: ``` System.Data.SqlClient.SqlException (0x80131904): Login failed for user '...'. at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionStr ing connectionOptions, SqlCredential credential, Object providerInfo, String newPassword,...

@dsyme I cannot find the code that raises that exception. I failed replacing async CE with that custom CE globally.

@jack-pappas Thanks. I tried to log exceptions in `FirstChanceException`. It always causes SO exception :(

@dsyme What should be done concretely to improve the situation? It's #1 problem for me for now. Just today an app is crashing on production with this trace and I...

@eiriktsarpalis as @dsyme seems to be busy doing some other work, could you please help me with progress on this? Am I right I should go straight to `control.fs` and...

Scala stack traces are great ![1](https://user-images.githubusercontent.com/873919/35472711-4f41638a-0385-11e8-8d53-a9bb9d60f3f7.gif)

It's clearly impossible to implement. If anybody is ready to do it, please open a new issue.

I have the same error being behind a proxy: ``` "C:\Program Files\Java\jdk1.8.0_121\bin\java" -Dceylon.system.repo=C:\Users\kirichenko\.IdeaIC2017.2\config\plugins\CeylonIDEA\classes\embeddedDist\repo "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 172.2656.10\lib\idea_rt.jar=28776:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 172.2656.10\bin" -Dfile.encoding=windows-1252 -classpath C:\Users\kirichenko\.IdeaIC2017.2\config\plugins\CeylonIDEA\classes\embeddedDist\lib\ceylon-bootstrap.jar com.redhat.ceylon.launcher.Bootstrap run --run...

```fsharp type Config = YamlConfig ```