Zach Gianos

Results 9 issues of Zach Gianos

With a type declaration of `File`, the input parameter hash of the uploaded file is coerce into a new UploadedFile object which conforms to the `Rack::Multipart::UploadedFile` interface. The input parameter...

It would be nice to have support for uploaded files: ```ruby param :file, File ``` This would coerce the parameter into an object that conforms to [Rack::Multipart::UploadedFile](https://github.com/rack/rack/blob/master/lib/rack/multipart/uploaded_file.rb).

## Is your feature request related to a problem? Please describe. In one of my projects, there are other matcher methods that are not a part of the core Minitest...

### Package @carbon/react ### Browser Chrome ### Package version 1.12.0 ### React version 18.2.0 ### Description The ExpandableSearch component defines and passes the `onChange` callback to the Search component for...

type: bug 🐛
status: needs triage 🕵️‍♀️

### Package @carbon/react ### Browser Chrome ### Package version 1.12.0 ### React version 18.2.0 ### Description When clicking the close button after inputting text and clicking outside the component to...

type: bug 🐛
status: needs triage 🕵️‍♀️

This updates the detection of the asdf data directory for setting the environment variable `ASDF_DATA_DIR` during activation. Fixes #2023 ### Motivation Fixes #2023 The XDG base directory specification is becoming...

This adds support for detecting asdf configuration via its environment variables: * ASDF_DIR: installation location * ASDF_DATA_DIR: data directory ### Motivation Fixes #2023 ### Implementation If the environment variable is...

### Description ## VS Code Ruby LSP The extension detects `asdf` but fails when searching for the data directory. The [code](https://github.com/Shopify/ruby-lsp/blob/main/vscode/src/ruby/asdf.ts) does not appear to use the asdf environment variables:...

bug

### Package @carbon/react ### Browser Chrome ### Package version 1.57.0 ### React version v16.14.0 ### Description When clicking outside the menu when opened, the onMenuChange callback is not fired with...

type: bug 🐛
status: needs triage 🕵️‍♀️