nat2k5us

Results 10 issues of nat2k5us

The swagger (API) is using the same port as WeatherService Microsoft.AspNetCore.Server.Kestrel[0] Unable to start Kestrel. System.IO.IOException: Failed to bind to address http://127.0.0.1:5102: address already in use. ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already...

property comment does not get generated/output into swagger.yaml ``` type Order struct { //ID that identifies a specific account that is being used for a particular order. AccountID string `json:"AccountID,omitempty"`...

scanner
generate spec

I can run my app locally and browse but with docker it always fails ```yaml FROM mcr.microsoft.com/dotnet/core/aspnet:3.1 AS base WORKDIR /app EXPOSE 80 EXPOSE 443 FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS build WORKDIR...

Cannot use ngx-papaparse with angular 9+ Already ran npm install [email protected] ERROR in node_modules/ngx-papaparse/lib/papa.d.ts:5:22 - error NG6002: Appears in the NgModule.imports of AppModule, but could not be resolved to an...

gopls version: (devel) (undefined) gopls flags: update flags: proxy extension version: 0.35.2 go version: 1.13.4 environment: Visual Studio Code win32 initialization error: Error: json: cannot unmarshal object into Go struct...

WaitingForInfo

## Question How can I embed html or javascript libraries in the doc.go file for example I want to be able to reload the swagger spec in the UI -...

scanner
generate spec

how to use a different account for export_completed_stock_orders r.export_completed_stock_orders(".") r.export_completed_option_orders(".")

Would be good to be able to group by a column.

I am trying to use the Time Picker from http://eonasdan.github.io/bootstrap-datetimepicker/ with BMVC ``` @f.ControlGroup().TextBoxFor(model => model.SchedulePeriod.ActiveEndTimeText).AppendIcon("glyphicon glyphicon-time").Class("form-control").Label().Class("col-sm-2 control-label") ``` ``` javascript $("#datetimepickerend").datetimepicker({ format: 'hh:mm', pickDate: false, pick12HourFormat: true, pickSeconds: false...

Is there a component that adds row navigation to datatable i.e. using up/down arrow keys I want to be able to change the selection of a `row`