James O'Beirne

Results 43 issues of James O'Beirne

Revives #20664. All feedback from the previous PR has either been responded to inline or incorporated here. --- Major changes from Jonas' PR: - consolidated arguments for scantxoutset/scanblocks - substantial...

RPC/REST/ZMQ

#### Describe the bug Running `docker build` fails on the current dev branch. I'm using rootless containers with podman. ``` % docker build -t jamesob/archivebox . STEP 1/29: FROM python:3.10-slim-bullseye...

By default it seems that trouble is continuously refreshing alerts and errors which can create an annoying editing experience. Is there some way to throttle a refresh of inline warnings...

This is more of a question than a bug report, but I'm wondering what the recommended approach is for using rich argument types (e.g. `types.SimpleNamespace`) in tasks. Due to the...

bug
affects-0.3

Passing `ssh_args` as a string creates an implicit (and confusing) error: ``` mitogen.parent.EofError: EOF on stream; last 100 lines received: ssh: Could not resolve hostname -: Name or service not...

``` In [1]: from fipy import * In [2]: m = CylindricalGrid2D(dx=(1., 2.), dy=(1.,)) + ((1.,),(0.,)) fipy/meshes/topologies/meshTopology.py:118: DeprecationWarning: the sets module is deprecated import sets In [3]: m.getPhysicalShape() /home/job/.virtualenvs/trunk/lib/python2.6/site-packages/ipython-0.10.1-py2.6.egg/IPython/iplib.py:2260: DeprecationWarning:...

bug
units

I just spent a few hours trying to figure out why "18444" wasn't getting me to regtest's RPC server. I'm not the sharpest tool in the shed, but I was...

Utils/log/libs

Closes https://github.com/mitogen-hq/mitogen/issues/894. This change allows end-users to specify allowable globals for unpickling, which is done to allow `CALL_FUNCTION` arguments to be of potentially arbitrary type. I think there's very high...

I have little idea why the original author wrote it this way, but podman-compose ignores any .env entry that is not prefixed with "PODMAN_". Docker-compose does not behave this way....

bug

The use of `os.path.isfile()` omits symlinks when checking for the .env file. Use of symlinks works with docker-compose. Easy fix.

bug