Daniel Weinmann

Results 15 issues of Daniel Weinmann

Hi there! Thanks for the great library :D I'm having trouble finding out how to get the accurate frequency in Hz of a note from aubio.notes in Python. In the...

feature

I don't know if all versions of Android have this problem, but on the Samsung Galaxy S3 Mini I tested with auto-scroll wont happen unless the ScrollView has sufficient height....

Hey @FaridSafi! As a part of last night's programming spree, I created https://github.com/danielweinmann/validate-model, which is a pretty close implementation (a.k.a copy :D) of your validation logic for GiftedFormManager, but in...

Hey @FaridSafi! Last night I couldn't bare struggling with scroll/focus problems and having to deal with state/validation logic while fixing things. So I created https://github.com/danielweinmann/react-native-stateless-form ;) It is supposed to...

This is useful for many cases, but specially to specify `GEM_PATH` so we can use a specific gemset with `rbenv`.

The `renderForm` function would receive the same arguments as `children` + `Form` (which would be the value of `component` prop passed either to the form or to `createForm`) + `fetcher`...

Today, all inputs, selects, text areas, etc. that match `child.type === Input` (or Multiline, or Select, etc) [will receive a bunch of props](https://github.com/seasonedcc/remix-forms/blob/main/packages/remix-forms/src/createField.tsx#L398). The problem is that React's `type` comparison...

This component would: * Render all fields in the schema precisely as if we hadn't passed children to the form. This is useful because sometimes we just want to customize...

Maybe only if type === undefined | submit ? _Originally posted by @gustavoguichard in https://github.com/seasonedcc/remix-forms/pull/159#discussion_r1111905975_

Something like `npx remix-forms init` that would: 1. Detect if we're in a Remix or React Router project 2. Install the correct dependencies 3. Create the correct `formAction` function 4....