anothermh
anothermh
[GitHub detects licenses](https://help.github.com/articles/licensing-a-repository/#detecting-a-license) using [licensee](https://github.com/benbalter/licensee), so changing for papers wouldn't be enough. Here are some answers to common questions about why it's important to be specific when adding a license:...
I have a similar issue. My use case is Rails running in Docker with a read-only filesystem. This runs in Google Cloud Platform so logs sent to stdout are collected...
This appears to be a problem because both the coolline gem and the pry gem are writing to the same `.pry_history` file: - When pry-coolline invokes coolline it passes in...
I looked into this more last night and was wrong about it. Ultimately, since both coolline and pry are going to try to write to the history file, I resolved...
I was wrong, I had to get `rack.request.query_hash` set as well. I have patched in `config/initializers/api_batch.rb` for now to override the method: ``` ruby require 'batch_api/response' module BatchApi module Operation...
@igor-drozdov Thank you for working on this. I am having a problem with this method at the moment as well and it's an edge case you may want to consider...
I'm using Docker Desktop 4.17.0 (99724) with Engine 20.10.23 and Compose v2.15.1 on macOS 13.3.1 with Apple Silicon. Prior to creating this issue I ran the following commands to completely...
`-t pgsql11` has removed the unmentioned error, thanks. `-vizjs` does indeed work -- much more slowly, but it does work and the generation completes successfully. And I'm able to view...
> What's the upgrade path for someone using `Rack::Auth::Digest`? The upgrade path should be using any modern auth mechanism instead. The fallback path should be using Basic Auth. The README...
I have the same problem with a Gen2 Cloud Function using Yarn v4 with `corepack enable`. The workaround for me was to run `yarn set version stable --yarn-path` and go...