Mike Binns
Mike Binns
I am going to close this ticket as the original request (0.18) is already in main. If you are still getting the issues you were, please open a new issue...
Under the hood, we are using [:erlang.trace/3](https://www.erlang.org/doc/man/erlang.html#trace-3), and at first glance I am not seeing a way to exclude certain modules from tracing.
@aselder I pushed some updates to the main branch on FlameOn, and Elixir 1.15 and 1.16 have come out since then. Would you be able to see if this issue...
Closing for now. If you are still able to reproduce this issue on main, please let me know.
@leandrocp that makes sense to me, no objections
Inline stylesheets were added in 4fa26952eeaf45a79bd8e64cac8d5349a6a7e2ea, and we can link to hardcoded stylesheets. The inline stylesheets are currently dumped directly into the root layout, but with the current data we...
@leandrocp looks good. This is the natural evolution of what `Beacon.Components.Component` was intended to be, so I think we should morph that module/context into this feature. I wouldn't be opposed...
> For that reason I'd rather keep a string for now while we explore such options. Wdyt? Agreed. The target audience here for generating page content is not engineers, it...
The helpers would be similar to the Phoenix ones such as `Routes.dashboard_path(@conn, :index)`. Interestingly enough, I just saw [this feature](https://github.com/phoenixframework/phoenix/blob/master/CHANGELOG.md#introduction-of-verified-routes) in Phoenix 1.7, we might be able to implement something...