Daniel White

Results 66 comments of Daniel White

This appears to be a bug with[ json-schema-faker](https://json-schema-faker.js.org/) itself, i tried this in their online tool ``` { "type": "object", "properties": { "languageId": { "description": "ISO language code (http://www.mathguide.de/info/tools/languagecode.html)", "example":...

hey @ale-sanchez-g - thanks for the issue. can you please share how you are setting up the proxy? if the cli, the full list of arguments would be great.

we could take this as an enhancement request to return an appropriate error message when running the cli

thanks @SeMuell. i'm looking into this - i notice we have several feature requests closed #432 #1012 - i'll leave this open as we discuss internally.

I would like to see this as well - it would make dynamic external configuration much easier. ``` import { ThirdPartyClient } from 'third-party-client`; @singleton() class Configuration { public readonly...

Ok I hacked this together. ``` import { FactoryFunction, DependencyContainer } from "tsyringe"; export default function instancePerContainerCachingFactory( factoryFunc: FactoryFunction ): FactoryFunction { const cache = new WeakMap(); return (dependencyContainer: DependencyContainer)...

https://stackoverflow.com/questions/49513093/avoiding-office-onlines-wants-to-display-a-new-window

@steebchen you can do `if: always()` on the step - it happens regardless.

Also: https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#style-examples

@fabiocav: this really sounds like a .net core bug/issue. can you confirm? i'm running into something similar using a vanilla asp.net core service.