Stefano Gessa

Results 9 issues of Stefano Gessa

Is it possible to set hackney options?

Hi, I have a text field, let's say `title`. Sometimes I need to search for this field with a fulltext search which it works. Other times I need to search...

I have a phoenix application using `bandit` as HTTP server instead of the default `cowboy`. When using `bandit` the transactions are not showing in the NewRelic APM dashboard. Is this...

It seems that `generate_token/5` expects a keypair, at least when the scope is `public`. However I believe it should only need the secret key, in fact the public key is...

It seems that the `--out` flag of rubocop is ignored unless it is specified as last argument. Running `rubocop --out out.junit --format junit` will print to STDOUT instead of writing...

**Describe the bug** The agent seems to be working because data is showing in NewRelic but we are getting a lot of errors: ``` 08:25:41.483 [error] new_relic_agent - Failed to...

Hi! Does it compile on windows?

This PR removes `libsalty` library because outdated and no longer maintained. `libsalty` was used for `XChaCha20Poly1305` and `Ed25519` crypto functions that are now implemented using Erlang native crypto functions. I...