Ngan Pham
Ngan Pham
Hi, I'm looking to implement the following for a Rails app: I'd like to store all requests/responses that happen within an app request. That way, if there are any errors...
### Describe the problem as clearly as you can We have this in our Gemfile: ```ruby gem 'grpc', force_ruby_platform: RUBY_PLATFORM =~ /arm64-darwin/ ``` and our platforms are: ``` PLATFORMS arm64-darwin-21...
According to the [source documentation](https://github.com/rubygems/rubygems/blob/master/bundler/lib/bundler/inline.rb#L11-L13), the `install` argument specifies whether or not installation of missing gems should happen or not. However, looking at the code, it looks like installation will...
Hi, sorry if this isn't the place to ask...but is there planned support for TypeScript types file?
I'm using the plugin like such: ``` - docker-compose#v3.9.0: run: coolapp ansi: false volumes: - "$$PATH_TO_MY_BINARY:/usr/bin/foobar" ``` But when this executes, the `$PATH_TO_MY_BINARY` is not interpolated in bash. It used...
`ansi: false` works great for the docker-compose run command because it doesn't mess up the log output. The `compose_cleanup` process should look at this option as well and set it...
### Describe the problem as clearly as you can I ran into a situation where doing a `bundle update some_gem` downgraded another gem so that the version requirements worked out....
On the latest version of bundler (2.4.18), but I think this applies to all versions, we noticed a bug(?) wherein if you have path configured, a binstub (using `require "bundler/setup"`)...
Our environment is as such: - Rails 7.1 - RSpec - Puma - Multiple databases We're noticing `Trying to finalize an untracked transaction` warnings sometimes in our system specs and...
### Steps to reproduce We found a weird behavior as we were upgrading Rails (7.0 => 7.1). When upgrading Rails, it generates a file called `config/initializers/new_framework_defaults.rb` where it sets a...