Tom Janssen

Results 8 comments of Tom Janssen

Any updates regarding the acceptance of this (or a similair) PR?

I think `BeforeCells` and `AfterCells` is more descriptive eitherway.

@canvural it is not a duplicate, as only 1 database connection is used. Postgres databases are split into schema’s (sub databases), which can be accessed by adding it in front...

Both the models and the migrations are specifying the schema. Only difference from your example I see is that I use the `getTable()` method to set the schema. I'll try...

@danharrin I want to create a PR for this; but I am not sure which approach to take for V3. I am leaning towards adding another callback (like `deleteUploadedFileUsing()`) that...

@danharrin I think the bug is that a user changes something in a form and the fields state is updated, but `afterStateUpdated()` is not called. However, I also think this...

> What problem are you seeing exactly? [...] When the connection is closed by the server, the client outputs an error: ``` Error: GnuTLS error -110 in gnutls_record_recv: The TLS...

> What you're saying may be entirely correct, but we need to double check which "client outputs an error" under what circumstances exactly. I would love to add some tests...