Djordje Djukic
Djordje Djukic
## Steps to Reproduce - Setup Fixie 3.2.0 as per the wiki instructions - Run tests, everything is ok - Try to debug one test ## Expected Behavior Test should...
Hi, I am curious why did you skip **O** and **Z** letters in Bigs? `private const string Bigs = "ABCDEFGHIJKLMNPQRSTUVWXY";`
Hi Jimmy, In **ControllerExtensions** you have method **RedirectToActionJson**, and you create url for redirect on this way: `redirect = controller.Url.Action(action)`. You are using it like this: `return this.RedirectToActionJson(nameof(Index));` This will...
Hi Jimmy, I am using 'Features' organization on my project, and in first I named features in singular. But I had problem because feature folder name was the same like...
### Issue link https://issues.hibernatingrhinos.com/issue/RavenDB-21956/ETL-to-Azure-Queue-Storage ### Additional description Expanding Queue ETL with Azure Queue Storage provider. ### Type of change - [ ] New feature ### How risky is the change?...
Hi, do you maybe know how to run the project from JB Rider?
Hi, I have an issue with slow rendering when the page has more elements. I am creating a clone of one website which is working nicely. So I am rendering...