nat2k5us
nat2k5us
[Trace - 07:10:27.533 AM] Received notification 'textDocument/publishDiagnostics'. Params: {"uri":"file:///Users/me/dev/ts/starling/pkg/data/datafile_test.go","diagnostics":[{"range":{"start":{"line":3,"character":1},"end":{"line":3,"character":37}},"severity":1,"code":"BrokenImport","codeDescription":{"href":"https://pkg.go.dev/golang.org/x/tools/internal/typesinternal?utm_source=gopls#BrokenImport"},"source":"compiler","message":"could not import github.com/stretchr/testify/assert (no required module provides package \"github.com/stretchr/testify/assert\"(workspace configuration error: 1 modules have errors:\n\tgitlab.x.xx.com/rocket/starling:pattern gitlab.x.xxxx.com/rocket/starling/...: lstat /Users/me/dev/ts/starling/vendor: no such file...
I am facing the same issue as well - I need to ignore the documentation from ``` // This is in a separate package decimal.go // Decimal represents a decimal...
https://msdnshared.blob.core.windows.net/media/MSDNBlogsFS/prod.evol.blogs.msdn.com/CommunityServer.Components.PostAttachments/00/09/49/79/83/datagridgrouping.jpg Maybe double clicking on a column makes it group by that column. Or having a groupby icon on each of the columns - only one column can be active...
When I remove the Class form-control and control-label from the bootstrap like below ``` @f.ControlGroup().TextBoxFor(model => model.SchedulePeriod.ActiveEndTimeText).AppendIcon("glyphicon glyphicon-time") ``` The form alignments and layout is not correct. The rendered HTML...
See Below: Edit.cshtml ``` HTML @model WebClient.ViewModels.ScheduledMessageItemViewModel @using (var f = Html.Bootstrap().Begin(new Form().Type(FormType.Horizontal))) { @Html.AntiForgeryToken() @Html.Partial("_CreateOrEdit", Model) } ``` _CreateOrEdit.cshtml (partial view) ``` HTML @model WebClient.ViewModels.ScheduledMessageItemViewModel @{ if (this.Model ==...
I am using v3 of bootstrapper and BMVC 2
And BMVC3 is paid version right? We would like to get a trail version,verify it resolves and then purchase it (how much is the paid version?)
Tried it with the Trail version and got the same effect. What would be nice is if you can add support for this TimePicker like you have done for the...
Yes, I did. This is what it looks like ``` javascript @f.FormGroup().TextBoxFor(model => model.SchedulePeriod.ActiveStartTimeText).Id("datetimepickerstart").AppendIcon("glyphicon glyphicon-time") ``` This is the rendered HTML ``` HTML Active Start Time* ```
> Have you tried using BMVC without datepicker? Does it give you same result in that case? Yes, without the date picker the ICON goes to the far right like...