Tom de Bruijn

Results 109 issues of Tom de Bruijn

``` ruby { "ruby-install" => { rubies: [ { ruby: "ruby 2.0" } ] } } ``` will create install dir of `/opt/rubies/2.0` and we would like to see `/opt/rubies/2.0.0-p453`....

https://github.com/postmodern/ruby-install/blob/master/share/ruby-install/ruby-install.sh#L10

enhancement

When closing a NerdTree buffer it will show a prompt about unsaved changes on the latest version of VimR, like issue #571, #516 that appear to have been fixed in...

The AppSignal Elixir integration needs to listen to the `APPSIGNAL_CA_FILE_PATH` env var in the extension installer. > To download the archive, some additional options may be set. > > -...

chore

Support the [absinthe library](https://hex.pm/packages/absinthe). ## To do - [ ] Research instrumentation method - Can we rely on the Elixir Telemetry package (not opentelemetry) to provide all the instrumentation we...

feature
requests

As agreed upon in https://github.com/appsignal/integration-guide/pull/124, add a function to manually stop the minutely probes. This may help with issue https://github.com/appsignal/appsignal-nodejs/issues/418 ## To do - [ ] Implement a public `Probes.stop`...

enhancement

As agreed upon in https://github.com/appsignal/integration-guide/pull/124, make sure that the minutely probes don't drift, so they don't actually calculate metrics over 1 minute and 5 seconds, for example. ## TODO -...

enhancement

- [ ] Outgoing HTTP requests (HTTPoison, Tesla) - [ ] Other frameworks - [ ] Absinthe - https://github.com/appsignal/appsignal-elixir/issues/751 - [ ] Background job libraries (verk, exq, Toniq (https://github.com/appsignal/appsignal-elixir/issues/38) etc.)...

feature

Part of https://github.com/appsignal/integration-guide/pull/104 ## TODO - [ ] Update [`Appsignal.Transmitter`](https://github.com/appsignal/appsignal-elixir/blob/988f6d98479bebf51ceb3b9a6782441b65b37d03/lib/appsignal/transmitter.ex) to listen to the AppSignal `http_proxy` config option. - [ ] Update [`Appsignal.Transmitter`](https://github.com/appsignal/appsignal-elixir/blob/988f6d98479bebf51ceb3b9a6782441b65b37d03/lib/appsignal/transmitter.ex) to listen to the http proxy environment...

chore