Anthony Molinaro

Results 19 comments of Anthony Molinaro

This looks like this fix I had against mochiweb https://github.com/mochi/mochiweb/pull/107 The issue is actually a bug in OTP, which is fixed in R16B (https://github.com/erlang/otp/commit/6aa9e71dbb279a172b5a2c86f28cbfada1b68080), but the fix can be backported...

Actually someone at Klarna suggests trying this as well https://engineering.klarna.com/monitoring-erlang-atoms-c1d6a741328e (I'm clearing out old tabs and these were next to each other, I just sent them in the wrong order...

Yeah, I technically haven't needed it, but figured since I put recon onto all my systems if I ever did need it recon would be the place for it. I...

I fixed this by removing https://github.com/daleroberts/itermplot/blob/master/itermplot/__init__.py#L302 Which seemed to be reseting the reversed flag each time.

We have this exact issue right now so and are looking to implement a workaround with an extra header that would allow introspection only. One thought did occur to me...

ping @maxlapshin are these pull requests acceptable?

Well, this particular change should work on either if they use the same rpm base. It's an odd one because it only happens if you use -ivh (or -ih, or...

Okay, I setup a SUSE box, ``` > cat /etc/os-release NAME="openSUSE Leap" VERSION="42.2" ID=opensuse ID_LIKE="suse" VERSION_ID="42.2" PRETTY_NAME="openSUSE Leap 42.2" ANSI_COLOR="0;32" CPE_NAME="cpe:/o:opensuse:leap:42.2" BUG_REPORT_URL="https://bugs.opensuse.org" HOME_URL="https://www.opensuse.org/" ``` and reran the above test ```...

@maxlapshin just a quick ping on these as I did test them all on SUSE and was thinking of adding a few more things, so wondering if you would consider...