Stefan Chrobot
Stefan Chrobot
[Erlang/OTP 24.2](https://www.erlang.org/patches/otp-24.2) ships with [:crypto.pbkdf2_hmac](https://www.erlang.org/doc/man/crypto.html#pbkdf2_hmac-5). I'm suggesting a new major version of `cloak_ecto` that requires OTP 24.2+.
## Feature goal Include the values of `` elements in `Floki.text/2`. This would be helpful for making assertions on pages that have edit forms: ```elixir test "the form is prefilled...
The `LogStashLogger` fails when encoding some events. Note that the error happens upstream in the `logstash-event` gem, but I couldn't find where to report that. Reproduction: ```ruby s = "x\xc3x".force_encoding('ASCII-8BIT')...
The `LogStashLogger` can raise an exception when logging. This makes it unsuitable for error logging, as that would require error handling code for error handling code. Note that this issue...
It's tough to use Gutenberg together with other styles/libs, since it's hijacking top-level and generic selectors, i.e. *, html and body. What do you think about scoping Gutenberg's application to...
`Tesla.Mock` is not compatible with clients that use the `Tesla.Middleware.Timeout` middleware. ``` iex(1)> Application.put_env :tesla, :adapter, :mock iex(2)> require Tesla iex(3)> Tesla.Mock.mock(fn env -> %{env | status: 200} end) iex(4)>...
Hi, we're running Elixir on AWS EC2 with [Amazon Linux](https://hub.docker.com/_/amazonlinux) as the base OS. Would you consider adding support for this OS to Bob?
👋 Trying to update `phoenix_html` in my project to latest version fails because of the clash with `ex_heroicons`. This PR updates the dependencies to the latest versions. Latest `surface` still...
Seems like the last commit to this file changed it with some temporary (?) code. The counter demo seems one of the most fundamental ones and is referenced in the...
Hi, great tool! Would you consider providing Alpine packages for vector? I'm running my app on a PaaS, but I'd like to forward the logs to an external service. My...