Michael Yates
Michael Yates
I had the same problem (attempting to start two instances of nodemon from gulp) and found a fairly simple solution with the [gulp-multi-process](https://github.com/juanfran/gulp-multi-process) plugin. Create a separate task for each...
Experienced this on our production environment overnight as well. Have a max_size of 1G. It looks like logrotate created a copy of the log when it reached this size, but...
Has there been any progress on this issue since May? It seems like a useful change to work towards if we can overcome the VS2015 Roslyn problems. Would make patching...
As I understand from the above comments there are some problems with removing Copy Local = True. So here's a change I made today to the build process which reduces...
So on VS2013 everything is working fine? I'm still on VS2013 and would gladly do with faster build times and less SSD wear.
Thanks. I merged in your changes and apply similar changes to some of my own custom modules and some other third party modules that I have in my solution. One...
I've discovered another alternative to setting Copy Local = true on these references that are needed within razor views is to add the assembly to the web.config in the system.web...
@sebastienros The Orchard.Users reference was only a problem with one custom module of my own making. A few cases where core modules had to have assembly references added in web.config...
@brunoAltinet I've continued in my product environment with the approach above that @Xeevis started. Over time there have been a few more missing assembly references (similar to the exceptions above...
I'm seeing a similar symptom where count is correct, but rows are empty, when using limit/offset (also Postgres dialect). In my case I've enabled query logging, and can actually see...