Roan Martin-Hayden
Roan Martin-Hayden
### Description Closes #2590 (More detail in issue description) `Select` component needs to forward a ref to `BubbleSelect` to be compatible with `react-hook-form`'s `register()` function.
**Describe the bug** The [lint rule](https://github.com/francoismassart/eslint-plugin-tailwindcss/blob/master/docs/rules/no-arbitrary-value.md) "no-arbitrary-value" creates false-positives where square brackets are used. For example, Tailwinds uses them for [attribute selectors](https://tailwindcss.com/docs/hover-focus-and-other-states#attribute-selectors) and [custom modifiers](https://tailwindcss.com/docs/hover-focus-and-other-states#custom-modifiers). Tailwinds also uses arbitrary values...
The `.prof` files that cProfile generates can be used with interactive programs or to create helpful graphs. If you could download the raw `.prof` file, users could take advantage of...
## Description of the Bug Report We have a model with a field `filter_query` and we want to support filtering by this field. The query param `filter_query=foo` always fails with...
## Feature request ### Overview The Select component does not allow a ref to be passed to the underlying html `select` element. This breaks [react-hook-form](https://react-hook-form.com/docs/useform/register)'s `register()` function; We are using...
The following code errors for lodash but not for the similar implementation using the built in `.filter()`. I encountered this, but my minimal repro is inspired by @ialexryan 's report...