Andrew Bradley

Results 546 comments of Andrew Bradley
trafficstars

From my experience, `NODE_OPTIONS` has been supported on AWS Lambda for years. Maybe others were referring to similar environments with different restrictions? Does Lambda@Edge have different rules? Were they talking...

https://github.com/pythonarcade/template also needs to be updated.

Ditto; I'd like to see this too, if possible. I'm trying to set up TypeScript's language service, and I think it's being overridden by WebStorm's built-in JS language features, but...

I suspect this is related to vscode-mocha-test-adapter using its own bundled copy of mocha, related to the issue hit in #11. @gchovanyecz @iamlothian if you set the `mochaExplorer.mochaPath` option, does...

I'm running into the exact same issue. I have a few common types used in various places within a schema. I would like to write schemas for these common types...

I'd like this as well. I wonder how well the parser can accommodate this. Can the parser be run and tell you where it had to stop so you know...

I tried using `tsc --traceResolution` to see what tsc is doing. ``` Loading module 'cmd-ts/batteries/fs' from 'node_modules' folder, target file type 'JavaScript'. File '/my-project/node_modules/cmd-ts/batteries/fs/package.json' exists according to earlier cached lookups....

I'm seeing that it also fails for fp-ts: EDIT: I found the issue: https://github.com/gcanti/fp-ts/issues/1726 ``` Loading module 'fp-ts/Either' from 'node_modules' folder, target file type 'JavaScript'. File '/my-project/node_modules/fp-ts/Either/package.json' exists according to...

I think you're right, the errors are being marshalled from one thread to another, so our `INSPECT_CUSTOM` is being lost. https://github.com/TypeStrong/ts-node/blob/7af5c48864b60576e471da03c064f325ce37d850/src/index.ts#L432-L464 Can you think of a good solution here? Is...

I haven't had time to prepare release notes yet. They will accompany the v11 stable release. Until then, the commit log will have to suffice. It links to PRs which...