Roman

Results 428 comments of Roman

Setting explicit dependency on the repo seems to work 👍🏼 CDKTF code: ```ts defaultBranch.dependsOn = [ dependable(repo) ] ```

I think the safest way is to actually check for the behaviour of the interface. ```ts if ('connect' in queryable && typeof queryable.connect === 'function') { // pool } ```...

+1 yes. I see a potential in this kind of tool, but entirely confused about what to do. I think it needs real world examples. I am willing to submit...

This will not always work: ```json "compilerOptions": { "types": [ "@types/node", "@total-typescript/ts-reset", ], } ``` Here's a concrete example, and a pretty typical use case: ```json "typeRoots": [ "./node_modules/@types" ],...

Jiti is a great project. But I think because it uses require, it wouldn't benefit my case, as I am actually just interested in the types. I use these types...

No, restart does not solve. Thank you.

I'm on the macOS Big Sur. Using soft links.

But to clarify, have you been using hard or soft links?