Phil Hurwitz
Phil Hurwitz
it was merged, but it didn't appear to update on the site. I don't know the innerworkings of the project, so I'm guessing deployment is manual, or something like that....
Is this essentially a duplicate of #222 ?
> This isn't an exact duplicate, because opening a new shell doesn't change the behavior. the Application is still not in the PATH. Makes sense-- it does not appear to...
two reasons for this change: - It's a pain to remove the `:` out of the name when adding to a new slack - You can't even clone the repo...
Already requested here: https://github.com/DataDog/terraform-provider-datadog/issues/225
Not sure about events, but log facet creation has been requested here: https://github.com/DataDog/terraform-provider-datadog/issues/225
Workaround: ``` C# @f.FormGroup().Id("courseLengthButtons").RadioButtonsFromEnumFor(m => m.courseLength).DisplayInlineBlock() @f.FormGroup().Id("otherLengthBox").TextBoxFor(m => m.courseLengthDescription).VisibleDependsOn( m => m.courseLength, (BL.Models.CourseLength.Other).ToString()) ``` and ``` javascript $(document).ready(function () { if ($("#courseLengthButtons input:checked").val() == "Other") { $("#otherLengthBox").show(); } else {...
Sure, I'll post it in the morning! On Tue, Feb 4, 2014 at 5:00 PM, Dmitry A. Efimenko wrote: > > That sounds like a good idea. Could you show...
``` $(document).ready(function () { initTbmvcJs(); }); function initTbmvcJs() { $("form").bind("invalid-form.validate", function (form) { $('.bmvc-3-validation-summary').has('li').addClass('alert alert-danger').find('.close').show(); }); //the rest of the js goes inside here... } ```
We ended up finding a work-around for the trace ID header issue, so I'd consider this a "nice to have" at this point (but wouldn't be upset if it were...