Skip to content
#

phoenix-framework

Here are 664 public repositories matching this topic...

papercups
reichert621
reichert621 commented Oct 19, 2020

Problem
The pathname field on the widget_settings table is sometimes longer than the max character limit for DB fields of type "string".

Solution
Migrate the pathname fields on the widget_settings table from type "string" to type "text":

https://github.com/papercups-io/papercups/blob/master/lib/chat_api/widget_settings/widget_setting.ex#L18

**Questions, or need help gett

stimulus_reflex
leastbad
leastbad commented Jul 7, 2020

Feature Request

It would be nice if StimulusReflex offered better logging tooling that was comfortably in-between "way too verbose" and "totally suppressed".

Is your feature request related to a problem?

@marcoroth recently added amazing client-side logging, but we offer no SR-specific feedback unless there's literally an excpetion. This leads to lots of puts statements in Reflexes

Improve this page

Add a description, image, and links to the phoenix-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the phoenix-framework topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.