Olivier Duclos
Olivier Duclos
@nickform Do you know if your workaround still works with go-swagger v0.29.0? Because I tried to reproduce it and setting `GO111MODULE=off` or not does not seem to have any impact.
You're right. There is little chance this may ever happen, but I modified the condition to make sure it never happens!
From a quick first look this looks very good! I'd like to test it a bit more before merging. I'll comment back soon.
Hi! I think you've been bitten by perl's memory management. You should never write `my $mango = Mango->new(...)`. Instead, look at the documentation at https://metacpan.org/pod/Mango and write a subroutine like...
Hm. Then it's probably because Mango does not support SSL connections. Although I think it should be easy to add. If you can, could you open Mango.pm at line 140,...
Thanks a lot for all the info. I also think this is the way to go. My new job is stealing a lot of my time but I will email...
I see this migration happening in 2 steps: 1. Mango 1.30 will change its API to be compatible with the official BSON API. This is what I started to do...
I tried to reproduce your issue, but using dataplaneapi from master, `/runtime ` returns the correct output. So I would say either @ycadin has an issue in his configuration, or...
For reference, here is how sixel was enabled in xfce4-terminal (another vte terminal): https://gitlab.xfce.org/apps/xfce4-terminal/-/commit/493a7a54b437df9419847b29fe94eae671816c09
On the same topic, I'd love to be able to right-click on a tag, and having the option to "Open in a new tab".