Andrew Stewart
Andrew Stewart
Hi there, I am still getting https://github.com/karolsluszniak/ex_check/issues/43 happening on: ``` elixir 1.16.2-otp-26 erlang 26.2.4 ``` I have also tried 1.16.3 and got the same results.
I think it might be nice to pattern match that the text_filter option to `element` is either a string or a regex. I recently accidentally typed this: ``` view |>...
The fzf sorter seems to break when you have a whitespace in your search. it begins to highlight correctly, but as soon as you have a space you do not...
I'm unsure if this is affecting anyone else, but for me, I get doubling of the system prompt on retries. This prevents it by checking if it's already in the...
Yo: not sure if this is a problem with this plugin or neotest per se. On a fresh compile step, test running can hang for a longgggggggg time with no...
See title. There's been several tickets auto closed by stale bot.
Hey everyone, I noticed that I can not seem to find official documentation for the options to socket connection in JavaScript. I think we really need to document this in...
Hey yall, check out this as context: https://elixirforum.com/t/how-does-liveview-know-when-to-remove-phx-disable-with-from-form-submits/61370 The thrust of the complaint here is that phx-disable-with gets removed from the element after the submit is done, but before navigation...
I just saw that this: https://github.com/phoenixframework/phoenix_live_view/pull/3680 is in recent LV now. It kind of makes https://github.com/srcrip/live_toast/pull/19 pretty redundant. Do people see value in keeping the work in #19 around or...
The changes here are going to allow you to add a toast from the client side. Note, that we are not actually constructing the element in javascript: it's merely a...