Victor Gladkikh
Victor Gladkikh
This PR is yet another attempt to address #621, #551, and #271 Added additional settings to `S3StorageOptions`: - `ForcePathStyle = false` setting to true will make AWSSDK.net compatible with MiniO...
Is it possible to update `runtime_template.js` to contain a `publicPath` option. So that I can register SW in runtime using custom publicPath - not the one provided by webPack, i.e....
Here is a list of errors that occur. I will try to provide more details later ``` HTML1300: Navigation occurred. File: facebook HTML1527: DOCTYPE expected. Consider adding a valid HTML5...
I have a problem with running redis plugin. This is what it looks like when I'm execute ``` docker ps ```  From my perspective I haven't done anything...
Following test fails (in `DistinctTests.cs`) ```cs [Test] public void DistinctCountOnComplexAnonymousTypeProjection() { var result = db.Orders .Select(x => new { x.ShippingDate, x.OrderDate }) .Distinct() .Count(); Assert.That(result, Is.EqualTo(774)); } ``` To do...