Felipe Dornelas

Results 23 issues of Felipe Dornelas

I'm trying to record some HTTP requests generated by WordPress HTTP functions, such as [`wp_remote_post`](https://developer.wordpress.org/reference/functions/wp_remote_post/) and [`wp_remote_get`](https://developer.wordpress.org/reference/functions/wp_remote_get/). When using PHP-VCR 1.4.5, I get the error described in #327. After upgrading...

I'm trying to test some HTTP requests generated by WordPress HTTP functions, such as [`wp_remote_post`](https://developer.wordpress.org/reference/functions/wp_remote_post/) and [`wp_remote_get`](https://developer.wordpress.org/reference/functions/wp_remote_get/). PHP-VCR is able to successfully record the HTTP request using the `curl` library...

When parsing Ruby dependencies inside `Gemfile` , we should mark as "internal" dependencies with git schemes pointing to the same organization we're generating the report for. Examples: ```ruby gem 'foo',...

enhancement
ruby

Right now, we only support batch-processing of all repositories from an organization (eg: https://github.com/toptal). However, we want to have the ability to batch process all repositories from a regular user...

enhancement

We have a case for a license declared inside a POM file that did not have the name field, but had the url field. The url pointed to a custom...

enhancement
jvm

We have a case where a license is declared inside http://registry.npmjs.org/mutationobserver-shim/ as ```json "license": { "type": "WTFPL", "version": "v2 2004", "url": "http://www.wtfpl.net/" } ``` This is an expected case, but...

bug
node.js

When parsing Scala dependencies from SBT files, we find many SBT plugins declared as follows: ```scala addSbtPlugin("com.cavorite" % "sbt-avro" % "0.3.2") addSbtPlugin("com.julianpeeters" % "sbt-avrohugger" % "latest.integration") ``` These dependencies are...

enhancement
jvm
scala

Inside Ruby's `Gemfile` we can declare a git source with the `git_source` block. This will give us a git URL were bundler should fetch the package from. Example: ``` git_source(:acme)...

enhancement
ruby

I've found hundreds of Scala dependencies referenced in an specific organization that are not found in the Maven Central repository (http://central.maven.org/maven2/). These dependencies are fetched from the following Maven-compatible repositories,...

enhancement
jvm
scala

Some packages don't have licenses declared, neither a GitHub URL available in the license registry. However, after a Web search we can find the GitHub repository associated with that package....

enhancement