Eric Yancey Dauenhauer

Results 9 issues of Eric Yancey Dauenhauer

`new Buffer` has been [deprecated since Node v6.0.0](https://nodejs.org/api/buffer.html#buffer_new_buffer_string_encoding) When this lib is bundled with zero-dependencies, e.g. in a serverless function like AWS lambda, this code emits a deprecation warning. Not...

* `npm i -D @types/gapi.client.drive@v3` * change all `FileListResource` to `FileList` * change all `FileResource` to `File` * change all `PermissionResource` to `Permission` * change all `PermissionResource[]` to `PermissionList` *...

enhancement

It would be helpful to have the Parent folder name shown in the Copy Log. The easiest solution here is to make a new request to get the metadata of...

enhancement

**Question** AWS SDK v3 was released in December 2020: https://github.com/aws/aws-sdk-js-v3/releases/tag/v3.0.0. Does this library plan to eventually support it? I figured an issue might be a useful way to track this...

question

## Description 1. Update the peer and development dependencies to AWS SDK v3. 2. Update all SQS client method calls to use updated syntax 3. Update error types to match...

When BufferedSingerStream is instantiated, it [updates the schema](https://github.com/datamill-co/target-postgres/blob/master/target_postgres/singer_stream.py#L47). It passes the `key_properties` value that was passed to the constructor, which is [set to None if the SCHEMA message doesn't contain...

## Current Behavior `onlyDependOnLibsWithTags` does not handle glob patterns in the tags list. However, several other options for the `eslint-plugin` do support glob patterns. ## Expected Behavior Update `onlyDependOnLibsWithTags` to...

## Summary `tether-drop` library does not work with v2.0, but no breaking changes were announced in [the release notes](https://github.com/shipshapecode/tether/releases/tag/v2.0.0). Technically `tether-drop` is a separate lib and it's compatibility is not...

### Description This PR adds an Architecture doc. The purpose of this doc is to describe the high level architecture of the rolldown crate. ▶️ **[Rendered doc](https://github.com/ericyd/rolldown/blob/architecture-docs/web/docs/contrib-guide/architecture.md)** ◀️ (ignore the...