Andrew Melo

Results 11 issues of Andrew Melo

**Describe the bug** In a couple places [1] [2], the user is instructed to postfix the ZK connection string with a directory (zk node?) `/cook`. If the user does this,...

enhancement
help wanted
good first issue
documentation

reported on the iris-hep coffea slack @ https://iris-hep.slack.com/archives/CFZ4Z2Q2H/p1583249545026400 ``` Traceback (most recent call last): File "/usr/lib64/python3.6/multiprocessing/pool.py", line 119, in worker result = (True, func(*args, **kwds)) File "/usr/lib64/python3.6/multiprocessing/pool.py", line 44, in...

writing-improvements

Hey Jim (writing here since I think you prefer it over slack. lemme know otherwise)- I have a couple questions ** Is it possible to take the following code and...

### Bug description When upgrading kubespawner (via an associated z2jh helm upgrade from 2.0.0 to 3.2.1), kubespawner lost the ability to pass in callable to the environment variables dict. In...

bug

Hey, Have you considered munging /etc/hosts instead of blocking the IPs directly? If not, I could probably write up a patch pretty quickly (assuming you'd entertain applying it :) )...

I'm unsure if this belongs here or perhaps with awkward (though I think it is here). The following reduced snippet: ```python import awkward import uproot_methods ex = awkward.JaggedArray.fromiter([ [1.0], [2.0,...

Hey, We have a couple of different jobs that need to be triggered per commit (we have to run separate test suites for different database backends). I'm writing some code...

I'm working on an update to add a "try" system to roundabout. Basically, we're running into a bunch of weird bugs where people insist code works for them, but it...

Hello, Trying to install from master (which may be my mistake), I end up with this: [dmwm] /afs/cern.ch/user/m/meloam/roundabout > python2.6 roundabout --config_file=roundabout.cfg run No handlers could be found for logger...

Hello, I am new to lua and luv and am writing an nginx application that will accept large file uploads from many concurrent connections simultaneously, but I need to do...