Matt Henry

Results 7 comments of Matt Henry

-- -------------------------------------------------------- -- Host: ************************************* -- Server version: Microsoft SQL Server 2014 (SP1-CU4) (KB3106660) - 12.0.4436.0 -- Server OS: Windows NT 6.3 (Build 9600: ) (Hypervisor) -- HeidiSQL Version: 9.5.0.5196...

Sorry about that. The Update button in help failed to auto update to the nightly build. It got hung and crashed and I forgot this happened... I've installed the latest...

Unfortunately, MSSQL doesn't have a neat little construct for INSERT IGNORE. I'll be honest, I don't know the best way to do this type of insert into MSSQL. Per https://dba.stackexchange.com/questions/30662/how-can-i-ignore-duplicate-inserts...

I'm using multiple Select2 fields and the workaround provided would work only half of the time for some reason. My workaround was to use the dropdownParent option for each one...

> > i have been trying to fix this with multiple solutions like @blq mentioned, but no form of `$('.select2-search__field').trigger('focus')` worked, as they all got caught by the new jquery...

I think I've pinpointed the confusion in the CSS. It has to do with the term "toggled". While the window width is large ( >= 992 px) the body gains...

I found a potential solution in case anyone else needs to fix this. I basically changed the selector for 3 CSS entries so that the logic about toggle was consistent....