RudeySH

Results 39 issues of RudeySH

Relative paths in CSS files tend to cause problems with ASP.NET bundling, because ASP.NET can place the bundled CSS file in a different folder than where the original CSS files...

After installing the Dynamic Bundles NuGet package, almost every line in every .cshtml file introduces the following warning (CS1702): > Assuming assembly reference 'System.Web.Mvc, Version=**5.2.2.0**, Culture=neutral, PublicKeyToken=31bf3856ad364e35' used by 'DynamicBundles'...

I'm looking for a tool that can help me automate things like bitrate detection for multiple songs. Could spek provide such features?

When building, the keyboard focus moves to the BuildVision window. This is annoying, especially when you configure the VS editor to build on save. Building on save is actually a...

bug

I just ran into an issue where I was unknowingly using an old version of Hangfire.Core, because I was referencing Hangfire.AspNet, whose dependencies look like this: ![image](https://github.com/HangfireIO/Hangfire/assets/3918757/ffa8602b-c16b-4e9f-b824-b187a1a7aefd)

I'm trying to reset the DLC mission "Laid to Rust" because it is glitched and can no longer be progressed in my save file. Here's what I've found so far....

I'm glad this project supports sections, but what about Razor `@helper` functions?

I just became a subscriber, and noticed this checkbox: ![image](https://user-images.githubusercontent.com/3918757/73648476-eda39b00-467d-11ea-8a5f-bfa0f113dd26.png) I guess that makes this userscript obsolete now?

Most JS libraries are distributed through a CDN to ensure fast delivery in production environments. https://github.com/cdnjs/cdnjs/blob/master/CONTRIBUTING.md

I would like to be able to override the authorization logic with my own. In other words, allow me to programmatically provide an `Action` or `Func` that determines if the...