Tom Fenech
Tom Fenech
Make a copy of the original array, so that validation happens the same as when calling Remove on the last element. Test case: https://codesandbox.io/s/formik-fieldarray-change-validation-bug-forked-fddidy?file=/index.js note that after adding an element,...
The CanvasInnerDefault component is defined as: ```ts export const CanvasInnerDefault = styled.div` position: relative; outline: 1px dashed rgba(0,0,0,0.1); width: 10000px; height: 10000px; cursor: move; ` as any ``` In previous...
- `downshift` version: 3.2.10 - `node` version: v11.15.0 - `npm` (or `yarn`) version: 6.7.0 - `react` version: 16.8.4 - `styled-components` version: 4.3.1 **Relevant code or config** ``` import * as...
Hi, I have a Concourse build task that looks like ```bash #!/bin/bash source /docker-lib.sh start_docker docker load -i image1.tar docker load -i image2.tar docker load -i image3.tar docker-compose up ```...
To reproduce using the "[simple example](http://labs.easyblog.it/maps/leaflet-search/examples/simple.html)": - Type a search string which produces an empty result set, e.g `asd` - Press the "down" key Expected: no action Actual: A TypeError...
This can be useful for example when outputting a URL in a JSON value, which contains a query string, where the ampersands & should remain intact.
If I fetch code from a repo with a `get` step and pass the directory as an input to a `task`, I cannot open a PR using `gh pr create...
Hello! I am interested in using AuthBoss to handle user login and consent as part of an OAuth2 flow (I am using ORY Hydra). I am wondering: - Is this...
**Is your feature request related to a problem? Please describe.** We have found it difficult to test these workflows using https://github.com/nektos/act, since it relies on getting a real PR, rather...
### Bug Description In the docs, a [series of options are given](https://mirrord.dev/docs/overview/configuration/#target-path) for passing the `target` as a string. However, these are not included in the JSON schema, so the...