Doug Ludlow

Results 6 issues of Doug Ludlow

Currently the `dotnet-lambda-test-tool-x.x.exe` cannot be run from Docker containers because it is bound to `localhost` by default. ## Describe the Feature Allow a `--host` option to be passed into the...

feature-request
module/lambda-test-tool
needs-review

I have a project where I'm creating a .d.ts file for angular2. Using dts-generator, I'm able to create one, but with one issue: all relative paths are not resolved. I...

bug

I'm getting the following error when running an app using node-wit on v5.5.0 of node: ``` bash node --harmony_destructuring main.js ``` ``` bash /wit-project/node_modules/node-wit/lib/interactive.js:7 let context = typeof initContext ===...

### What is the problem this feature would solve? Currently, `bun test` appears to default to the current working directory's `tsconfig.json`, but it would be nice to be able to...

enhancement
jest

It doesn't appear that CodeGen picks up models built into a dll that can be deployed to the site. Looking at the code, it doesn't appear to be doing any...

question

When attempting to create a bundle object using the R4 interfaces, there are errors because the entry resource which is using an interface is not a Resource. Checking the types,...