Skip to content
View kyreeves's full-sized avatar

Block or report kyreeves

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. zed zed Public

    Forked from zed-industries/zed

    Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.

    Rust

  2. Netflix/fast_jsonapi Netflix/fast_jsonapi Public

    No Longer Maintained - A lightning fast JSON:API serializer for Ruby Objects.

    Ruby 5.1k 426

  3. envshare envshare Public

    TypeScript

  4. ruby class to copy objects from one ... ruby class to copy objects from one aws s3 bucket to another
    1
    require "aws-sdk-s3"
    2
    
                  
    3
    class BucketSyncService
    4
      attr_reader :from_bucket, :to_bucket, :logger
    5
      attr_accessor :debug