deafbybeheading (Maciek Sakrejda)
- Login: deafbybeheading
- Email: m.sakrejda@gmail.com
- Registered on: 01/16/2013
- Last sign in: 07/13/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
07/13/2015
-
05:17 PM Ruby Bug #11349 (Closed): irb crashes immediately with most (any?) REPL input
- Any input to the irb REPL seems to crash it immediately. I haven't had any problems with pry or ruby itself--it seems to be just irb. I'm running Ruby 2.2.2p95 on Ubuntu 15.04. I'm using rbenv and ruby 2.2.1p85 (2015-02-26 revision 49769...
06/06/2014
-
05:27 PM Ruby Bug #9912 (Closed): URI#to_s with an empty host formats the string incorrectly
- maciek@gamera:~$ ruby -e "puts URI.parse('postgres:///foo').to_s"
postgres:/foo
The string of the formatted URI should be 'postgres:///foo'.
Postgres uses empty-host URIs to indicate a Unix socket connection should be used instead...
01/16/2013
-
04:11 AM Ruby Bug #7215: Remaining messages on OpenSSL error queue after Certificate#verify
- Hi,
Any progress on this? Postgres has rejected the patch that was submitted on the grounds that this is an OpenSSL client issue and libpq has no business clearing the error queue.
It seems like clearing the error queue but giving ...