General

Profile

hadmut (Hadmut Danisch)

  • Login: hadmut
  • Email: hadmut@danisch.de
  • Registered on: 05/14/2010
  • Last sign in: 08/04/2024

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 3 4

Activity

08/06/2024

02:24 PM Ruby Feature #17166: net/http not supporting unix domain sockets
That's simply wrong.
Several widely used apps offer their REST API over unix domain sockets for security reasons, e.g. LXD, snapd, docker, podman, which are just four of the most commonly used applications in the Linux world.
How ...
hadmut (Hadmut Danisch)

08/04/2024

11:41 PM Ruby Feature #17166: net/http not supporting unix domain sockets
Now this is almost four years old without any reaction at all.
Has anyone ever taken any notice of this problem, which affects a lot of people which are those REST API frameworks? Or is ruby dead, and it's time to find a new language...
hadmut (Hadmut Danisch)

05/16/2024

05:43 PM Ruby Feature #20492 (Open): Debug option for tempfile
Hi,
the ruby lib tempfile is quite useful, but since it always deletes files once the object is garbage collected or the program terminates (or the program explicitely asks to remove the file) it is difficult to debug programs and to...
hadmut (Hadmut Danisch)

09/12/2020

02:51 PM Ruby Feature #17166 (Third Party's Issue): net/http not supporting unix domain sockets
Hi,
meanwhile it's common and state of the art to offer rest apis not just over tcp/ip, but over unix domain sockets as well for machine-internal use and advanced security.
Unfortunately net/http does not support unix domain soc...
hadmut (Hadmut Danisch)

09/11/2020

10:22 AM Ruby Feature #13719: [PATCH] net/http: allow existing socket arg for Net::HTTP.start
Any news on this?
I was just trying to use the rest-client gem to connect to a unix domain socket, which isn't possible since the underlying net/http component does not accept unix domain URLs.
Since offering rest-apis on unix-dom...
hadmut (Hadmut Danisch)

05/20/2012

10:19 PM Ruby Bug #6474 (Closed): Substitution bug in String # gsub
Hi,
I need to replace all occurences of & with \& in a String (generating LaTeX input).
However, gsub has a problem with unescaping the \ character in the replacement string:
irb(main):001:0> "a&b"
=> "a&b"
irb(main):002:0>...
hadmut (Hadmut Danisch)

05/12/2012

07:05 PM Ruby Bug #6427 (Rejected): ruby ioctl: Error integer 2148012656 too big to convert to `int'
Hi,
the upgrade to ubuntu 12.04 came with an upgrade to ruby 1.9.3.
Unfortunately, in recent 1.9.3 versions of ruby there's a bug in the
ioctl function. E.g. if you want to do getbsz() on a block device and do
a
f.ioctl(0x800812...
hadmut (Hadmut Danisch)

Also available in: Atom