Nino Floris
Nino Floris
Did this get fixed? I can't repro it anymore 🎉 finally going straight to seq.fs (though this is on the dev build you gave me, I'll wait for EAP 7...
The cases above are still working great. There are some cases left though like going to definition for `Option.None` still doesn't quite end up where it should be in the...
I see, I've changed the repro in the F# issue, there is apparently more broken in the compiler around 3395. You should now see a warning appear under `StringValues("1")` when...
@auduchinok can you confirm the example repros?
Well I basically want to pass it through as a normal css import, but any syntax I try still gets picked up, other sass compiler plugins don't have this problem...
Right so, there are quite a few things that go wrong. Eyeglass itself uses importers heavily and wrongly prenormalize urls via `uri = URI.web(uri);` in ImportUtilities before any of the...
Alright I've got no clue what I did wrong previous times but doing an `@import url('#url#')` now just works, it's not ideal as we use a few sass plugins that...
### MultiHost builder issues Additionally multi-host is broken with the DI package, as it calls Build unconditionally for you. For this kind of polymorphic fun the builder should be deciding...
> Would that really be better than just having BuildMultiHost() on the builder? I mean, wouldn't it simply force an extra step (first builder.Build(), then AsMultiHostDataSource() on the result) compared...
>The problem I see with the 2nd option is that if there's an AsMultiHost() over NpgsqlDataSource, that means it shows up in Intellisense everywhere (e.g. in endpoint code too). That's...