Andrew Stewart

Results 45 issues of Andrew Stewart

To retain the ability to match on html instead of a selector, you can use a helper function like this: ``` def assert_html(session, text) do assert render(session.view) =~ text session...

https://github.com/jeremyjh/dialyxir/pull/550 tried to update this as well but only the lock file was changed. I think the actual `mix.exs` needs to specify something greater than 'any version'.

Apologies if I'm missing something and it actually does this already but I'm pretty sure it does not? There's some things that throw warnings in the JS console when you're...

This is my take at solving: https://github.com/thmsmlr/instructor_ex/issues/92 I came to the linked issue because I wanted to use the Gemini adapter with a schema I had that used regular `map`...

Hi, It's incredible what this project can do for the output of git diff, but what about looking at git commit objects? They contain diffs of course. Is there any...