Matt Platts

Results 8 issues of Matt Platts

old: ``` hbs {{#if messages}} {{#each messages}}{{{this}}}{{/each}} {{/if}} ``` with my modifications: ``` hbs {{#if messages}} {{#each messages}} {{{this}}} {{/each}} {{/if}} ```

Looking in `PowAssent.Plug`: ```elixir def callback_upsert(conn, provider, params, redirect_uri) do conn |> callback(provider, params, redirect_uri) |> handle_callback() |> maybe_authenticate() |> maybe_upsert_user_identity() |> maybe_create_user() |> case do %{private: %{pow_assent_callback_state: {:ok, _method}}}...

`` Gives error: ``` shiki:1 Uncaught ReferenceError: vscode is not defined at shiki:1:31910 ``` Fixes it: ``

bug

My first naive approach would be something like this: ```elixir defmodule Class do @doc """ Builds a class based on a set of default classes and specified overrides for them...

help wanted

https://github.com/petalframework/petal_components/issues/42

Sometimes you want to use a component as a starting point and modify it heavily. Example: I want to modify the `` component. ``` mix petal_components:eject card ``` And it...

enhancement
help wanted

Problem: It's hard for other devs to make PRs for petal_components. This because you have to run a seperate Phoenix project and reference petal_components either via a file path or...

enhancement
help wanted

Is there an easy way to pass in the icon name as an argument? eg: ``` ```