Shane Courtrille
Shane Courtrille
I created a MiningWorld using a single desert biome with heavily modified ore options. While we see the expected ore for the most part we do run into areas underground...
We're seeing high memory usage in production to the point where we have to cycle the instances. Looking at memory dumps I'm seeing that StackExchange.Redis.RawResult[] is the biggest consumer of...
I run a small family server and sometimes the younger ones get in trouble so it would be super helpful if we could backup player data with separate configuration so...
### Is your feature request related to a problem? Please describe. There are a lot of processes within Orchard Core which are a complete black box once they are deployed....
We are using the Zurb Foundation css framework (http://foundation.zurb.com/). When we add the app.js that is provided by them and go look a calendar in IE8 with compatibility view set...
Azure App Insights is reporting the following error "Microsoft.Data.SqlClient.SqlException (0x80131904): The operation failed because an index or statistics with name 'IX_Dimension' already exists on table 'Identifiers'." as well as another...
### Is your feature request related to a problem? Please describe. We are currently implementing Microsoft best practices for managing access to Azure Blob Storage and we've ran into a...
I'm a bit confused about ISession due to the fact the code doc says it "Represents a connection to the Document Store" yet it has a method called CreateConnectionAsync() which...
### Describe the bug BlobFileStore is doing an unnecessary UrlDecode on blob.Name which doesn't work for file names such as "My+File.jpg". When I look at the blob.Name during runtime it's...