Philip Pittle

Results 34 comments of Philip Pittle

@jurajhilje - I saw there were some updates to the connection page in 2.9.0; it's nice to see work being done on this area! Also looks like there is more...

Did you ever get the Lets Encrypt http challenge working (ie able to hit /.well-known/acme-challenge/)?

@Datafjott - A Pull Request would be most welcome :) @regisbsb - I've also started using VS 2015, so it's been on my todo list to update [pMixins] to support...

Hi paletov, thanks for posting this. You are correct, pMixins currently uses a very naive approach for deciding when to (re)generate the mixin code behind files. All code behind files...

Ok, what you are experiencing makes sense. I'll prioritize addressing this issue, and if it makes sense can publish it as a separate release. In the mean time, there is...

If an error occurs during the generation of a code behind file, then the code behind file is rewritten as empty. The reasoning was this would make what ever error...

This would probably be better asked on StackOverflow. If you post it there, post the link back here and I'll see if I can help answer it.

And this is with the `DisableCodeGeneration` attribute defined at the assembly level (in `AssemblyInfo.cs`)?

Hi Paletov, I have tried to reproduce the behavior you are experiencing but haven't been able to. Using `Visual Studio 2013 Update 4` with `pMixins 0.6.0.457` I performed the following...