Matthew Runyon

Results 28 issues of Matthew Runyon

Fixes #1383 The issue before was when `getInputProps` was called, `valuesRef` hadn't been updated by `useEffect` yet (guessing React was deferring this effect). This caused the value and onChange to...

### What package has an issue @mantine/core ### Describe the bug When NumberInput is set to a non-numeric value without a default initially, it defaults to undefined [as seen here](https://github.com/mantinedev/mantine/blob/master/src/mantine-core/src/components/NumberInput/NumberInput.tsx#L145)...

bug

We're using the Sass CLI to watch and recompile files in several package in a monorepo. Using the --watch flag appears to make the CLI watch every file in a...

needs info

### What version of React Router are you using? 6.2.1 ### Steps to Reproduce The docs for `Link` (specifically [here](https://reactrouter.com/docs/en/v6/api#link)) says in the note that for each '..' the Link...

bug

### Provide a general summary of the feature here `@adobe/react-spectrum` package lists dependencies on the other spectrum packages with `^x.y.z` notation. This means installing a specific version of `@adobe/react-spectrum` does...

The pypi page for deephaven-server has nothing about the CLI tool that comes with it. https://pypi.org/project/deephaven-server/ We should add info about the CLI tool for launching deephaven from a console...

feature request
triage

Changes needed for dh.ui databars - Support for extracting data in viewport columns not listed in `table.columns`. This allows us to hide the aggregation columns for databars from the user...

Fixes #2195 Had to just ignore some of the errors because we compare spectrum components in the styleguide and I didn't want to mess with that for now. I still...

When completing #1908, we forgot to run the linter on all files locally since CI only lints changed files. As a result, there are some places that violate the rule...

bug
triage

As a user, I want to be able to use the `@deephaven/jsapi-bootstrap` package without it also providing loading overlays and a failure modal in my app. We shouldn't have a...

enhancement