miksh7

Results 4 comments of miksh7

having the same issue Conversion failed when converting the nvarchar value '2.68802' to data type int.

Is there a benefit of [testing media queries programmatically](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Testing_media_queries) by window.matchMedia ?

In fact, this code causes the issue ``` container.on('open', function () { self.$search.attr('tabindex', 0); self.$search.attr('aria-controls', resultsId); self.$search.trigger('focus'); window.setTimeout(function () { self.$search.trigger('focus'); }, 0); }); ``` If I'm not mistaken the...

Same issue with nullable properties. How to force #ref to be nullable in code? ``` public class MyClass { // This must be nullable in api json but it's not!!...