Jonathan Yankovich
Jonathan Yankovich
@tomfarm Great! Do you know who would give the LGTM on this and pull the trigger on the merge?
@johns10 I've been looking into this too – It looks like the slim template language, which slime is based on, has been upgraded to support tailwind: https://github.com/slim-template/slim/pull/841 so maybe this...
I added this line: ``` put_session(:user_id, user.id) ``` to `web/controllers/registration_controller.ex`, so my code for `RegistrationController.create` is: ``` def create(conn, %{"user" => registration_params}) do changeset = User.registration_changeset(%User{}, registration_params) case Repo.insert(changeset) do...
Unfortunately, my raw logs aren't available. All I can provide is: `RuntimeError: oauth callback received failure response: %{current_user: nil, ueberauth_failure: %Ueberauth.Failure{errors: [%Ueberauth.Failure.Error{message: "No code received", message_key: "missing_code"}], provider: :google, strategy:...
I'll give it a shot. Can you provide an overview of the process for working the pin-outs? I'm technical (software developer), but not terribly experienced with reverse engineering hardware. I've...
Brilliant, thank you. That all made sense to me. Hopefully I won't fry the thing in the process. A couple of Q's: What is **ST's Flasher**? Presumably this is the...
No problem, still super thankful for the guidance. I also mis-spoke; the MCU on the board is the `HC32F460` (which apparently only recently received support for Klipper) Yes, the firmware...
> Bonjour Si ça peut aider j'ai trouvé quelques pin pour kobra max voir photo > Translated: Hello If it can help I found some pins for kobra max see...
@xC0000005 There's enough here that I would need to learn to pull this off that I expect I won't have time/energy to do it for some time. I'll try posting...