Krzysztof

Results 24 comments of Krzysztof

I have also found this place by using rest-generator. I am really curious, what kind of problems bodymen solves?

@ankurk91 Any news? The problem persists in 2.17.0

Lazy solution is just wrap each ESM lib into service which use https://github.com/cspotcode/tsimportlib or different solution mentioned in this thread. In case of https://github.com/sindresorhus/execa v6 that service can look like:...

I would love to see Masked Input to avoid using third party components which often stop being supported after a while (like https://github.com/sanniassin/react-input-mask)

_Export from syntax_ is somehow stale right now (still in stage 1): https://github.com/tc39/proposal-export-default-from. This syntax is not encouraged. To make it work: Replace in index.js: `export User, {schema} from './model'`...

You can simply do it yourself. Just create new section in your appsettings: ```JSON "HealthChecks": { "Services": [ { "Name": "WebService1", "Uri": "https://localhost:5002", "Tag": "dev" } ] }, ``` Map...

Warning is still present in antd 4.1.3 and customize-cra 0.9.1 with the configuration as above

Putty/Pageant +1

Does not work: ``` ./src/index.tsx TypeError: loaderContext.getOptions is not a function ```