Tim Chambers

Results 70 comments of Tim Chambers

Appears this is an unmaintained gem...

This is becoming very important to my project. Is there any way in which I can help as I have not discovered a workaround.

Can anyone describe how to use Honeybadger in LiveView? I am getting genservers which terminate because of handle_events with no function clause errors, but of course they are not reporting...

I am going to leave this question open, but IMHO the key should represent the Ecto schema's field name. Currently afaict the current paper_trail implementation refers to the database column...

In reading the README I read the statement which I strongly support: **Data integrity is an important aim of this project, ...** Paper_trail is an important addition to my app...

here are the changes I made for supporting Ecto field sourcing for posterity: ```elixir @doc """ Dumps changes using Ecto fields """ @spec serialize_changes(Ecto.Changeset.t()) :: map() def serialize_changes(%Ecto.Changeset{changes: changes, data:...

Reported here: https://github.com/phoenixframework/phoenix_live_view/issues/2964

I believe this is fixed as of Elixir 1.17.3 with Phoenix 1.7.14 and live view 0.20.17 and pedal_components 2.3.0 . I do not know specifically what caused the misbehavior to...

Closing as not reproducible.