Phillip Haydon
Phillip Haydon
There's 2 tests, one that succeeds and one that fails. The first one fails due to the `unnest` usage. (query cleaned up to make it readable) ``` WITH mt_temp_id_list1CTE as...
If I have a large number of images to display, say 50. The first row loads, then theres a 4-5 second pause before the rest load in, this is because...
If you're using pages, if you attempt to export it always exports the first page, not the current selected page. There is a work-around for anyone who does get hit...
First of all we need to rename the assemblies because the naming is retarded. The output assemblies and namespaces should be identical across all versions of MVC regardless of the...
I'm not sure if I'm just tired and stupid, but I have gone through all the examples and I cannot seem to find a way to limit the number of...
I'm trying to install the latest version of the community tasks but when installing it asks to uninstall v1.4.0.42 of the community tasks, except 1) I don't have it installed...
This is a reminder but can be picked up by anyone. 1) Documentation doesn't include example for for `IncludeColumns` on indexes. i.e should it be ``` i.IncludeColumns = new []...
How can the layout be reinitlized?? I have a bunch of images and at the moment the columns are distributed evenly, so when the images load, long, portraits cause 1...
# Description of the new feature/enhancement The ability to save a tab with panes as a profile, or specify in a profile the panes to open when you open that...
Hey, Is it possible to extend weights to support long, lookg like at the moment they only support int? ❤️