Martin Feckie
Martin Feckie
It could be nice to be able to reduce visual noise when creating multiple scenarios that may use the same request / response. ``` elixir @success_response %HyperMock.Response{ body: "SUCCESS!" }...
`mix test` fails due to ``` src/ibrowse_lib.erl:371: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information. ERROR: compile failed...
I've been looking through the codebase looking for a way to have the mocked API endpoints check request headers. I can't see an obvious way to do it. Is there...
When using Plug, we are able to serialize nested maps to query params. e.g. `Plug.Conn.Query.encode(%{filters: %{ name: "dave", direction: "asc", pagination: %{ page: 1} } })` which would give us...
Version: `{:phoenix_live_reload, "~> 1.2", only: :dev}` I have components in this folder `lib/cockpit_web/components` with the following config for `live_reload` ``` live_reload: [ patterns: [ ~r"priv/static/.*(js|css|png|jpeg|jpg|gif|svg)$", ~r"lib/cockpit_web/(components|live|views)/.*(ex)$", ~r"lib/cockpit_web/templates/.*(eex)$" ] ] ```...
When working with date / time inputs, it's sometimes desired behaviour to allow a user to keep typing beyond the `maxlength` attribute, for example wrapping a time or date input....
Each time I start vs-code I get a pop up: It's fine to accept this, but I'm wondering if there's a way to whitelist the installed version so I don't...