Jayden Meyer

Results 15 comments of Jayden Meyer

> Would the solution the FBX importer offers (extract materials and on-demand re-mapping) suffice for your needs? @atteneder this would be perfect and I have this exact use case in...

Hi there, personally I am looking for the ability to remap materials at editor import time, similar to how Unity offers out of the box for FBX, OBJ etc. My...

> I think I got what you mean, thanks. It's a different topic though and (in my opinion) already covered in #305 . @atteneder Thanks for that, I've read #305...

We've also hit this issue as we use the 172.* range of IPs for internal networking and this causes conflicts with Docker bridge networks. Starting up Harbour basically cuts access...

I am using the Seq sink. I was using outdated versions of these packages. I have now updated them and am using Serilog 2.2.1 and Serilog.Sinks.Seq 3.0.1. The 500 errors...

Here's an example of a log message we are seeing in Seq ![serilog500message](https://cloud.githubusercontent.com/assets/6220167/18771197/3c45aab2-8180-11e6-9585-a568269dccca.jpg)

Thanks for the speedy fix for that, seems to be logging with Error level now for 500 server errors, even with no exception data. Regarding capturing exception data, I am...

I have found a solution. Adding customErrors Off like the below works. I have errors handled using IIS httpErrors still so it isn't showing the user any exception details. I...

I had to use httpErrors over custom errors for it to work correctly. The httpErrors work more at the IIS level than at the ASP level. You can read more...

We were just looking at how to accomplish this and found that FreshMvvm already returns the `Page` object when calling the `AddTab` method. You can assign to the `AutomationId` property...