Trivikram Kamat

Results 354 comments of Trivikram Kamat
trafficstars

> I'll put together a list of reasonable engineering/project management challenges that need to be overcome to stabilize and modernize the project and then share those on this thread (it's...

> A new issue or a project can be created for modernizing jscodeshift. The issue was created at https://github.com/facebook/jscodeshift/issues/500

Example production code: https://github.com/stream-labs/desktop/blob/428dc21e9dfe73e30640d9d3d629a65d13c30a63/app/util/slow-imports.ts#L4-L6

https://github.com/urbit/urbit/blob/410f491938b8361da59b7c5dcd02dfe08d6732ba/pkg/interface/src/logic/lib/S3Client.ts#L33

Most package managers have similar features, and the choice should mostly depend on what most contributors are comfortable with. Personally, I use a yarn modern and changesets in my projects,...

> How does it publish to npm? Does it require a hard-coded token somewhere, or does the maintainer log in to it which gives it some sort of temporary token?...

Numbers for `v4.0.0` System Information ```console $ hostnamectl ... Operating System: Ubuntu 22.04.3 LTS ... $ node -v v20.9.0 $ npm create [email protected] ✔ Project name: … vite-project ✔ Select...

Anyone looking to install firefox, the following YAML worked for me for `ubuntu/standard/6.0`: ```yaml version: 0.2 env: variables: DEBIAN_FRONTEND: "noninteractive" # apt-get be quieter phases: install: commands: - add-apt-repository ppa:mozillateam/ppa...

A fix is merged in https://github.com/aws/aws-sdk-js-v3/pull/4400 It will be released with https://github.com/aws/aws-sdk-js-v3/releases/tag/v3.266.0, expected on Feb 6.

> It will be released with [`v3.266.0` (release)](https://github.com/aws/aws-sdk-js-v3/releases/tag/v3.266.0), expected on Feb 6. The fix was released with https://github.com/aws/aws-sdk-js-v3/releases/tag/v3.266.0 on Feb 6. @yashjais Can you verify if it's fixed in your...