Sunny Milenov

Results 9 issues of Sunny Milenov

Hitting localhost:5000 when running locally (tried in windows, linux and macos) produces the proper output, but if packed in a docker container, it hangs on getting the swagger.json file. The...

`swagger project test -b 5858` does not work. Same for `-d`. It runs the tests and exit without waiting for debugger to attach. Looking at the latest code, the only...

## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...

kind/enhancement
area/automation-api

Device: Netgear Nighthawk X4S R7800 Openwrt: OpenWrt 21.02.2 r16495-bf0c965af0 After firmware upgrade, usb devices are not discovered, it appears that the whole usb subsystem is not working. ``` # lsusb...

target/ipq806x
release/21.02

Hi, I have a type registration done like this: ioc.Register().AsPerRequestSingleton(); Then I use it like this: var parameters = new NamedParameterOverloads() { {"param1", this.TinyIoCContainer }, {"param2", param2Object} }; This fails...

using swagger-express-mw, and having a following yaml: ``` /api/applications: x-swagger-router-controller: "applications" post: operationId: "create" consumes: - "application/json;" produces: - "application/json" parameters: - name: "body" in: "body" description: "initial application data"...

Currently, both CreateSet and CreateInstance use mappingEngine.Map I needed to intercept and log particular data when some mapping fails - i.e. some identifying property of the source. To get this,...

Sometimes it is good to have the line info, etc. Alternatively, overload which takes XDocument or XElement. Also, async variants would be appreciated too. It is understood, that this functionality...

enhancement

Hello, I was using MSBuild.Sdk.SqlProj for awhile now, as it was helping us building dacpac on a linux CI/CD agents. But now as Microsoft has released Microsoft.Build.Sql 2.0.0, which kind...

question