Steven Holdsworth
Steven Holdsworth
Following on from the discussion of System Environment Variable versus App Config for configuration of the Compile Time protocol target: https://github.com/andrewvy/chrome-remote-interface/pull/27 @andrewvy has expressed concern regarding the use of environment...
When performing basic stress testing the following error occurs: ``` 10:27:31.339 request_id=Ff2tuFY7vDKkyNYAAEki pid= module=Plug.Logger [info] Sent 200 in 202ms 10:27:31.340 pid= module=gen_server [error] GenServer Chroxy.ProxyListener terminating ** (CaseClauseError) no case...
The README needs some love and the following tutorial covers using Chroxy https://www.youtube.com/watch?v=FGUEDu8A7GY
Short term goal would be to support configuration of the path (as per other configuration through environment variables). This function would need to be modified: https://github.com/holsee/chroxy/blob/a1997bd12c26dbd62c6653405af8c99b7fb01f87/lib/chroxy/chrome_server.ex#L347-L354 From early testing, Chromium...
https://wiki.mozilla.org/Remote https://developer.mozilla.org/en-US/docs/Tools/Remote_Debugging/Debugging_Firefox_Desktop https://firefox-source-docs.mozilla.org/remote/index.html https://wiki.mozilla.org/WebDriver/Meetings/2018-11-26
* Also put `info` level logging that is noise into `debug` level.
I wish to request the removal of a warning via direct IO for session durations greater than 30 minutes. The IO warning, which bypasses logger abstractions, will impact production logging...
When leveraging PowResetPassword: ```elixir defmodule Foo.Users.User do use Foo.Schema use Pow.Ecto.Schema use Pow.Extension.Ecto.Schema, extensions: [PowInvitation, PowResetPassword] ... end ``` Warning on docs generation: ``` > mix docs Generating docs... warning:...
Linked: #7 It would be a nice feature to support "requester pays" at a more general level across the S3 API. I am not sure what would be the best...