Jakub Zawiślak

Results 11 comments of Jakub Zawiślak

Are you asking about a JS function, or the way to add item it in backend?

**Backend** You must add a new items to your struct with additional `formex_id` value. On the JS side I'm generating new values using UUID, but it can be also numbers...

You can pass your functions to the `modify_changeset` callback https://github.com/jakub-zawislak/formex_ecto#changeset-modification Is this what you need?

Are you using ecto 3.0? I haven't noticed that 3.0 is already published 😄

I will upgrade the `formex_ecto` to be compatible with `ecto` 3.0. If the first question was about accessing ecto's changeset in pure `formex` (without `formex_ecto`), then it's impossible, because it...

You can create a custom `handle_form` function, that returns the whole `form` struct: ```elixir def custom_handle_form(form) do form = Formex.Builder.handle_submit(form) if form.valid? do {:ok, form} # I have changed `form.new_struct`...

You can now install `formex_ecto` with `ecto` 3.0

I had the same error while importing these two lines. I think the problem was a trailing space in terms ``` engineer / nlpv2 / training / form / add...

I had the same issue as @spcfran and @arichter83 (JSX element type...) but I have installed this package in the parent directory by mistake. It works after proper installation. I...

I have had the same issue - it was caused by the `AllowTcpForwarding` option in `/etc/ssh/sshd_config` file on the server