Multiple account management for Heroku
geemus/acts_as_taggable_redux 89
Allows user owned tags for multiple classes, and makes tags easier to work with.
Fog for vSphere
Integration library for gem fog and Backblaze B2 Cloud Storage
my evolving config bits
Rackspace provider gem for Fog ecosystem
Fog library for the Oracle Cloud
Module for the 'fog' gem to support Kubevirt.
Extras for DataMapper, including bridges to DataObjects::Migrations and Merb::DataMapper
issue openedinteragent/committee
Path parameters outside operation blocks aren't supported
Committee doesn't seem to support the following OpenAPI 3.0 form of path parameter specifications:
{code:yaml}
path:
/this/{xyz}:
parameters:
- name: "xyz"
#...
get:
operationId: get-this
# ...
post:
operationId: post-this
# ...
{code}
(Note that parameters is specified at the same level as get, post etc.)
Committee does allow this:
{code:yaml}
path:
/this/{xyz}:
get:
operationId: get-this
# ...
parameters:
- name: "xyz"
#...
post:
operationId: post-this
# ...
parameters:
- name: "xyz"
#...
{code}
(With parameters nested inside each resource`)
h3. Current behavior Committee seems match the path (even in strict mode) but doesn't validate the API specification further. There's no error or other feedback, even if the specification absolutely contains errors that committee should detect.
This means we get no feedback about this situation, let alone the cause. Modifying the OpenAPI specification from the first form to the second also isn't time well-spent.
h3. Expected behavior Both forms should be supported. A well-known OpenAPI design tool (Stoplight Studio) always chooses the first form, so it's desirable that Committee support it as well.
Support probably entails just merging the parameters at the "path" level into the parameters of each (get/post/...) "operation" defined for that path.
created time in 33 minutes
startedribbybibby/terraform-provider-hiera
started time in 7 hours
fork bmizerany/pq-1
Pure Go Postgres driver for database/sql
https://pkg.go.dev/github.com/lib/pq
fork in 11 hours
startedpypilotWorkbook/workbook
started time in a day
PR closed fog/fog-core
Inspired by: https://github.com/rest-client/rest-client/pull/644
Eliminate the dependency on mime-types which is a memory hog.
The gem mini_mime (https://github.com/discourse/mini_mime) was created in replacement. It uses the exact same database as the full fledged mime types and is capable of only loading stuff on demand with a practical, safe and bound in-memory cache.
Allocated memory by gem (derailed benchmarks):
| gem | memory |
|---|---|
| mime-types | 6258796 |
| mini_mime | 7606 |
pr closed time in a day
issue openedheroku/platform-api
Hi
Today, I had an error with app.info method, I tried to connect by console to heroku app but it was impossible for the following error:

I didn't change anything related to this gem and I haven't installed any new gem either.
Thanks.
created time in 2 days
issue openedfog/fog-aws
Hello,
It seems there's no such feature available according to: https://github.com/fog/fog-aws/blob/master/lib/fog/aws/requests/compute/run_instances.rb#L24
Would you be kind enough to implement that ?
Best regards, Adam.
created time in 2 days
startedtmc/goloz
started time in 2 days
PR opened CSC322-Grinnell/NAMI
Bumps ssri from 6.0.1 to 6.0.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md">ssri's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/zkat/ssri/compare/v6.0.1...v6.0.2">6.0.2</a> (2021-04-07)</h2> <h3>Bug Fixes</h3> <ul> <li>backport regex change from 8.0.1 (<a href="https://github.com/zkat/ssri/commit/b30dfdb">b30dfdb</a>), closes <a href="https://github-redirect.dependabot.com/zkat/ssri/issues/19">#19</a></li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/npm/ssri/commit/b7c8c7c61db89aeb9fbf7596c0ef17071bc216ef"><code>b7c8c7c</code></a> chore(release): 6.0.2</li> <li><a href="https://github.com/npm/ssri/commit/b30dfdb00bb94ddc49a25a85a18fb27afafdfbb1"><code>b30dfdb</code></a> fix: backport regex change from 8.0.1</li> <li>See full diff in <a href="https://github.com/npm/ssri/compare/v6.0.1...v6.0.2">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~nlf">nlf</a>, a new releaser for ssri since your current version.</p> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr created time in 2 days
create barnchCSC322-Grinnell/NAMI
branch : dependabot/npm_and_yarn/heroku/ssri-6.0.2
created branch time in 2 days
startedjquense/yup
started time in 3 days
startedideditor/country-coder
started time in 3 days
starteddsh0416/evt
started time in 3 days
startedohler55/agoo
started time in 3 days
startedboazsegev/iodine
started time in 3 days
startedmarkets/maily
started time in 4 days
push eventpapers-we-love/papers-we-love
commit sha ef222ea194be0db927c2d54dcd80c096eb7c2f59
add kingsbury and alvaro "elle" paper (#622)
push time in 5 days
PR merged papers-we-love/papers-we-love
Paper Title: Elle: Inferring Isolation Anomalies from Experimental Observations
Paper Year: 2021
Reasons for including paper
- New datastore isolation checker by the author of Jepsen (https://jepsen.io)
pr closed time in 5 days
startedjedisct1/minisign
started time in 5 days
startedFiloSottile/age
started time in 5 days
pull request commentexcon/excon
Support additional headers for TLS proxies
okay updated the @data parameters and also moved the header hash to string parsing into a helper function!
I wasn't able to get the test set up properly working with the proxy CONNECT request though. it seems like Sinatra does not like CONNECT requests :( I pushed my (failing) wip tests in case you have any ideas on how I can fix them.
comment created time in 5 days
startedschollz/progressbar
started time in 6 days
PR opened papers-we-love/papers-we-love
Paper Title: Elle: Inferring Isolation Anomalies from Experimental Observations
Paper Year: 2021
Reasons for including paper
- New datastore isolation checker by the author of Jepsen (https://jepsen.io)
pr created time in 6 days
push eventpapers-we-love/papers-we-love
commit sha cbd4bbf11e4081f8332e8613b1f8903426391933
add kingsbury and alvaro "elle" paper
push time in 6 days
startedbridgecrewio/checkov
started time in 6 days