Adam Dobrawy
Adam Dobrawy
Hello, In reference to #43 I suggest this kind of update This should be put only in `minor` realese, due add functionality in a backwards-compatible manner. Greetings,
Hello, I am would like ask why URL contains hard-coded "account/sessions/"? Is there any reason to leave it other than back-ward compatibility?
The official image available for PHP 5.6 is no longer updated, as PHP 5.6 has reached EOL status. The image was last rebuilt ```2019-01-23T00: 05: 39.53748511Z```. This means that both...
Hello, I would like ask what is plan and goal regarding scaling article-video mapping? In-code mapping looks pretty in-efficient. The first step could be to extract this into a separate...
As mentioned in #1257 I am adding initial fuzzing integration. My goal is to integrate with oss-fuzz and - personally - explore the world of fuzzing. Documentation has been provided...
There is a built-in YAML parser in Ruby. So in the first step, you just need to verify the syntax of whether there is a problem with loading and reporting...
The XML standard is common in many projects regardless of the programming language. This is often a "glue" that combines different technologies. I do not know Ruby, but I am...
Latest snap ( https://snapcraft.io/travis ) install version ```1.8.9```. At top of any command it reports: ``` $ /snap/bin/travis help Outdated CLI version, run `gem install travis`. Usage: travis COMMAND ......
The current version of the specification does not indicate how to identify the authorization server locations. The source Docker documentation ( https://docs.docker.com/registry/spec/auth/token/ ) contains considerations around ```realm``` in WWW-Authenticate for...
What do you think about adding support detecting dirty state of repository also? You need run: ``` git diff-index --quiet HEAD -- ${path} ``` instead of: ``` git diff --quiet...