Results 29 issues of W.

As far as I can tell, currently test_ssl uses a certificate located in test/ssl. That certificate has a certain expiration date and is periodically refreshed. That complicates running the test...

This does not seem to be correct: ``` 3> (sre->string '(* (/ "AZ09"))) "[]*" ``` I would have expected something like `"[A-Z0-9]*"`.

Hello, when I check the Cargo.toml file at v0.3.5 ( https://github.com/tokio-rs/async-stream/blob/v0.3.5/async-stream/Cargo.toml ), I see tokio_test in there: ``` tokio-test = "0.4" ``` However, crates.io does not list it: https://crates.io/crates/async-stream/0.3.5/dependencies When...

Hello, I am trying to deploy using guix deploy (which under the hood uses guile-ssh), and it seems the #:port argument to (make-session) is ignored. I managed to reproduce it...

bug

Two commits improving support for external editing.

Tests are failing based on execution order. :( $ /usr/bin/ruby -w -I"lib:test" -I"/tmp/rb-readline/.bundle/vendor/ruby/2.5.0/gems/rake-12.3.1/lib" "/tmp/rb-readline/.bundle/vendor/ruby/2.5.0/gems/rake-12.3.1/lib/rake/rake_test_loader.rb" "test/test_completion.rb" "test/test_filename_completion_proc.rb" "test/test_history.rb" "test/test_rbreadline.rb" "test/test_readline.rb" /tmp/rb-readline/lib/rbreadline.rb:3485: warning: assigned but unused variable - i /tmp/rb-readline/lib/rbreadline.rb:5420: warning: parentheses...

Add cryptroo[0-9]= family of options to allow unlocking multi-device root filesystems, which is needed for btrfs raid1.

The scripts in the hack/ directory assume that `cc' binary is present in the build environment. That might not always be the case (the C compiler might be present as...

kind/feature

In code examples for (eg. for ArrayCollection) should be whole codes, because this is pretty confusing. I am new to Doctrine2, so I may get it wrong (because it is...

Here https://github.com/hanami/hanami.github.io/blob/build/source/guides/head/actions/sessions.md it says that Custom storage technologies are autoloaded via require "rack/session/#{ adapter_name }". However, when I create file with class `Rack::Session::Foo` loadable by `require 'rack/session/foo'`, it's not autoloaded...