Victor Oliveira Nascimento

Results 16 issues of Victor Oliveira Nascimento

Hi @potatosalad ! Hope you are doing fine :) There is an issue with recent versions of JOSE that parsing of OpenSSH keys fail with FunctionClauseError: ``` elixir ** (FunctionClauseError)...

bug

From PR #60 I've noticed we are not actually running the integration tests on CI. Also, the instructions recommend installing Kafka locally which I'd say is not common practice IMHO....

This is using the `br.com.concretesolutions` package. So, I'd like to discuss two points here: 1. Move the library to github.com/concretesolutions 2. Update the package to `br.com.concrete` (much like we are...

enhancement

It would be nice if we could stream file contents in a nice to have Elixir API like `File.Stream` like: https://www.poeticoding.com/elixir-streams-to-process-large-http-responses-on-the-fly/ Is that supported by the HTTP API?

type: feature request

I believe that in most linux flavored distros the keyboard shortcut to auto-ident will not work because it is a system wide shortcut for locking the session (much like the...

feature request

Hi you all! This issue is to discuss a possible next major version and things that are still bad or missing on the current implementation. Here is my current list...

enhancement

Joken configuration now has a `Joken.Claim` struct which has a `:options` field. This came from the #182 PR. We could add custom messages, skipping the claim if some condition match...

enhancement

I think it is quite common to work with thumbprints when handling x509. For example, JWKS has the following standard claims among others: - `x5t`: thumbprint using sha1 - `x5t#S256`:...

I would like some feedback as to how we should handle multiple failures in one test. As of Elixir 1.2, user of ExUnit can fire multiple failures in one test....

**Describe the bug** Some of our production PODs are not logging events do NewRelic. They show CPU/RAM data but not, for example, transactions. ![image](https://user-images.githubusercontent.com/376386/142731440-a2e96697-0d29-475e-89b3-b79bb5b91dac.png) When looking into the application logs,...