Adrien Rey-Jarthon
Adrien Rey-Jarthon
Hey all :wave: I noticed recently that `id_partition` interpolation was not working any more in my project, it was always `nil`. As I investigated I noticed the reason is quite...
Hi, I just thought about the code codeverage tool in chrome and how awesome it would be to be able to execute it across a test suite and get the...
This pull request is one of the suggesting resulting from my work to integrate the HMRC API (see #99 for the discussion on the other options). On this PR I...
When I try to simply record a small ruby program started by rbspy it fails with the following error message ``` > ./target/debug/rbspy record -- ruby ci/ruby-programs/recurse-sleep.rb Press Ctrl+C to...
When replacing the default buildpack with a custom one using the `buildpacks:add` command, we get the following Warning: ``` -----> Warning: Multiple default buildpacks reported the ability to handle this...
When passing an invalid buildpack URL like a simple string "ruby", the download fails without any error or explanation, when building it finishes like this: ``` > dokku buildpacks:add suzaku...
Hey @adacosta, travis.org is going away and I can't migrate the project to travis.com as I'm not the owner of the repo. Could you please do it? (or transfer the...
Based on the work made by @Vanav in #69, here is a new PR that takes the latest version of the SUNIC WHOIS reply (yes it changed again), simplifies a...
After removing my patch for #459 now that it's released under `2.8.1` (thanks :tada:), I noticed I also wrote this little additional method in order to only normalize the URL...
Hello :wave: Thanks for this nice gem! I just started using it and saw a couple things to improve/update so here is a little PR with the following improvements: -...