leo liang
leo liang
I noticed that every time I run `gcloud app deploy`, `bundle install` will be execute, and it will refeching gems and install them again, even the ruby version and `Gemfile.lock`...
Hi There, I could not find any document for `api-auth` faraday client. Is there any example code other than [spec](https://github.com/mgomes/api_auth/blob/master/spec/request_drivers/faraday_spec.rb)
I have two database, one with a model call `Device`, and the other has a model call `User`. When I set up `database_cleaner` according to readme describe: ``` ruby config.use_transactional_fixtures...
This is a proposal to make the support of default gems to be more consistent. As current status: - [asdf-ruby](https://github.com/asdf-vm/asdf-ruby#default-gems) using `$HOME/.default-gems` - [rvm-ruby](https://rvm.io/gemsets/initial) using default/global gemsets in multiple locations:...
The current matcher `have_been_requested` is quite awesome, however, I found that the code I endup with would be something like this: ```ruby let(:email) { FFaker::Internet.email } let(:org_id) { SecureRandom.hex(24) }...
As in commit: 2839888c92da324a18682970fbde233a1064819d, all cached code was removed, maybe it is better to just update Wiki to reflect the changes
**Version that have issue** - docker:24.0.6-dind - docker-java:3.3.2 - JAVA 11 We see the symptom with both macOS docker desktop & k8s cluster with `docker:dind`. **Symptom** Our application use `dockerClient.execStartCmd`...
Hi There, I tried to use vagrant to startup the microsoftedge vms with virtualbox, and here is the vagrantfile I got: ``` Vagrant.configure("2") do |config| config.vm.box = "Microsoft/EdgeOnWindows10" config.vm.hostname =...