John Rom

Results 16 issues of John Rom

closes #61 Only register track mousedown/touchstart when either track background or active track were clicked/tapped.

Situations = non "draggableTrack", single value ranges

> Note: Formik no longer appears maintained, but I am leaving this PR open for archival purposes. closes #3099 Todo: - [x] Merge main - [x] React Native Batching -...

### Dev Sprint Full Milestone PR here: #3231 Original PR list for each feature: 1. ~~[PR](https://github.com/formium/formik/pull/3089)~~ Choose a state optimization method: ~~useContextSelector #2846~~, useSubscription #3089 1. ~~[PR](https://github.com/formium/formik/pull/3122)~~ Add parse/format to...

Type: Umbrella

Just some notes on Concurrent Mode: - switch useState to useMutableSource - add some kind of opt in system / separate builds from cm vs legacy/blocking - maybe using Formik...

Type: Feature Request

### Describe the feature This is a bit of a strange topic, but currently Google does not automatically connect the "Car" data type and the "Product" data type. Their recommendation...

enhancement

Webgrind is ignoring index.php by default because of the following default setting: ``` static $hideWebgrindProfiles = true; ``` This means WordPress, which uses index.php to route all requests, does not...

I might be missing something, but it seems using this via docker doesn't allow me to set `xdebug.profiler_out_dir` because xdebug is not installed in `jokkedk/webgrind`. `php.ini` then never picks up...

Wondering if I missed something in the documentation. I'm trying to create discriminated types such that doing a switch() can distinguish the type of a value returned from an API....