anark

Results 10 issues of anark

With the release of rails 6.1 ActiveStorage will have the ability to use resumable Multipart uploads to S3 https://github.com/rails/rails/pull/35931/files. Will it be possible to use this provider with multipart direct...

### What would you like? It is great that cypress is gaining native support for file uploads via `cy.selectFile`. However, one issue I always had with `cypress-file-upload` was that it...

type: enhancement
E2E

Using the newest aws-s3-multipart on uppy 2 with the batch prepareUploadParts it would be great if you could set the uploader to upload multiple chunks of the same file at...

Feature
💬 Discussion
AWS S3
Stale

Hi there, Thank you for the amazing library. I have an interesting issue I am trying to sort out with vtree. I am trying to use vtree with an API...

Currently this gem does not support the latest `graphql` `2.0`. To fix this[ ](https://github.com/khamusa/rspec-graphql_matchers/pull/43) would need to be merged to resolve https://github.com/khamusa/rspec-graphql_matchers/issues/42 and the gemspec would need to be updated...

.Legacy `.to_graphql` objects are deprecated and will be removed in GraphQL-Ruby 2.0. Remove `.to_graphql` to use a class-based definition instead. ``` it { is_expected.to have_field(:id).of_type('ID!') } ``` Backtrace ``` /spec-graphql_matchers-1.3.1/lib/rspec/graphql_matchers/have_a_field.rb:83:in...

When on a select field such as a drop down for Province If I press 'b' it brings up the bookmarks vichrome prompt but it should select British Columbia in...

Currently JSZipUtils will not follow redirects. It would be very helpful if it could follow a redirect when attempting to download a remote file.

A solution for https://github.com/waynehoover/s3_direct_upload/issues/74 This allows you to use s3 direct upload without requiring a separate form. To use with just an input tag within an existing form you will...

When an import is defined as ``` import React, { useState } from 'react' ``` (usually due to automatically added imports) The update-react-imports codemod transforms it to ``` import {...