John Carew
John Carew
We are pulling from a third party oData provider that does not adhere to their schema. They are a middleman that takes in data from their clients and turns it...
I have a Multi-Master mysql 8.0.20 replication setup, and I am using the same config as the example [here.](https://github.com/sergiotabanelli/mysqlnd_ms/blob/f2a7acd440dceb47c868f05640299144845674e3/examples/mysqlnd_ms_multi_master_config.json) But, it does not seem to round robin the selects? I...
If I run the script once, then edit the script by adding another menu item. It doesn't show up until I close PowerShell and re-open and run the script from...
I have a few RC8325-V2 that came with the house we just bought. They seem to be ADT cameras. I ended up having to crack one open and connect to...
Getting this error now. When using this code. The model (also is x) is of type UserDetailModel, the sub property User is of type EmployeeDTO. This worked just fine until...
`@Html.Bootstrap().Link("Test", "Test")` This produces `Test`, expected to produce `Test` with no class.
We need to be able to build the menu like we are able to with DropDown(""), but with standalone dropdown menu like so. ````csharp @Html.Bootstrap().DropDownMenu().MenuItems(m => { m.Link("Refresh", Url.RouteUrl("Refresh", new...
In the DropDownMenuBuilder class there is a method as MenuItem(MvcHtmlString actionLink). Not all methods return a MvcHtmlString, but they do all inherit from the same IHtmlString.
We need the ability to create links off route names instead of just action and controllers. Currently there is only ActionLink(..).
I need to be able to add a input group, so that I can show a currency symbol before the input field. I have no way of doing that. This...