Jake Bailey

Results 1420 comments of Jake Bailey

I tried the above suggestion as it wasn't too hard to do. There's more here in the "non-transform" case, unfortunately; a lot of stuff depends on these flags past just...

I've closed my attempt at using snapshotting: https://github.com/microsoft/TypeScript/pull/55830 The new `NODE_COMPILE_CACHE` works a lot better than us writing code to perform the hashing to determine if a preexisting snapshot is...

@joyeecheung Do you see a world in which the compile cache can be enabled from within a running program, or where this option is just "always on" and benefits all...

I would think you'd need to pass in some sort of relative path or stick that on your PATH. --- Another update is https://github.com/nodejs/node/issues/53639 which would enable our entrypoints to...

Hm, baselines don't seem to be fully up to date.

I don't think I would allow exporting an array; `export default` is explicitly used for specifying which task should run when `hereby` is not given a task name. However, I...

Also, out of curiousity, where are you using `hereby`?

This is sort of a meta question, but do people commonly pin pyright _only_ via pre-commit? And not via dev-requirements or some other similar functionality provided by a package manager?...

Sorry for the delay on properly reviewing and merging this; I've been busy and I wanted to come up with other sections to add for other possible sources for the...

Hm, honestly I think in most of these cases, it's more straightforward to just run the package manager and print out a version, rather than cargo installing a whole package...