Steve Frank

Results 8 issues of Steve Frank

Is there a way to support this scenario? It's pretty common to debug in a pry console, which requires reloading the code file.

need/details

https://github.com/TwP/logging/blob/master/lib/logging.rb#L94 `:color_scheme` should be part of that array. Without it I don't get colorized log output. I'll open a PR if you agree that this is an oversight. Thanks!

Feature

The `AuthResponse.prototype.getJson` function in `intuit-oauth/src/response/AuthResponse.js` needs to handle a 401 error more elegantly. I had to monkey-patch the function to figure out what was going on. The OAuth credentials I...

hacktoberfest

In https://github.com/srbartlett/awscosts/commit/82ce80d9e8e0e08a43bb9cd40e241fa544463a24 you switched to using oj, which means when this gem is used in JRuby it requires C extensions to be enabled. Was there any specific reason for oj?...

Both input fields are called "Password" Additionally, `Password reset with password` wording is a bit odd. ![image](https://github.com/user-attachments/assets/3caa5e04-f80c-489a-ab8d-892e06f47671) ![image](https://github.com/user-attachments/assets/03fbb7eb-6cbd-4f79-bd44-3fc45b7a5446)

Based on changes from the discussion at https://elixirforum.com/t/delaying-liveview-js-commands-avoid-quick-flash-of-trying-to-reconnect/64035/9?u=sevensidedmarble This adds a 3s delay before showing the server-error toast, giving the client a chance to reconnect before showing it.

Go to https://hexdocs.pm/phoenix_live_view and search for `temporary_assigns` and it finds no results. If you instead search for `:temporary_assigns` you get results. I knew that atom was there so I had...

This is a follow up for https://github.com/phoenixframework/phoenix_live_view/issues/2163 The behavior of not updating an element that has focus is pretty subtle, and easy to miss in the docs. I'm proposing logging...