Results 643 comments of Blake Embrey
trafficstars

Is someone planning to release this? I've been waiting months for the change personally, it really hinders development to not be able to debug errors properly. Most errors end up...

@PhilippSalvisberg here's a simple prototype that's backward compatible.

> However, using executeMany in OracleDB or a single SQL statement would probably be more efficient. Good question. I was trying to make it easier to use `executeMany`. You'd be...

You are right that it's a very marginal improvement, and you could just use `1` or something and ignore `values` anyway and it'd work the same as the first example....

Makes sense, related to https://github.com/TypeStrong/tsconfig/issues/28. Happy to accept a PR here, but would likely mean trying to implement a custom JSON parser. I'd recommend using typescript directly where possible.

You're welcome to submit a PR, but I'm not sure I'll be implementing it myself here. If you need this, it's probably best to parse the `tsconfig.json` file using TypeScript...

@rifler Legacy. It used to be required because TypeScript didn't expose the features needed. It could still be used by people that want to load `tsconfig.json` files but don't want...

@ntucker You're best diving into the TypeScript package and taking a look. I left a link above to a package I maintain that can help you figure it out (it's...

@ntucker Try something like https://github.com/TypeStrong/ts-node/blob/4dbc15dc20da90c0496d117481a7467b6d637cb8/src/index.ts#L631 (not 100% sure from memory if that one method support inheritance, you might need to combine with `parseJsonConfigFileContent`). I believe there's a short-hand you can...

Is this possibly the result of https://github.com/TypeStrong/typedoc-default-themes/pull/43 being broken?