Francis Nimick

Results 38 issues of Francis Nimick

Resolves error: `line 77: E1208: -complete used without allowing arguments`

If e.g. backButtonClose is true when the modal is opened, and then set to false and the modal is closed, the BackHandler will not be unregistered and all future back...

There have been multiple issues (#481 , #483 ) caused by the inability to develop the library with strict null checks enabled. These issues do not appear in library development...

### Which packages are impacted? - [X] `remix-validated-form` - [ ] `@remix-validated-form/with-zod` - [ ] `@remix-validated-form/with-yup` - [ ] `zod-form-data` ### What version of these packages are you using? -...

bug

## Checklist - [x] I've searched for similar issues. - [x] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps Observe that the full argument...

bug
new

**Describe the bug** Beekeeper's DNS lookup appears to only support ipv4 DNS records. When I provide an ipv6 ip address manually in the host field, it connects just fine. **To...

bug
accepted :+1:

**Describe the bug** Based on https://github.com/diegomura/react-pdf/issues/874, and in particular https://github.com/diegomura/react-pdf/issues/874#issuecomment-815444437, I would expect a view set to `wrap={false}` to start at the top of the next page, and wrap from...

bug

### Current Behavior Adding an with initials rather than image (which was fixed in https://github.com/skeletonlabs/skeleton/pull/2333) causes the bar contents to render in the vertical center of the viewport. The issue...

bug

Not entirely sure why, this is working in the REPL demo, yet doesn't work in my application. There are no errors logged to the console. ``` const table = createTable(tableData,...