Adrian Rangel

Results 20 issues of Adrian Rangel

Is it possible to create a WEP access point?

When following the Getting started I get this error after the Launch Stack. ``` Template validation error: Template format error: Unrecognized resource types: [AWS::Cognito::UserPool, AWS::Cognito::UserPoolClient] ```

SecureRandom.hex can create duplicate values, this way you can avoid getting an error in such case.

Has anyone tried if this is compatible with ecto 3.0?

In my `rel/config/config.exs` I set ```elixir config :prometheus, ValiotApp.PrometheusExporter, auth: {:basic, System.get_env("METRICS_USER"), System.get_env("METRICS_PASS")} ``` But PrometheusExporter isn't using this configuration. If I instead set it on `config/prod.exs` it uses the...

I get this warning when cloudflared starts ``` failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 2048 kiB, got: 416 kiB). See https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size for details. ``` https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size

Can't find on the documentation a function to check if an alert is open, if I try to dismiss and it's not present it crashes ``` ** (RuntimeError) no alert...

mailcheckjs-rails isn't on https://rubygems.org/ so can't install. https://rubygems.org/search?utf8=✓&query=mailcheckjs A workaround is to use in the Gemfile `gem 'mailcheckjs-rails', github: 'mjc/mailcheckjs-rails'`