Tom Crossland

Results 16 issues of Tom Crossland

It would be useful to be able to use statsd tags in metrics (see the Metric Tagging section [here](http://support.sysdigcloud.com/hc/en-us/articles/204376099-Metrics-integrations-StatsD-)), for example: ``` ``` Currently this will be rejected by jmxtrans-agent's...

An example of how to use the SharedRuntime annotation and the configurer would be helpful.

The `Joken.Hooks.after_sign/3` callback has the following spec: ```elixir @callback after_sign( hook_options, Joken.sign_result(), sign_input ) :: {:cont, Joken.sign_result(), sign_input} | halt_tuple ``` The second argument passed to the `after_sign` callback actually...

Currently the `` tag can be nested but only within a single `pageScope`. It would be useful to allow nesting to work within templates. For example: **/author/show.gsp** ``` gsp ```...

Currently the build of wx fails if `GL/gl.h` is present but `GL/glu.h` is not. This may happen, for example, in macOS if the homebrew `mesa` package is installed. This change...

team:PS

If no groups are found onLdapSync returns before removing existing groups. See https://github.com/ShMaunder/JMapMyLDAP/blob/master/plugins/ldap/mapping/mapping.php#L447-453.

`crypto:block_decrypt` was [deprecated](https://erlang.org/doc/apps/crypto/new_api.html#the-old-api) in OTP 23 and has been removed in OTP 24. This PR uses the [new API](https://erlang.org/doc/apps/crypto/new_api.html#the-new-api).