Joshua Shearer

Results 13 comments of Joshua Shearer

I thoroughly appreciate you taking the time to publish your changes, and letting me know about them. I looked through them all in great detail and I couldn't find any...

There's a post-build action on the project that moves all the files to the appropriate folder under `%LocalAppData%`. So, all you need to do is open the solution and build...

In addition to that, it's configured in such a way that if you make some changes to the project and build it again while the game is running, the game...

I looked over your write-up, and you've basically explained how you implemented everything that I always wanted to do, but never actually took the time to do. This is all...

Can you explain a bit more about your reasoning behind `ICityWebMod`/`CityWebMod`? From what I can gather, this allows us to leverage the functionality of the `PluginsManager` so that we prevent...

I've always compiled the assembly from Visual Studio and relied on a post-build script in the project to deploy the assemblies to the mod directory. This script however, is unique...

I have noticed on occasion that editing an existing notification will create a duplicate entry upon saving. Unfortunately, I haven't been able to determine what causes this, so I refresh...

Are you saying the issue has been resolved but not released? Or are you saying that the mentioned line was merely *intended* to resolve the issue, but perhaps is inadequate...

I'm noticing this as well. The solution might be as simple as changing the markup for the password field, so that it uses a different value for its `name` attribute....

[Mono for Android does not contain a `System.Drawing` assembly.](https://forums.xamarin.com/discussion/7124/system-drawing-dll-error)