Eugene

Results 26 comments of Eugene

Would you consider a PR for transferring the current 2.0 codebase to TypeScript?

Thanks @edospadoni for the hint! For now, we have to download assets from private repos via plain HTTP calls outside Octokit. I use [got](https://github.com/sindresorhus/got) for the HTTP call - ```ts...

I understand this is a relatively low priority, and don't want to push for a fix. Just to add another dimension on why this matters beyond being an administrative nuisance...

Thank you @k2snowman69 and @ahnpnl for investigating & fixing - this issue has been preventing us from migrating our ESM-only packages to v29. Would it be possible to cut a...

@chrnorm This is excellent. The only concern that I have is about this workflow - 1. I have an existing "hardcoded" AWS setup, with `~/.aws/config` and `~/.aws/credentials` 2. I run...

@chrnorm I had to set up `granted` on a new computer today and went through the process of installing it and adding credentials end-to-end on a clean setup - everything...

Somewhat related - Node has native support for sourcemaps (via `--enable-source-maps`), and this feature breaks as soon as `tslog` is `require`d anywhere the application because `prepareStackTrace` is hijacked by the...

`corepack` is now bundled with Node as of `16.9.0` (https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#corepack) but not yet enabled by default. Today we use Volta to control versions for both Node and Yarn, but we...

Seems like supporting client-side caching is not likely for the near future https://github.com/luin/ioredis/pull/1504#issuecomment-1030865630

I struggled with the same error for a while. Then I accidentally deleted the project from IntelliJ and removed all hidden IDE subfolders, and when I re-added the same project...