Javier Guerra
Javier Guerra
`hmac/3` is being scheduled for removal on [OTP-24](http://erlang.org/doc/general_info/scheduled_for_removal.html#functions-scheduled-for-removal-in-otp-24) The project needs to switch to `mac/4`. I think this functions are sued to oauth authentication. Am I wrong?
Being this project Erlang, not sure if is on your interest, but I am getting this warning. I don't think there is anything in JSX `2.8.0` that will cause issues...
On starting tsung it crashes with error: ``` {"init terminating in do_boot",{undef,[{tsung_controller,start,[],[]},{init,start_em,1,[]},{init,do_boot,3,[]}]}} ``` On Ubuntu 20, OTP-23. dependencies installed: ``` apt-get install gnuplot-nox libtemplate-perl libhtml-template-perl libhtml-template-expr-perl ```
I have an app running with StimulusReflex ~4.x~ 3.4 fine, this app have no AR whatsoever, as we use other DB which AR do not support. The migration to 5.0pre...
This method lacks of a Unit test, so one was added asserting the null and empty string returns.
I am using the gen_changes behavior and if the server disconnects the app throws an exception on ``` State2 = case Msg of {done, LastSeq} -> State#gen_changes_state{last_seq=LastSeq}; {change, Change} ->...
This is a proposal solution for https://github.com/BeaconCMS/beacon/issues/821 What Is aw in my dev environment is that `conn.private.phoenix_live_view` extra session value is set as 3 items tuple, instead of a map,...
### Environment * Elixir version (elixir -v): 1.17.2 * Phoenix version (mix deps): 1.7.21 * Phoenix LiveView version (mix deps): 1.0.10 * Beacon version (mix deps): 0.5.1 * Operating system:...